about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-09-01 18:58:29 +0000
committerEric Wong <e@80x24.org>2022-09-02 02:37:41 +0000
commit109136ca4f1c9ef2eb4114f1f3d1f776e265fff2 (patch)
tree5b8be696c39a860098f72c2f234f01b8c5f61a32 /TODO
parent3961dd48e280c501f66d54c9795c02f349f091a7 (diff)
downloadpublic-inbox-109136ca4f1c9ef2eb4114f1f3d1f776e265fff2.tar.gz
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
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, ...)