summaryrefslogtreecommitdiff
path: root/Doc/library/smtplib.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+6
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+6
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-0/+8
|/
* Fix typosRaymond Hettinger2016-08-301-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-8/+105
|\
| * - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-14/+31
| * #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-2/+10
| * #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-1/+34
| * #16914: reflow paragraph and add missing versionchanged.R David Murray2015-04-161-3/+6
| * #16914: add timestamps to smtplib debugging output via new debuglevel 2.R David Murray2015-04-161-2/+3
| * #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-2/+37
* | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
|/
* #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-151-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-2/+2
|\ \ | |/ |/|
| * Merge #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
* | | #18179: reflow paragraphs.R David Murray2013-06-231-24/+24
| |/ |/|
* | #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+11
|/
* 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-301-10/+52
|\ \ | |/ |/|
| * 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-021-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
* | | indicate msg is an argumentBenjamin Peterson2011-12-301-3/+3
| |/ |/|
* | #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-8/+19
|/
* 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