Best SMTP/POP library?

Gerhard Häring gerhard.haering at opus-gmbh.net
Wed Jan 22 10:38:37 EST 2003


Robert Oschler <Oschler at earthlink.net> wrote:
> I want to write my own email client, what is the best SMTP/POP library for
> Python 2.2? URL's please.

What's wrong with smtplib and poplib in the standard library?

smtplib is likely the only one that has support for SMTP/AUTH and SMTP over
TLS :-)

Other than that I only know that Twisted has support for these protocols.

Gerhard
-- 
Gerhard Häring
OPUS GmbH München
Tel.: +49 89 - 889 49 7 - 32
http://www.opus-gmbh.net/




More information about the Python-list mailing list