4 Jun
2005
4 Jun
'05
7:51 p.m.
Am Samstag, den 04.06.2005, 20:10 +0200 schrieb Dieter Maurer:
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...
I dont think this is the way round he wants ;) At least there would be ready to use webmail products which are available for zope :-) As I said, zope as imap server would indeed be interesting :-) Its only a fairly bit of work since the protocol is a bit weird and the usual clients even more.