Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39329: Add timeout parameter for smtplib.LMTP constructor (GH-17998) | Dong-hee Na | 2020-01-14 | 1 | -1/+5 |
| | |||||
* | bpo-39259: smtp.SMTP/SMTP_SSL now reject timeout = 0 (GH-17958) | Dong-hee Na | 2020-01-14 | 1 | -0/+6 |
| | |||||
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -4/+6 |
| | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+6 |
| | |||||
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | Linkify SMTP.quit() in smtplib documentation. (GH-9785) | takey | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965) | Sebastian Rittau | 2018-09-10 | 1 | -2/+2 |
| | |||||
* | bpo-34246: Use no mutable default args in smtplib (GH-8554) | Pablo Aguiar | 2018-09-07 | 1 | -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. | ||||
* | smtplib documentation fixes (GH-8708) | Ville Skyttä | 2018-08-13 | 1 | -4/+11 |
| | | | | | | | | * SMTP.startssl: Fix doc on keyfile and certfile use * SMTP.startssl: Add missing keyfile and certfile deprecation notice * SMTP: Doc grammar fixes | ||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -5/+6 |
|\ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -5/+6 |
| | | |||||
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -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 typos | Raymond Hettinger | 2016-08-30 | 1 | -2/+2 |
| | |||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -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 similar | Martin Panter | 2016-02-10 | 1 | -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.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -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 optional | Barry Warsaw | 2015-07-09 | 1 | -14/+31 |
| | | | | | | | | initial-response argument to the SMTP AUTH command. | ||||
* | | #24218: Add SMTPUTF8 support to send_message. | R David Murray | 2015-05-17 | 1 | -2/+10 |
| | | | | | | | | Reviewed by Maciej Szulik. | ||||
* | | #22027: Add RFC6531 support to smtplib. | R David Murray | 2015-05-16 | 1 | -1/+34 |
| | | | | | | | | Initial patch by Milan Oberkirch. | ||||
* | | #16914: reflow paragraph and add missing versionchanged. | R David Murray | 2015-04-16 | 1 | -3/+6 |
| | | |||||
* | | #16914: add timestamps to smtplib debugging output via new debuglevel 2. | R David Murray | 2015-04-16 | 1 | -2/+3 |
| | | | | | | | | Patch by Gavin Chappell and Maciej Szulik. | ||||
* | | #15014: Add 'auth' command to implement auth mechanisms and use it in login. | R David Murray | 2014-07-03 | 1 | -2/+37 |
|/ | | | | Patch by Milan Oberkirch. | ||||
* | #20903: clarify what happens when an smtp connection timeout occurs. | R David Murray | 2014-06-09 | 1 | -1/+2 |
| | | | | Patch by Milan Oberkirch. | ||||
* | Issue #20913: improve the SSL security considerations to first advocate ↵ | Antoine Pitrou | 2014-03-22 | 1 | -16/+11 |
| | | | | using create_default_context(). | ||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+3 |
| | |||||
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -0/+9 |
| | | | | indication for TLS/SSL connections. | ||||
* | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
|\ | |||||
| * | Issue 18724: Fix typo noticed by Susan Tan. | Ned Deily | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Merge #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -24/+24 |
|\ \ | |/ | |||||
| * | #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -24/+24 |
| | | |||||
* | | Merge #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+11 |
|\ \ | |/ | | | | | Original patch by Berker Peksag. | ||||
| * | #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+11 |
| | | | | | | | | Original patch by Berker Peksag. | ||||
* | | #2118: IOError is deprecated, use OSError. | R David Murray | 2013-04-14 | 1 | -1/+1 |
| | | |||||
* | | #2118: Make SMTPException a subclass of IOError. | R David Murray | 2013-04-13 | 1 | -2/+2 |
|/ | | | | Initial patch by Ned Jackson Lovely. | ||||
* | Reflow paragraph. | R David Murray | 2013-04-13 | 1 | -9/+8 |
| | |||||
* | #2118: clarify smtplib exception documentation. | R David Murray | 2013-04-13 | 1 | -12/+16 |
| | |||||
* | MERGE: Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -1/+2 |
|\ | |||||
| * | Closes #16789: :meth:`quit` links to constants instead of own module | Jesus Cea | 2012-12-26 | 1 | -1/+2 |
| | | |||||
* | | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-12-31 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | indicate msg is an argument | Benjamin Peterson | 2011-12-31 | 1 | -3/+3 |
| | | |||||
* | | Addressing the review comments by Antoine Pitrou for smtplib.py and ↵ | Senthil Kumaran | 2011-07-31 | 1 | -9/+9 |
| | | | | | | | | test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst | ||||
* | | fixing the smtplib.rst whitespaces. | Senthil Kumaran | 2011-07-30 | 1 | -1/+1 |
| | | |||||
* | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵ | Senthil Kumaran | 2011-07-30 | 1 | -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 Murray | 2011-07-03 | 1 | -8/+19 |
|\ \ | |/ | |||||
| * | #12147: make send_message correctly handle Sender and Resent- headers. | R David Murray | 2011-07-03 | 1 | -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 support | Antoine Pitrou | 2011-05-18 | 1 | -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 Pitrou | 2011-04-26 | 1 | -1/+1 |
| | | |||||
* | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used | Barry Warsaw | 2011-03-15 | 1 | -0/+14 |
|/ | | | | in a `with` statement. Contributed by Giampaolo Rodola. |