<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/Mailman/pythonlib/smtplib.py, branch pluggable-components</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/Mailman/pythonlib/smtplib.py?h=pluggable-components</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/Mailman/pythonlib/smtplib.py?h=pluggable-components'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2000-12-26T22:59:08Z</updated>
<entry>
<title>Now that we require Python 2.0, we're fine getting rid of these copies.</title>
<updated>2000-12-26T22:59:08Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-26T22:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=53e4eac33399f9569fda00ddd8cba7ead504a557'/>
<id>urn:sha1:53e4eac33399f9569fda00ddd8cba7ead504a557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connect(): Wrap the sock.connect() in a try/except so that if the</title>
<updated>2000-10-31T16:40:10Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-10-31T16:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fa28f0052adffd60e14dce4197126a76ffab089b'/>
<id>urn:sha1:fa28f0052adffd60e14dce4197126a76ffab089b</id>
<content type='text'>
connection fails with a socket.error, the file descriptors are
reclaimed.
</content>
</entry>
<entry>
<title>send(): Apply patch from Python 2.0b1 which fixes the problem with</title>
<updated>2000-09-11T21:20:28Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-09-11T21:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c82b4c37ac22b72e1fda6847cffca048160ca100'/>
<id>urn:sha1:c82b4c37ac22b72e1fda6847cffca048160ca100</id>
<content type='text'>
partial socket writes.  This should fix bug #101475.
</content>
</entry>
<entry>
<title>Minimal update to Python's smtplib to fully qualify default host</title>
<updated>2000-08-23T20:35:52Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-08-23T20:35:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=be0ab6392ae86f413db2a742e8644f7b45d0b5b3'/>
<id>urn:sha1:be0ab6392ae86f413db2a742e8644f7b45d0b5b3</id>
<content type='text'>
names.
</content>
</entry>
<entry>
<title>intermediate</title>
<updated>2000-07-06T16:56:57Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-07-06T16:56:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=54e275cf11f7ac021668f3892a6b16e0d3314e1d'/>
<id>urn:sha1:54e275cf11f7ac021668f3892a6b16e0d3314e1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bunch of docstring fixes.</title>
<updated>1999-11-28T17:11:06Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>1999-11-28T17:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=02d53b2445aff540d0f856f099c20b160ea659ba'/>
<id>urn:sha1:02d53b2445aff540d0f856f099c20b160ea659ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just</title>
<updated>1999-10-22T13:09:20Z</updated>
<author>
<name>guido</name>
</author>
<published>1999-10-22T13:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a791a0ecdea2a17a8ac2c4a744af5beb7fa0deb7'/>
<id>urn:sha1:a791a0ecdea2a17a8ac2c4a744af5beb7fa0deb7</id>
<content type='text'>
keep whatever gethostname() returns.  After a suggestion by Doug Wyatt.
</content>
</entry>
<entry>
<title>Patch by Per Cederqvist:</title>
<updated>1999-06-09T15:13:10Z</updated>
<author>
<name>guido</name>
</author>
<published>1999-06-09T15:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6cd80f65a5f2d0bc9e47fc72b932ada994b207e6'/>
<id>urn:sha1:6cd80f65a5f2d0bc9e47fc72b932ada994b207e6</id>
<content type='text'>
I've found two places where smtplib.py sends an extra trailing space
on command lines to the SMTP server.  I don't know if this ever causes
any problems, but I'd prefer to be on the safe side.  The enclosed
patch removes the extra space.
</content>
</entry>
<entry>
<title>Patch by Per Cederqvist, seemingly approved by The Dragon:</title>
<updated>1999-04-21T16:52:20Z</updated>
<author>
<name>guido</name>
</author>
<published>1999-04-21T16:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=666f106b282b39b1c456f4afc18670a6563b41a7'/>
<id>urn:sha1:666f106b282b39b1c456f4afc18670a6563b41a7</id>
<content type='text'>
Two problems: The SMTPRecipientsRefused class should not inherit
SMTPResponseException, since it doesn't provide the smtp_code and
smtp_error attributes.  My patch for not adding an extra CRLF was
apparently forgotten.  The enclosed patch fixes these two problems.
</content>
</entry>
<entry>
<title>Changes by Per Cederquist and The Dragon.</title>
<updated>1999-04-07T15:03:39Z</updated>
<author>
<name>guido</name>
</author>
<published>1999-04-07T15:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7ce512fd70a64eb7cf9563bb31dd4291a44254dd'/>
<id>urn:sha1:7ce512fd70a64eb7cf9563bb31dd4291a44254dd</id>
<content type='text'>
Per writes:

"""
The application where Signum Support uses smtplib needs to be able to
report good error messages to the user when sending email fails.  To
help in diagnosing problems it is useful to be able to report the
entire message sent by the server, not only the SMTP error code of the
offending command.

A lot of the functions in sendmail.py unfortunately discards the
message, leaving only the code.  The enclosed patch fixes that
problem.

The enclosed patch also introduces a base class for exceptions that
include an SMTP error code and error message, and make the code and
message available on separate attributes, so that surrounding code can
deal with them in whatever way it sees fit.  I've also added some
documentation to the exception classes.

The constructor will now raise an exception if it cannot connect to
the SMTP server.

The data() method will raise an SMTPDataError if it doesn't receive
the expected 354 code in the middle of the exchange.

According to section 5.2.10 of RFC 1123 a smtp client must accept "any
text, including no text at all" after the error code.  If the response
of a HELO command contains no text self.helo_resp will be set to the
empty string ("").  The patch fixes the test in the sendmail() method
so that helo_resp is tested against None; if it has the empty string
as value the sendmail() method would invoke the helo() method again.

The code no longer accepts a -1 reply from the ehlo() method in
sendmail().

[Text about removing SMTPRecipientsRefused deleted --GvR]
"""

and also:

"""
smtplib.py appends an extra blank line to the outgoing mail if the
`msg' argument to the sendmail method already contains a trailing
newline.  This patch should fix the problem.
"""

The Dragon writes:

"""
	Mostly I just re-added the SMTPRecipientsRefused exception
(the exeption object now has the appropriate info in it ) [Per had
removed this in his patch --GvR] and tweaked the behavior of the
sendmail method whence it throws the newly added SMTPHeloException (it
was closing the connection, which it shouldn't.  whatever catches the
exception should do that. )

	I pondered the change of the return values to tuples all around,
and after some thinking I decided that regularizing the return values was
too much of the Right Thing (tm) to not do.

	My one concern is that code expecting an integer &amp; getting a tuple
may fail silently.

(i.e. if it's doing :

      x.somemethod() &gt;= 400:
expecting an integer, the expression will always be true if it gets a
tuple instead. )

	However, most smtplib code I've seen only really uses the
sendmail() method, so this wouldn't bother it.  Usually code I've seen
that calls the other methods usually only calls helo() and ehlo() for
doing ESMTP, a feature which was not in the smtplib included with 1.5.1,
and thus I would think not much code uses it yet.
"""
</content>
</entry>
</feed>
