summaryrefslogtreecommitdiff
path: root/Lib/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-2/+7
* | Issue #19735: Implement private function ssl._create_stdlib_context() toChristian Heimes2013-11-231-8/+8
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-201-1/+1
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Merge #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
|\ \ | |/
| * #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
* | Merge #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
|\ \ | |/
| * #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* | #2118: IOError is deprecated, use OSError.R David Murray2013-04-141-1/+1
* | #2118: Make SMTPException a subclass of IOError.R David Murray2013-04-131-1/+1
* | Merge #2118: clarify smtplib exception documentation.R David Murray2013-04-131-2/+3
|\ \ | |/
| * #2118: clarify smtplib exception documentation.R David Murray2013-04-131-2/+3
* | Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-2/+11
|\ \ | |/
| * Merge: #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-2/+11
| |\
| | * #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-201-2/+11
* | | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-5/+5
|\ \ \ | |/ /
| * | Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
| |\ \ |/ / / | | _
| * Issue #16647: save socket error details in LMTP.connect()Andrew Svetlov2012-12-171-2/+2
* | #12448: merge with 3.2.Ezio Melotti2011-10-181-0/+1
|\ \ | |/
| * #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+1
* | Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-281-2/+4
|\ \ | |/
| * Provide a better diagnosis on socket errorsAntoine Pitrou2011-08-281-2/+4
* | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-311-13/+19
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-13/+27
* | #7484: simplify quoteaddr: if parseaddr throws an error it is a bug.R David Murray2011-07-181-14/+8
* | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-181-2/+9
|\ \ | |/
| * #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-181-2/+9
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-13/+39
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-13/+39
* | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-1/+1
|\ \ | |/
| * #12283: Fixed regression in smtplib quoting of leading dots in DATA.R David Murray2011-06-091-1/+1
* | Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smt...Antoine Pitrou2011-06-061-23/+3
* | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-5/+26
* | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-071-2/+4
|\ \ | |/
| * Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-071-2/+4
| |\
| | * Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-071-2/+4
| | * Merged revisions 75064 via svnmerge fromEzio Melotti2009-09-251-2/+2
| * | Merged revisions 88501 via svnmerge fromGiampaolo Rodolà2011-02-241-63/+73
* | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-151-0/+13
* | | smtlib.py PEP8 normalization via pep8.py script.Giampaolo Rodolà2011-02-221-63/+73
|/ /
* | #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-081-6/+53
* | Issue #6683: For SMTP logins we now try all authentication methods advertisedGerhard Häring2010-08-051-28/+29
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | fix print statementEzio Melotti2009-09-251-2/+2
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+1
* Finish issue 5259 by adding tests and fixes for the 'login'R. David Murray2009-05-281-4/+5
* Fix for issue 5259: ASCII encode the username and password before passingR. David Murray2009-05-231-1/+2