27 May
2005
27 May
'05
7:02 p.m.
Varun Parange wrote:
hi, i have downloaded an SMTP server and using it i can send mails with the help of Zope MailHost....
however i would also like to recieve mails.... how do i do this..... which additional products do i need to download...
regards, varun
Varun, I wrote a spam filter using wxpython - but all the incoming mail uses standard python libraries: poplib, rfc822, email.Parser. Just write an external python script to handle. David