The consensus from experts, marketers, and email documentation is that using quoted-printable encoding in the List-Unsubscribe header is generally discouraged due to potential compatibility issues. While RFC 2369 doesn't explicitly forbid it, RFC 2047 restricts encoded words to specific header fields, excluding List-Unsubscribe. Many email clients and ISPs may not correctly interpret encoded characters, leading to unsubscribe failures and deliverability problems. Keeping headers simple, using plain ASCII characters, or URL-encoding URLs within the header are recommended best practices. Thorough testing across different email clients and ISPs is crucial if quoted-printable encoding is used.
11 marketer opinions
While technically feasible, the consensus among email marketers is that using quoted-printable encoding in the List-Unsubscribe header is generally discouraged due to potential compatibility issues across different email clients and ISPs. Plain ASCII characters or URL-encoded URLs are preferred for maximum compatibility and deliverability. Testing across various email clients and ISPs is crucial if quoted-printable encoding is used.
Marketer view
Email marketer from Litmus Blog emphasizes the importance of testing email header compatibility across various email clients. He adds, that if you must use quoted-printable encoding, double-check how different clients render it.
5 Dec 2022 - Litmus Blog
Marketer view
Email marketer from Mailchimp specifies that while encoding the entirety of the List-Unsubscribe is not generally recommended, the associated URL should always be URL-encoded.
28 Nov 2023 - Mailchimp
3 expert opinions
Experts generally advise against using quoted-printable text in the List-Unsubscribe header. While technically possible, it's considered problematic due to potential compatibility issues with various email clients and ISPs. The consensus is that using quoted-printable can lead to misinterpretation of characters and unsubscribe failures. Sticking to ASCII compatibility is the recommended best practice.
Expert view
Expert from Word to the Wise advises against using quoted-printable in the List-Unsubscribe header. While technically possible, it can create compatibility issues across different email clients, and best practice is to maintain ASCII compatibility.
7 Nov 2023 - Word to the Wise
Expert view
Expert from Email Geeks explains that quoted printable text is likely not allowed in the List-Unsubscribe header in any useful way, based on RFC 2047 and 2369. He clarifies that RFC 2047 encoded words are only allowed in specific header fields like Subject, Comments, or within a 'phrase' before an email address in the From header. Using it elsewhere results in a badly formed header that may only work accidentally at some ISPs.
19 May 2024 - Email Geeks
5 technical articles
Email documentation suggests caution when using quoted-printable text in the List-Unsubscribe header. While RFC 2369 doesn't explicitly prohibit it, RFC 2047 restricts encoded words to specific header fields, excluding List-Unsubscribe. General header formatting rules and the importance of valid headers for deliverability are emphasized. Testing compatibility across different email clients is crucial.
Technical article
Documentation from ietf.org explains that RFC 2047 defines how to represent non-ASCII characters in email headers. It specifies that encoded words (using quoted-printable or base64 encoding) are only permitted in specific header fields like Subject, Comments, or certain address fields. The List-Unsubscribe header is not among those explicitly mentioned.
7 Dec 2021 - ietf.org
Technical article
Documentation from Microsoft highlights that valid and properly formatted email headers are critical for email deliverability. Improper encoding in headers can cause filtering or rejection. Though it doesn't specifically discuss List-Unsubscribe, this principle applies broadly.
28 Nov 2024 - Microsoft
Are mailto links compliant with Google and Yahoo's one-click unsubscribe requirements?
Does Google require List-Unsubscribe for one-click unsubscribe in emails?
How are Gmail and Yahoo enforcing unsubscribe requests, and what factors do they consider for compliance?
How can I verify if my company's emails have List-Unsubscribe headers correctly configured?
How do Gmail and Yahoo's new one-click unsubscribe requirements work?
How do I add an unsubscribe button to the email header and what is RFC 8058?