Hello! I am searching for a current IMAP Adapter solution for Zope. What we have found so far is Ryan Hughes' WorldPilot, which has great IMAP support, but doesn't really integrate with Zope, and the two products "NotMail" and "IMAP Adapter" on the classic Zope site. The latter two seem to have been unmaintained for quite a while. Does anybody use the old IMAP Adapter successfully with Zope 2.2.x or know an alternative solution? We are working on an integrated groupware solution (it will all be open sourced) and want to either store all documents (incl. mail) in a single Zope-based storage or at least simulate that by dynamically wrapping the mails into objects (similar to what Local_FS does with files on the file system). Thanks in advance! Joachim. -- Iuveno - Smart Communication Joachim Werner _________________________________________ Marie-Curie-Straße 6 85055 Ingolstadt Tel.: +49 841/90 14-325 (Fax -322) Mobil: +49 179/39 60 327 E-Mail: joachim.werner@iuveno.de/joachim.werner@iuveno-net.de WWW: www.iuveno.de/www.iuveno-net.de
Joachim Werner wrote:
Hello!
I am searching for a current IMAP Adapter solution for Zope. What we have found so far is Ryan Hughes' WorldPilot, which has great IMAP support, but doesn't really integrate with Zope, and the two products "NotMail" and "IMAP Adapter" on the classic Zope site. The latter two seem to have been unmaintained for quite a while.
I agree, WorldPilot is nice but its hard to split into component functionality for integration into an a site.
Does anybody use the old IMAP Adapter successfully with Zope 2.2.x or know an alternative solution?
LoginManager.
We are working on an integrated groupware solution (it will all be open sourced) and want to either store all documents (incl. mail) in a single Zope-based storage or at least simulate that by dynamically wrapping the mails into objects (similar to what Local_FS does with files on the file system).
Thanks in advance!
Joachim.
-- Iuveno - Smart Communication
Joachim Werner
_________________________________________
Marie-Curie-Straße 6 85055 Ingolstadt
Tel.: +49 841/90 14-325 (Fax -322) Mobil: +49 179/39 60 327 E-Mail: joachim.werner@iuveno.de/joachim.werner@iuveno-net.de WWW: www.iuveno.de/www.iuveno-net.de
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Why not just pick apart the pieces you need from WorldPilot. It seems a shame to have to start from scratch. J
From: Joachim Werner <joachim.werner@iuveno.de> Organization: Iuveno - Smart Communication Date: Tue, 3 Oct 2000 17:17:00 +0200 To: zope@zope.org Subject: [Zope] IMAP and Zope!
Hello!
I am searching for a current IMAP Adapter solution for Zope. What we have found so far is Ryan Hughes' WorldPilot, which has great IMAP support, but doesn't really integrate with Zope, and the two products "NotMail" and "IMAP Adapter" on the classic Zope site. The latter two seem to have been unmaintained for quite a while.
Does anybody use the old IMAP Adapter successfully with Zope 2.2.x or know an alternative solution?
We are working on an integrated groupware solution (it will all be open sourced) and want to either store all documents (incl. mail) in a single Zope-based storage or at least simulate that by dynamically wrapping the mails into objects (similar to what Local_FS does with files on the file system).
Thanks in advance!
Joachim.
-- Iuveno - Smart Communication
Joachim Werner
_________________________________________
Marie-Curie-Straße 6 85055 Ingolstadt
Tel.: +49 841/90 14-325 (Fax -322) Mobil: +49 179/39 60 327 E-Mail: joachim.werner@iuveno.de/joachim.werner@iuveno-net.de WWW: www.iuveno.de/www.iuveno-net.de
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[Joachim Werner] | Does anybody use the old IMAP Adapter successfully with Zope 2.2.x or know an | alternative solution? I'm developing an Outlook/WorldPilot replacement; which is much more modular in design. It will be released under the GPL. When and where I don't know yet. It stores messages in 'pure' ZODB format (that is, the entire message is broken down and stored in various parts of the object), with _all_ the information from the original message stored, in a structured and indexable way. We're also including support for signing/verifying messages, with GnuPG. If this sounds interesting, send me an email. =) Regards, Morten
Hi, I thought that WorldPilot told at the LinuxTag that version 2, would be more modular in design. I guess you can always ask the developers about the new release. Tom
participants (5)
-
J. Atwood -
Joachim Werner -
Kapil Thangavelu -
morten@esol.no -
Tom Deprez