[Patches] [ python-Patches-957003 ] RFE: Extend smtplib.py with support for LMTP

SourceForge.net noreply at sourceforge.net
Fri Mar 9 16:36:22 CET 2007


Patches item #957003, was opened at 2004-05-19 21:56
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=957003&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Leif Hedstrom (zwoop)
Assigned to: Nobody/Anonymous (nobody)
Summary: RFE: Extend smtplib.py with support for LMTP

Initial Comment:
Hi,

attached is a proposal to extend the existing
smtplib.py module with support for LMTP (RFC2033). I
find it very useful together with IMAP servers like Cyrus.

Thanks,

-- leif


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2007-03-09 16:36

Message:
Logged In: YES 
user_id=21627
Originator: NO

Thanks for the patch. Committed as r54240

----------------------------------------------------------------------

Comment By: Georg Brandl (birkenfeld)
Date: 2005-06-25 22:52

Message:
Logged In: YES 
user_id=1188172

Moving to the patches tracker. As a new feature, assigning
to group Python 2.5.

----------------------------------------------------------------------

Comment By: Leif Hedstrom (zwoop)
Date: 2004-06-01 23:14

Message:
Logged In: YES 
user_id=480913

Is the documentation provided in the patch for the LMTP
class not sufficient? I can extend on that if necessary,
although bear in mind that LMTP is very, very similar to
SMTP. The main difference is the support for Unix sockets.

As for adding test code, I could do that, although I'm
guessing most people will not have an LMTP capable server
running. If you feel strongly on this, I'll add something
that will check for port 2003, and submit the same test
message through an LMTP instance.

----------------------------------------------------------------------

Comment By: Terry J. Reedy (tjreedy)
Date: 2004-06-01 19:25

Message:
Logged In: YES 
user_id=593130

If you were mere requesting a feature enhancement, this 
would belong in the RFE list and not the bug list.  Since you 
submitted a patch, and not just a proposal, this belongs in 
the patch list.  However, as a patch submission, it also needs 
1) a patch to the documentation for smtplib (at least the 
suggested new text if you can't do Latex) and 2) a patch to 
the test suite for smtplib (assuming there is one already).

Suggestion: close this bug report as invalid and open a patch 
item with the additional material.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=957003&group_id=5470


More information about the Patches mailing list