summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75064 via svnmerge fromEzio 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
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-5/+34
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+5
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-171-1/+4
* SMTP.help() was returning a tuple instead of the promised text.Kurt B. Kaiser2005-06-261-1/+1
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-1/+1
* Patch #1100140: improved smtp connect debuggingJohannes Gijsbers2005-01-161-2/+2
* Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation isJohannes Gijsbers2005-01-081-2/+2
* Patch #1075928: AUTH PLAIN in smtplib.Johannes Gijsbers2004-12-061-1/+1
* Debug output is now printed to sys.stderr .Brett Cannon2004-07-101-9/+10
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Patch #572031: AUTH method LOGIN for smtplibMartin v. Löwis2002-10-061-1/+1
* smptlib did not handle empty addresses.Raymond Hettinger2002-09-051-3/+3
* Whitespace normalization.Tim Peters2002-08-081-1/+1
* Patch #586999: Fix multiline string in sendmail example.Martin v. Löwis2002-07-281-1/+1
* remove o/s dependancy from testPiers Lauder2002-07-271-7/+32
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-2/+1
* Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint.Martin v. Löwis2002-06-021-0/+2
* Replace boolean test with is None.Raymond Hettinger2002-06-021-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-1/+1
* Replace '== None' with 'is None'Raymond Hettinger2002-05-311-1/+1
* Whitespace normalization.Tim Peters2002-04-161-2/+2
* ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTPBarry Warsaw2002-04-151-1/+5