- 04 Haz, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
This clears up an error in detected by refleak mode that showed up when test_smtplib was run after test_smtpd in the same refleak run.
-
- 26 May, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
smtpd now handles EHLO and has infrastructure for extended smtp command mode. The SIZE extension is also implemented. In order to support parameters on MAIL FROM, the RFC 5322 parser from the email package is used to parse the address "token". Logging subclasses things and overrides __init__, so it was necessary to update those __init__ functions in the logging tests to make the logging tests pass. The original suggestion and patch were by Alberto Trevino. Juhana Jauhiainen added the --size argument and SIZE parameter support. Michele Orrù improved the patch and added more tests. Dan Boswell conditionalized various bits of code on whether or not we are in HELO or EHLO mode, as well as some other improvements and tests. I finalized the patch and added the address parsing.
-
- 20 Mar, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
This is a backward incompatible change, but since it is an RFC conformance bug and all real mail servers that I know of do conform to the RFC in this regard, I believe it is an acceptable change for a feature release. Patch by Jason Killen.
-
- 10 Ara, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
-
- 12 Kas, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
(backport of 6b9f547e92d8)
-
Antoine Pitrou yazdı
This fixes a subsequent refleak in test_smtplib.
-
- 03 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Agu, 2010 1 kayıt (commit)
-
-
Richard Jones yazdı
-
- 04 Agu, 2010 2 kayıt (commit)
-
-
Richard Jones yazdı
-
Richard Jones yazdı
-
- 03 Agu, 2010 1 kayıt (commit)
-
-
Richard Jones yazdı
merged the socket mock introduced in test_smtpd
-
- 31 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Tem, 2010 1 kayıt (commit)
-
-
Richard Jones yazdı
-