summaryrefslogtreecommitdiff
path: root/Lib/test/test_smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)Christian Heimes2019-09-251-1/+10
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+1
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-051-1/+1
* bpo-32680 add default "sock" on SMTP objects (#5345)Romuald Brunet2018-10-091-0/+7
* bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9...Pablo Galindo2018-09-081-7/+47
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Pablo Aguiar2018-09-071-0/+28
* bpo-32663 Make SMTPUTF8SimTests run (#5314)chason2018-07-251-25/+14
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Stéphane Wirtel2018-01-301-1/+18
* bpo-31234: Join threads in tests (#3572)Victor Stinner2017-09-141-1/+3
* bpo-29639: change test.support.HOST to "localhost"Gregory P. Smith2017-09-091-27/+40
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-10/+1
* #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-3/+3
|\
| * Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-081-3/+3
* | Closes #6683: add a test that exercises multiple authentication.Andrew Kuchling2013-11-111-0/+9
* | merge 3.3 (#19125)Benjamin Peterson2013-09-291-3/+3
|\ \ | |/
| * fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
* | Merge: #5713: One more test_smtplib timing fix.R David Murray2013-03-211-1/+1
|\ \ | |/
| * #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-3/+3
|\ \ | |/
| * Merge: #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-201-3/+3
| |\
| | * #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-201-3/+3
* | | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-201-0/+3
|\ \ \ | |/ /
| * | Merge: #5713: fix timing issue in smtplib tests.R David Murray2013-03-201-0/+3
| |\ \ | | |/
| | * #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-9/+65
|\ \ \ | |/ /
| * | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-9/+65
| |\ \ | | |/
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-1/+64
* | | 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
|/ /
* | #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-4/+1
|\ \ | |/
| * Make tests faster by reaping threads only at the endAntoine Pitrou2011-08-281-4/+1
* | 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-9/+24
|\ \ | |/