From: Eric Wong Date: Thu, 1 Sep 2022 18:58:29 +0000 (+0000) Subject: TODO: add item for RFC 3676 (format=flowed + DelSP) X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=109136ca4f1c9ef2eb4114f1f3d1f776e265fff2;p=public-inbox.git TODO: add item for RFC 3676 (format=flowed + DelSP) 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. --- 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, ...)