Files
cpython/Doc/library
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-04-14 18:53:51 -04:00
2014-01-20 00:10:23 -05:00
2014-04-18 17:00:50 -04:00
2014-05-08 10:05:47 -04:00
2014-05-08 10:05:47 -04:00
2014-03-20 10:01:48 -05:00
2013-11-07 10:51:07 -05:00
2014-03-12 19:51:00 -04:00
2014-03-12 19:51:00 -04:00
2013-11-25 08:29:44 +01:00
2014-05-26 15:48:12 -07:00
2014-02-09 05:54:13 -08:00
2014-03-12 19:51:50 -04:00
2014-02-16 12:09:35 -05:00
2014-03-20 12:39:53 -05:00
2013-10-13 22:23:27 +02:00
2013-10-10 17:33:43 -04:00
2014-03-24 09:06:33 +01:00
2013-11-17 02:47:12 +02:00
2014-03-12 19:51:50 -04:00
2014-04-15 23:44:14 -04:00
2014-05-12 22:41:15 -04:00