index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
smtplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-2/+4
*
#2248: return result of QUIT from quit().
Georg Brandl
2008-03-27
1
-1/+2
*
Issue #2143: Fix embedded readline() hang on SSL socket EOF.
Sean Reifscheider
2008-03-20
1
-0/+1
*
Issue 1776581. Minor corrections to smtplib, and two small tests.
Facundo Batista
2008-02-23
1
-2/+2
*
Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339
Gregory P. Smith
2008-01-17
1
-10/+30
*
Comply with RFC 3207.
Gregory P. Smith
2008-01-17
1
-0/+8
*
More work on SSL support.
Bill Janssen
2007-09-10
1
-2/+2
*
remove use of non-existent SSLFakeSocket in apparently untested code
Bill Janssen
2007-08-31
1
-4/+2
*
Don't lie in __all__ attributes when SSL is not available: only add the SSL
Thomas Wouters
2007-08-30
1
-1/+3
*
This contains a number of things:
Bill Janssen
2007-08-29
1
-61/+54
*
Added timeout to smtplib (to SMTP and SMTP_SSL). Also created
Facundo Batista
2007-03-28
1
-25/+10
*
Whitespace normalization.
Tim Peters
2007-03-12
1
-1/+1
*
Simplify a little by handling the TCP case first.
Neal Norwitz
2007-03-10
1
-16/+16
*
Patch #957003: Implement smtplib.LMTP.
Martin v. Löwis
2007-03-09
1
-1/+46
*
Use new email module names (#1637162, #1637159, #1637157).
Georg Brandl
2007-01-22
1
-3/+3
*
Whitespace normalization.
Tim Peters
2006-11-03
1
-1/+1
*
Patch #1567274: Support SMTP over TLS.
Martin v. Löwis
2006-10-27
1
-5/+34
*
Normalized a few cases of whitespace in function declarations.
Martin Blais
2006-06-06
1
-1/+1
*
bug #1257988: don't bail out on gethostbyname(gethostname()) failure
Georg Brandl
2006-03-31
1
-1/+5
*
Bug #1430298: It is now possible to send a mail with an empty
Georg Brandl
2006-02-17
1
-1/+4
*
SMTP.help() was returning a tuple instead of the promised text.
Kurt B. Kaiser
2005-06-26
1
-1/+1
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-1/+1
*
Patch #1100140: improved smtp connect debugging
Johannes Gijsbers
2005-01-16
1
-2/+2
*
Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is
Johannes Gijsbers
2005-01-08
1
-2/+2
*
Patch #1075928: AUTH PLAIN in smtplib.
Johannes Gijsbers
2004-12-06
1
-1/+1
*
Debug output is now printed to sys.stderr .
Brett Cannon
2004-07-10
1
-9/+10
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
Patch #572031: AUTH method LOGIN for smtplib
Martin v. Löwis
2002-10-06
1
-1/+1
*
smptlib did not handle empty addresses.
Raymond Hettinger
2002-09-05
1
-3/+3
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-1/+1
*
Patch #586999: Fix multiline string in sendmail example.
Martin v. Löwis
2002-07-28
1
-1/+1
*
remove o/s dependancy from test
Piers Lauder
2002-07-27
1
-7/+32
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-2/+1
*
Patch #552060: Add SSLFakeSocket.sendall. Also committed for 2.2 maint.
Martin v. Löwis
2002-06-02
1
-0/+2
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+1
*
Replace '== None' with 'is None'
Raymond Hettinger
2002-05-31
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-2/+2
*
ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP
Barry Warsaw
2002-04-15
1
-1/+5
*
__init__(): We'll try to be more RFC 2821 compliant by providing for a
Barry Warsaw
2002-03-26
1
-2/+11
*
SMTP.__init__(): Fixed minor typo in docstring.
Barry Warsaw
2002-03-25
1
-1/+1
*
Add local_hostname option to SMTP.__init__. If supplied, it is used
Neil Schemenauer
2002-03-24
1
-10/+10
*
Accept Unicode strings as SMTP TO addresses. Fixes #521270.
Martin v. Löwis
2002-02-24
1
-1/+1
*
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Martin v. Löwis
2002-02-16
1
-3/+1
*
send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently
Barry Warsaw
2001-12-14
1
-0/+2
*
SMTPError should be SMTPException; reported by Neal Norwitz.
Fred Drake
2001-10-13
1
-2/+2
*
Only close sockets if they have been created. Reported by Blake Winton.
Martin v. Löwis
2001-10-07
1
-1/+3
*
Whitespace normalization.
Tim Peters
2001-09-18
1
-7/+7
*
SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplib
Guido van Rossum
2001-09-14
1
-2/+54
*
Add login() method and SMTPAuthenticationError exception. SF patch
Guido van Rossum
2001-09-11
1
-3/+93
[next]