summaryrefslogtreecommitdiff
path: root/Lib/smtpd.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek KołodziejMartin Panter2016-06-061-1/+4
* Issue #27033: Removed unnecessary the bool calls.Serhiy Storchaka2016-05-291-4/+4
* Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-161-30/+15
* #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-091-2/+2
* #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-111-48/+56
* merge 3.4 (#23873)Benjamin Peterson2015-04-071-9/+0
|\
| * remove smtpd dead code (closes #23873)Benjamin Peterson2015-04-071-9/+0
* | merge 3.4 (#23872)Benjamin Peterson2015-04-051-1/+1
|\ \ | |/
| * fix extended command syntax (closes #23872)Benjamin Peterson2015-04-051-1/+1
* | Issue #23681: Fixed Python 2 to 3 poring bugs.Serhiy Storchaka2015-03-201-1/+1
|\ \ | |/
* | #21725: Add RFC 6531 (SMTPUTF8) support to smtpd.R David Murray2014-08-091-58/+146
* | #14758: Need to specify the desired socket type in the getaddrinfo call.R David Murray2014-06-111-1/+2
* | #14758: add IPv6 support to smtpd.R David Murray2014-06-111-1/+2
* | #19662: add decode_data to smtpd so you can get at DATA in bytes form.R David Murray2014-06-111-9/+36
|/
* Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-051-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-071-5/+7
* modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS...Giampaolo Rodola'2013-02-121-2/+1
* Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
* #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-52/+193
* #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-201-0/+12
* Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-101-22/+22
* Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-10/+10
|\
| * Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-10/+10
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/
* #1745035: add limits for command and data size to smtpd; patch by Savio Sena.Georg Brandl2010-12-031-0/+24
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-15/+1
* fix issue 9129: adds proper error handling on accept() when smtpd accepts new...Giampaolo Rodolà2010-08-231-2/+23
* fix smtpd.py I accidentally broke in my previous commitGiampaolo Rodolà2010-08-211-1/+1
* revert changes made in r84236 committed by accidentGiampaolo Rodolà2010-08-211-14/+1
* fix issue #9129: added proper error handling when accepting new connections i...Giampaolo Rodolà2010-08-211-2/+15
* kill outdated commentBenjamin Peterson2010-08-071-1/+0
* Avoid triggering DeprecationWarnings in test_smtpd and smtpd.Georg Brandl2010-07-311-4/+4
* Implementation for issue 4184Richard Jones2010-07-241-42/+168
* Merged revisions 82404 via svnmerge fromGiampaolo Rodolà2010-06-301-8/+13
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-071-4/+4
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-2/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+1
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-27/+24
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.Barry Warsaw2004-10-091-1/+1
* Updated my email address to something that works <wink>.Barry Warsaw2004-07-121-1/+1
* remove debugging printSkip Montanaro2004-06-261-1/+0
* Allow classes from other modules to be specified at startup. For example,Skip Montanaro2004-06-261-2/+9
* smtp_RCPT(): Removed a somewhat embarrassing debugging line, found byBarry Warsaw2002-05-141-3/+0