| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29639: change test.support.HOST to "localhost" | Gregory P. Smith | 2017-09-09 | 1 | -2/+2 |
|
|
* | Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek KoĆodziej | Martin Panter | 2016-06-06 | 1 | -0/+11 |
|
|
* | Issue #27033: The default value of the decode_data parameter for | Serhiy Storchaka | 2016-05-16 | 1 | -29/+12 |
|
|
* | #25328: add missing raise keyword in decode_data+SMTPUTF8 check. | R David Murray | 2015-10-09 | 1 | -0/+6 |
|
|
* | #21795: advertise 8BITMIME if decode_data is False. | R David Murray | 2015-05-11 | 1 | -21/+108 |
|
|
* | #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. | R David Murray | 2014-08-09 | 1 | -13/+243 |
|
|
* | #14758: add IPv6 support to smtpd. | R David Murray | 2014-06-11 | 1 | -8/+43 |
|
|
* | #19662: add decode_data to smtpd so you can get at DATA in bytes form. | R David Murray | 2014-06-11 | 1 | -7/+111 |
|
|
* | #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd. | R David Murray | 2012-06-04 | 1 | -0/+2 |
|
|
* | #8739: upgrade smtpd to RFC 5321 and 1870. | R David Murray | 2012-05-26 | 1 | -31/+249 |
|
|
* | #14269: smtpd now conforms to the RFC and requires HELO before MAIL. | R David Murray | 2012-03-20 | 1 | -1/+47 |
|
|
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn... | Florent Xicluna | 2011-12-10 | 1 | -22/+22 |
|
|
* | Restore smtpd.DEBUGSTREAM at the end of test_smtpd. | Antoine Pitrou | 2011-11-12 | 1 | -0/+2 |
|
|
* | #1745035: add limits for command and data size to smtpd; patch by Savio Sena. | Georg Brandl | 2010-12-03 | 1 | -0/+18 |
|
|
* | close down sockets held by asyncore at end of test; closes issue9619 | Richard Jones | 2010-08-16 | 1 | -0/+2 |
|
|
* | fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s... | Richard Jones | 2010-08-04 | 1 | -4/+4 |
|
|
* | improve smtpd module test coverage | Richard Jones | 2010-08-04 | 1 | -5/+83 |
|
|
* | improvements to test_smtplib per issue2423 | Richard Jones | 2010-08-03 | 1 | -41/+8 |
|
|
* | Avoid triggering DeprecationWarnings in test_smtpd and smtpd. | Georg Brandl | 2010-07-31 | 1 | -26/+27 |
|
|
* | Fix #9412: make list of messages an instance attribute instead of class attri... | Georg Brandl | 2010-07-29 | 1 | -1/+3 |
|
|
* | New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer. | Richard Jones | 2010-07-23 | 1 | -0/+221 |
|
|