summaryrefslogtreecommitdiffstats
path: root/Doc/library/smtplib.rst
Commit message (Expand)AuthorAgeFilesLines
* #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-2/+37
* #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
* Issue #20913: improve the SSL security considerations to first advocate using...Antoine Pitrou2014-03-221-16/+11
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-0/+3
* Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+9
* Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
|\
| * Issue 18724: Fix typo noticed by Susan Tan.Ned Deily2013-08-131-1/+1
* | Merge #18179: reflow paragraphs.R David Murray2013-06-231-24/+24
|\ \ | |/
| * #18179: reflow paragraphs.R David Murray2013-06-231-24/+24
* | Merge #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+11
|\ \ | |/
| * #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+11
* | #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-2/+2
|/
* Reflow paragraph.R David Murray2013-04-131-9/+8
* #2118: clarify smtplib exception documentation.R David Murray2013-04-131-12/+16
* MERGE: Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-261-1/+2
|\
| * Closes #16789: :meth:`quit` links to constants instead of own moduleJesus Cea2012-12-261-1/+2
* | Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-1/+2
* | merge 3.2Benjamin Peterson2011-12-311-3/+3
|\ \ | |/
| * indicate msg is an argumentBenjamin Peterson2011-12-311-3/+3
* | Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtp...Senthil Kumaran2011-07-311-9/+9
* | fixing the smtplib.rst whitespaces.Senthil Kumaran2011-07-301-1/+1
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-8/+25
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-8/+19
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-8/+19
* | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-3/+14
* | I think this should be "versionchanged", not "versionadded"Antoine Pitrou2011-04-261-1/+1
* | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-151-0/+14
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* #10321: Add support for sending binary DATA and Message objects to smtplibR. David Murray2010-11-081-3/+29
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-3/+3
* Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-12/+11
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-0/+5
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-081-1/+9
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-4/+4
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-14/+16
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-7/+3
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+26
* Remove all definitions of raw_input() that were still scattered throughout th...Georg Brandl2007-12-021-8/+2
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-101-1/+1
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+1
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-7/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+347