This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-08-12.18:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407867458.5.0.103175121057.issue21795@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch extends process_message with an **kwargs catch-all which is filled with 'mail_options' and 'rcpt_options' if decode_data is False. I also removed process_smtputf8_message as one can detect the need for supporting SMTPUTF8 from kwargs['mail_options'] now.
8BITMIE is accepted if decode_data=False and SMTPUTF8 is accepted if enable_SMTPUTF8=True (which implies decode_data=False).
History
Date User Action Args
2014-08-12 18:17:38zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-08-12 18:17:38zvynsetmessageid: <1407867458.5.0.103175121057.issue21795@psf.upfronthosting.co.za>
2014-08-12 18:17:38zvynlinkissue21795 messages
2014-08-12 18:17:38zvyncreate