We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm trying to send a mail via SMTP with header "In-Reply-To" value longer than 76 characters. The action cause header mime-encoding.
In-Reply-To: <AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@AAAAAAAAAAAAAAAAAAAA.com>
the result is
In-Reply-To: =?us-ascii?q?=3CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=40AAAAAAAAA?= =?us-ascii?q?AAAAAAAAAAA=2Ecom=3E?=
I suppose there must be clean message-id value in header. Am I right?
ver. 2.0.5
The text was updated successfully, but these errors were encountered:
Don't encode In-Reply-To header values.
10a406c
Fixes issue #479
No branches or pull requests
Hello, I'm trying to send a mail via SMTP with header "In-Reply-To" value longer than 76 characters. The action cause header mime-encoding.
In-Reply-To: <AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@AAAAAAAAAAAAAAAAAAAA.com>
the result is
I suppose there must be clean message-id value in header. Am I right?
ver. 2.0.5
The text was updated successfully, but these errors were encountered: