how can i implement a server that receives and parse mails, like using the library
from smtpd import SMTPServer
but running forever like i do with wsgi http://webpython.codepoint.net/wsgi_environment_dictionary
(i know it cant be done with wsgi, but is there a way to to this?)
Thanks :)