From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DD2AD1F54E for ; Thu, 1 Sep 2022 18:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662058709; bh=+4N5y125K+eBPAF/w3C9SG9wJDiVIguDSp9t/iAjeM0=; h=From:To:Subject:Date:From; b=ojHyi/PLQn/S4n5fs0U08ox2STizXpn77R9QR5Kqh86XZ+QX+6woqTP4m6Q5Vmiph 2mB+HnODXiTGirESYvvzxBWap2jmMXZSk7JOIPC9aD06Hx7DekrC4Q+6WcO0OXPjhR VLIrcHq73hPdqrTmqcne1JU7L4VxnFWW/fK2RQQ4= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: add item for RFC 3676 (format=flowed + DelSP) Date: Thu, 1 Sep 2022 18:58:29 +0000 Message-Id: <20220901185829.30117-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I noticed some messages looked wonky in HTML (via w3m) compared to mutt; and neither Email::MIME, Mail::Box nor gmime seem to handle this standard... However, mflow (part of mblaze) seems to be good standalone C implementation that we can check a Perl5 implementation against. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 14dcfe72..1537179e 100644 --- a/TODO +++ b/TODO @@ -156,3 +156,5 @@ all need to be considered for everything we introduce) * expose lei contents via read/write IMAP/JMAP server for personal use * git SHA-256 migration/coexistence path + +* decode RFC 3676 format=flowed + DelSp properly (see mflow (mblaze), mutt, ...)