summaryrefslogtreecommitdiff
path: root/Lib/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
...
| * #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
* Merged revisions 72835 via svnmerge fromR. David Murray2009-05-231-3/+4
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-181-1/+4
* Remove traces of rfc822.Georg Brandl2008-06-121-1/+1
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-2/+4
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-1/+2
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-0/+1
* Fix a WTF noticed by Jerry Seutter.Barry Warsaw2008-03-191-2/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-231-2/+2
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-10/+38
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-4/+6
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-4/+2
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-62/+57
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-5/+5
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-3/+3
* Fix a buch of shallow test failures.Guido van Rossum2007-06-181-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-27/+57
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-12/+12
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-3/+3