This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Advanced email module
Type: enhancement Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, gvanrossum, holtwick, loewis
Priority: normal Keywords:

Created on 2000-11-03 13:04 by holtwick, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (5)
msg2320 - (view) Author: Dirk Holtwick (holtwick) Date: 2000-11-03 13:04
A nice new module to have would be a mime enabled email composer. I posted a sample to SourceForge that is still very basic:

http://sourceforge.net/snippet/detail.php?type=snippet&id=100444
msg2321 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-11-03 20:49
Hey, I didn't know about the SD "Snippet" feature! Cool!

But I'm not sure that this should be a standard library -- it's pretty application specific. Any other opinions?
msg2322 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2000-12-13 16:19
I've added this feature request to PEP 42.
msg2323 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-06-09 17:25
Logged In: YES 
user_id=21627

Is this covered by the email pacakge?
msg2324 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-06-10 00:58
Logged In: YES 
user_id=12800

Basically, yes, although email doesn't do any actually
sending (you'd pump email's output through sendmail for
that).  The APIs are different, but I think email's is more
general.
History
Date User Action Args
2022-04-10 16:03:28adminsetgithub: 33444
2000-11-03 13:04:14holtwickcreate