4 Jun
2005
4 Jun
'05
6:10 p.m.
Varun Parange wrote at 2005-6-3 13:38 -0700:
which are some POP3 servers i can download for free, which are interfaceable with Zope
For Linux (almost surely *nix in general), there is "imap": "IMAP4, POP2 and POP3 mail server." You can interface Zope with this server via Python's "poplib" and "imaplib". You will need to do some work yourself... -- Dieter