-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix exception in the mail
callback plugin
#4026
Fix exception in the mail
callback plugin
#4026
Conversation
mail
callback plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Could you please add a changelog fragment?
I'm not sure whethe this change is correct on Python 2 though, depending on which encoding is used.
eb28271
to
097a40b
Compare
96207f5
to
5899c37
Compare
5899c37
to
eed333e
Compare
eed333e
to
c93779f
Compare
@felixfontein: I’ve now extracted the two fixes not directly linked to the crash in their dedicated PR. |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #4063 🤖 @patchback |
(cherry picked from commit c7500c2)
Backport to stable-4: cherry-pick succeededBackport PR branch: PR branch created, proceeding with making a PR. 🤖 @patchback |
@L3n41c thanks for fixing this! |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #4064 🤖 @patchback |
(cherry picked from commit c7500c2)
SUMMARY
community.general.mail
callback plugin.mail
callback plugin is throwing anException
#4025.Add some missing standard mail headers(moved toDate
,Message-ID
mail
: addDate
andMessage-ID
headers #4056).Fixes encoding issues of non-ascii characters(moved tomail
: fix the encoding of the mail senders and recipients name #4061).ISSUE TYPE
COMPONENT NAME
community.general.mail
callback pluginADDITIONAL INFORMATION