From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by gnuweeb.org (Postfix) with ESMTPSA id A10BB7E6B6 for ; Sun, 6 Mar 2022 13:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1646573147; bh=3Hc3/lgiofXUw1Y8mZ/i2hMWEdZMckVl6bT2vUbZ3ic=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=A5ufIZgy6ff/msOyl7oujO6Ql1JQthFPzonDRY42UPEv1OJf5QA3GO0LiBl5NaOWE MmtEyp0TwbudKQeGjZDQjL7zQlxRbSHh3RzFN+8KVIiiUkxAeY2rqZll/ImN0iM7cV gzfAAUQ6UML/bzhVo6JlPcj1v0rGfJTM7zpq2GXF9JMOuToGCREujHXsD+4j3FpZio UwsM+fmElDavZeKhSfrMSMu8LWvu2bYTs1M5nvBCZD1LCl7roFqIl0mvpXrudB+XrK 0C4DhuNRN/3lZnw0oSY5ZVTIcYwkTVKrvL+Rq5spaF9w79uN5Pc/z7ZgtbedfZfj8d t3fR6ZcxRJd1g== Received: by mail-lf1-f51.google.com with SMTP id bu29so22057787lfb.0 for ; Sun, 06 Mar 2022 05:25:47 -0800 (PST) X-Gm-Message-State: AOAM5326TTIQ+WOQvj+1+zpEfGXDsN12puE3w0wZeWcl/2hToUSlrj+2 PUfz7kaDQfgkwRJgqeH0IPwjuH8Dx9/IC/+tCng= X-Google-Smtp-Source: ABdhPJyc1bM53PhOY8crM5wrNs6UViXm7YAoa/6tWgcYeMEc84Oo2PZNYwWzHuqpTR72HETMbYMzNk29WmL+8uqDKqE= X-Received: by 2002:a05:6512:1190:b0:443:ff19:e685 with SMTP id g16-20020a056512119000b00443ff19e685mr4965159lfr.70.1646573145797; Sun, 06 Mar 2022 05:25:45 -0800 (PST) MIME-Version: 1.0 References: <20220306130024.520329-1-alviro.iskandar@gnuweeb.org> <061ff990-fc8f-8ad5-1eda-4ea2c875b720@gnuweeb.org> <7433fc82-17d4-4beb-86b5-81142a13f974@gnuweeb.org> <093331a3-8308-0822-5460-75b2c8326d74@gnuweeb.org> In-Reply-To: <093331a3-8308-0822-5460-75b2c8326d74@gnuweeb.org> From: Alviro Iskandar Setiawan Date: Sun, 6 Mar 2022 20:25:34 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: test debug To: Ammar Faizi Cc: "GNU/Weeb Mailing List" , Faris Suryanto , Alviro Iskandar Setiawan Content-Type: text/plain; charset="UTF-8" List-Id: On Sun, Mar 6, 2022 at 8:20 PM Ammar Faizi wrote: > On 3/6/22 8:17 PM, Alviro Iskandar Setiawan wrote: > > something still goes wrong when the sender uses > > "Content-Transfer-Encoding: quoted-printable" > > the raw email shows =XX for unprintable chars > > > > XX is a hex representation of the unprintable char > > > > This one a bit harder to do it manually, maybe we should start > using external library for this? yes, i think we better use an external library if there exists such a library, but idk, me never parse this encoding > I don't feel strongly to write our own parser for this kind of > encoding. me too, but if we have to, we should do it!!!!!! -- Viro