Thank you.
The question is that. Get the messages that was sended and save in
maildir format.
One more question... testing here, has the smtpd.pureproxy support
stream username and password for smtp authentication ?. I read some
doc and don't find anything about.
--
http://mail.python.org/mailman/
On Wed, 2011-06-08 at 17:18 -0300, Josias L.G wrote:
> Hi for all,
> I'm very newbie in python and is very good language.
> I'm trying to adopt a example:
> import smtpd
> import asyncore
> server = smtpd.PureProxy(('127.0.0.1', 1025), ('mail', 25))
> asyncore.loop()
> I'm trying to copy the email