Files
cpython/Lib
R David Murray 554bcbf1b9 #19662: add decode_data to smtpd so you can get at DATA in bytes form.
Otherwise smtpd is restricted to 7bit clean data, since even if the
incoming data is actually utf-8, it will often break things to decode
it before parsing the message.

Patch by Maciej Szulik, with some adjustments (mostly the warning
support).
2014-06-11 11:18:08 -04:00
..
2014-05-17 21:46:35 -07:00
2014-05-16 23:02:25 -04:00
2014-04-14 13:10:05 -04:00
2014-06-10 02:49:54 -04:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-06-02 16:04:25 -05:00
2014-06-07 15:09:36 -07:00
2014-05-26 00:14:14 -07:00
2014-04-03 10:22:10 -04:00
2014-05-03 20:22:00 -04:00
2014-06-02 01:32:23 -07:00
2014-04-01 19:18:48 -04:00
2014-06-07 20:17:29 -07:00
2014-05-25 17:28:38 -07:00