Re: [Zope] Web mail with POP3

2000-11-20 Thread Doug Hellmann

If all you need is POP3 mail, you might want to check out
http://www.zope.org/Members/dshaw/POPMailProduct.

Doug

Aleksander Salwa wrote:
 
 I need to build a web mail product with pop3 back-end.
 There is WorldPilot, but AFAIK it has no pop3 support.
 I'm thinking about taking web inteface/application design from WorldPilot
 and writing code to talk to pop3 server (probably based on POPMail
 product).
 
 Is this a good approach, or someone already has wrote something like this
 for Zope ?
 
 [EMAIL PROTECTED]
 
 /--\
 | `long long long' is too long for GCC |
 \--/
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Web mail with POP3

2000-11-16 Thread seb bacon

* Aleksander Salwa [EMAIL PROTECTED] [001116 09:00]:
 I need to build a web mail product with pop3 back-end.
 There is WorldPilot, but AFAIK it has no pop3 support.
 I'm thinking about taking web inteface/application design from WorldPilot
 and writing code to talk to pop3 server (probably based on POPMail
 product).

What do you mean, 'pop3 support'?  If you want people to access their mailboxes both 
through the web and from a pop3 mail client, then all you need to do is use a mail 
server like UW-imap which speaks both pop3 and imap.  Then you can just stick with 
WorldPilot, for now at least.  That's what I do, anyway.

seb.

- End forwarded message -

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Web mail with POP3

2000-11-16 Thread Morten W. Petersen

[Aleksander Salwa]

| Is this a good approach, or someone already has wrote something like this
| for Zope ?

You could take a look at ZopeGUM, http://www.zope.org/Members/morphex/ZopeGUM .

-Morten

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Web mail with POP3

2000-11-16 Thread Joachim Werner

Look at Morten Petersen's ZopeGUM project
(http://www.zope.org/Members/morphex). It has POP3. The interface is still
more or less missing, but Morten is advancing quite well ...

Also see my comments below ...

Joachim

- Original Message -
From: Aleksander Salwa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 16, 2000 9:28 AM
Subject: [Zope] Web mail with POP3


 I need to build a web mail product with pop3 back-end.
 There is WorldPilot, but AFAIK it has no pop3 support.
 I'm thinking about taking web inteface/application design from WorldPilot
 and writing code to talk to pop3 server (probably based on POPMail
 product).
 Is this a good approach, or someone already has wrote something like this
 for Zope ?

WorldPilot is completely IMAP-centric. The users are authenticated against
the IMAP server, and all mail data is stored there. The frontend code is NOT
really IN Zope, but just published VIA Zope. So integrating POPMail with
WorldPilot is virtually impossible . You might of course reuse the design
and HTML code from WorldPilot ...


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Web mail with POP3

2000-11-16 Thread Aleksander Salwa

On Thu, 16 Nov 2000, seb bacon wrote:
 What do you mean, 'pop3 support'?  If you want people to access their
 mailboxes both through the web and from a pop3 mail client, then all you
 need to do is use a mail server like UW-imap which speaks both pop3 and
 imap.  Then you can just stick with WorldPilot, for now at least.
 That's what I do, anyway.

I have no imap server (yet), so I was looking for web mail product, that
can talk to pop3 server. But setting up imap server should be easier
then hacking WorldPilot.
Anyway, I need to change the way WorldPilot does the authentication.
Looking at sources, it seems rather easy.

[EMAIL PROTECTED]

/--\
| `long long long' is too long for GCC |
\--/




___
Zope maillist  -  [EMAIL PROTECTED]
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 )