Message225236
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). |
|
Date |
User |
Action |
Args |
2014-08-12 18:17:38 | zvyn | set | recipients:
+ zvyn, barry, pitrou, r.david.murray, jesstess |
2014-08-12 18:17:38 | zvyn | set | messageid: <1407867458.5.0.103175121057.issue21795@psf.upfronthosting.co.za> |
2014-08-12 18:17:38 | zvyn | link | issue21795 messages |
2014-08-12 18:17:38 | zvyn | create | |
|