Has anyone created a simple POP3 and SMTP server using TWISTED?

William Park opengeometry at yahoo.ca
Sat Mar 15 16:32:54 EST 2003


Donn Cave <donn at drizzle.com> wrote:
> It's funny to read here (in comp.lang.python) that Python isn't
> up to implementing a bullet-proof email service, the same day as
> we're all so positive it's fine for life-critical applications
> like airplane controls.

It's not a language issue, because you can/will use whatever you are
comfortable with.  It's more of man-hour, ie. read RFC, write code,
test, read RFC, write code, test, ... ad infinitum.  For SMTP/POP3, it's
been done.  For learning, manually typing on Telnet, then writing Shell
script will be more educational.

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
Linux solution for data management and processing. 




More information about the Python-list mailing list