Skip to content

Draft: RFC2047-decode msgids

Erik Quaeghebeur requested to merge equaeghe/trojita:encoded_msgid into master

Some mail composers (Outlook…) generate Message-Id headers that are RFC2047-encoded. (This is in violation of the RFC.) This patch adds a RFC2047-decoding step when parsing msgids to increase the likelihood that Trojitá can generate a non-empty In-Reply-To (and References) header.

Merge request reports