Milan Oberkirch added the comment:

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).

----------
keywords: +patch
Added file: http://bugs.python.org/file36360/issue21795.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21795>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to