summaryrefslogtreecommitdiff
path: root/Doc/library/smtplib.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. ↵Serhiy Storchaka2018-12-191-1/+1
| | | | | | (GH-11174). (GH-11232) (cherry picked from commit 2b57c43f21f891df4c6f2294a3b9e1b9029a16b6)
* Linkify SMTP.quit() in smtplib documentation. (GH-9785)Miss Islington (bot)2018-11-231-1/+1
| | | | | (cherry picked from commit ba57963a95a994947b8bec6869e810a74a751278) Co-authored-by: takey <taketakeyyy@gmail.com>
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-101-2/+2
| | | | | (cherry picked from commit 78deb7f33227972987722bc3fed5bcb45fae869e) Co-authored-by: Sebastian Rittau <srittau@rittau.org>
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Miss Islington (bot)2018-09-071-2/+2
| | | | | | | | Some methods of the SMTP class use mutable default arguments. Specially `send_message` is affected as it mutates one of the args by appending items to it, which has side effects on further calls. (cherry picked from commit d5fbe9b1a3d65ceeb9159c5ba999ee966a945f76) Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
* smtplib documentation fixes (GH-8708)Miss Islington (bot)2018-08-121-4/+11
| | | | | | | | | | * SMTP.startssl: Fix doc on keyfile and certfile use * SMTP.startssl: Add missing keyfile and certfile deprecation notice * SMTP: Doc grammar fixes (cherry picked from commit da12063f2f53b7d272824863ed24260cefb22e8c) Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
* 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
|/ | | | | | | The deprecation include manual creation of SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, smtplib, poplib and urllib. ssl.wrap_socket() is not marked as deprecated yet.
* 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
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
| | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optionalBarry Warsaw2015-07-091-14/+31
| | | | | | | | initial-response argument to the SMTP AUTH command.
* | #24218: Add SMTPUTF8 support to send_message.R David Murray2015-05-171-2/+10
| | | | | | | | Reviewed by Maciej Szulik.
* | #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-1/+34
| | | | | | | | Initial patch by Milan Oberkirch.
* | #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
| | | | | | | | Patch by Gavin Chappell and Maciej Szulik.
* | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-2/+37
|/ | | | Patch by Milan Oberkirch.
* #20903: clarify what happens when an smtp connection timeout occurs.R David Murray2014-06-091-1/+2
| | | | Patch by Milan Oberkirch.
* Issue #20913: improve the SSL security considerations to first advocate ↵Antoine Pitrou2014-03-221-16/+11
| | | | using create_default_context().
* 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
| | | | indication for TLS/SSL connections.
* 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
|\ \ | |/ | | | | Original patch by Berker Peksag.
| * #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+11
| | | | | | | | Original patch by Berker Peksag.
* | #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
|/ | | | Initial patch by Ned Jackson Lovely.
* 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-3/+3
|\ \ | |/
| * indicate msg is an argumentBenjamin Peterson2011-12-301-3/+3
| |
* | Addressing the review comments by Antoine Pitrou for smtplib.py and ↵Senthil Kumaran2011-07-311-9/+9
| | | | | | | | test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst
* | fixing the smtplib.rst whitespaces.Senthil Kumaran2011-07-301-1/+1
| |
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵Senthil Kumaran2011-07-301-8/+25
| | | | | | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine.
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-8/+19
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-021-8/+19
| | | | | | | | | | Original patch by Nicolas Estibals. My tweaks to the patch were mostly style/cosmetic, and adding more tests.
* | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-3/+14
| | | | | | | | | | passing a `context` argument pointing to an ssl.SSLContext instance. Patch by Kasun Herath.
* | 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
|/ | | | in a `with` statement. Contributed by Giampaolo Rodola.
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line #7388: "python".capitalize() in the Doc ........