]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: add item for RFC 3676 (format=flowed + DelSP)
authorEric Wong <e@80x24.org>
Thu, 1 Sep 2022 18:58:29 +0000 (18:58 +0000)
committerEric Wong <e@80x24.org>
Fri, 2 Sep 2022 02:37:41 +0000 (02:37 +0000)
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

diff --git a/TODO b/TODO
index 14dcfe72488ddc5425f03841d2a0f599b94540af..1537179e536f2c50709eae629b6ee39ee822764c 100644 (file)
--- 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, ...)