summaryrefslogtreecommitdiff
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* #25446: Fix regression in smtplib's AUTH LOGIN support.R David Murray2015-11-081-58/+121
* - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-9/+83
* #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-1/+46
* #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-0/+119
* #16914: add timestamps to smtplib debugging output via new debuglevel 2.R David Murray2015-04-161-0/+21
* Merge #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
|\
| * #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
* | Issue #21566: Make use of socket.listen() default backlog.Charles-Fran?ois Natali2014-07-231-1/+1
* | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-22/+38
* | #19662: Eliminate warnings in other test modules that use smtpd.R David Murray2014-06-111-3/+5
|/
* #17498: Defer SMTPServerDisconnected errors until the next command.R David Murray2014-04-141-0/+13
* merge with 3.3Georg Brandl2014-02-101-1/+29
* Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-10/+13
|\
| * Closes #6683: add a test that exercises multiple authentication.Andrew Kuchling2013-11-111-0/+9
| * merge 3.3 (#19125)Benjamin Peterson2013-09-291-10/+4
| |\
| | * Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-10/+4
| | |\
| | | * Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-201-10/+4
| | | |\
| | | | * Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-201-0/+3
| | | | |\
| | | | * \ Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-10/+4
| | | | |\ \
| | | | | * | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
| | | | | * | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
| | | | | * | Cleanup: remove not needed mocks.Andrew Svetlov2012-12-171-6/+0
| | | | | * | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
* | | | | | | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
|/ / / / / /
* | | | | | fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
|/ / / / /
* | | | | #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|/ / / /
* | | | Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-201-7/+66
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-201-7/+66
| |\ \ \ | | |/ /
| | * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-9/+65
| | |\ \ | | | |/ | | |/|
| | * | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-5/+14
| | * | Issue #14442: Add missing errno import in test_smtplib.Ross Lagerwall2012-03-291-0/+1
| | * | Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-281-2/+58
| | |\ \
| | | * | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-311-6/+11
| | | * | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-0/+17
| | | * | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-181-2/+36
| | | |\ \
| | | | * \ merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-1/+110
| | | | |\ \
| | | | * \ \ merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+15
| | | | |\ \ \
| | | | * \ \ \ Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver.R David Murray2011-05-021-2/+36
| | | | |\ \ \ \
| | | | | * | | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-151-2/+36
* | | | | | | | | #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-201-3/+3
|/ / / / / / / /
* | | | | | | | #5713: fix timing issue in smtplib tests.R David Murray2013-03-201-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-1/+64
|/ / / / / /
* | | | | | Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-281-4/+1
|/ / / / /
* | | | | #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-181-9/+24
| |_|_|/ |/| | |
* | | | #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-1/+110
| |_|/ |/| |
* | | #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-0/+15
|/ /
* | I was right, hardconding the localhost IP doesn't work in linux-vserver.R David Murray2011-05-021-6/+3
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-4/+4
* #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-081-0/+106
* string exceptions; how quaintBenjamin Peterson2010-10-311-4/+2