Skip to content
New issue

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

Send SMTP message with long In-Reply-To header #479

Closed
nntarasov opened this issue Apr 15, 2019 · 0 comments
Closed

Send SMTP message with long In-Reply-To header #479

nntarasov opened this issue Apr 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nntarasov
Copy link

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

@jstedfast jstedfast transferred this issue from jstedfast/MailKit Apr 15, 2019
jstedfast added a commit that referenced this issue Apr 15, 2019
@jstedfast jstedfast added the enhancement New feature or request label Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants