Re: [Zope] Receiving mails

2005-05-28 Thread Tino Wildenhain
Am Freitag, den 27.05.2005, 11:41 -0700 schrieb Varun Parange:
 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... 
  

Maybe you reread the thread you started some days ago:

[Zope] Zope MailHost Query

Especially my answer:

 --On Freitag, 27. Mai 2005 3:15 Uhr -0700 Varun Parange 
 [EMAIL PROTECTED] wrote:
 
  hi,
 
   how do i receive mails using Zope mailhost??
 
 MailHost is only for *sending* but not for receiving mails. Zope is
*not* 
 an SMTP server.

But there is a currently not very good documented smtp-server
for zope. 

http://dev.legco.biz/products/smtpservice


However, this is not a beginner tool.

Maybe you rather try this one:

http://mjablonski.zope.de/MailBoxer

which works with an existing mail server and is
more easy to use and debug.

Regards
Tino



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Receiving mails

2005-05-27 Thread Varun Parange
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
__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Receiving mails

2005-05-27 Thread J Cameron Cooper

Varun Parange wrote:

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...


I recall some people talking about actually turning Zope into a mail 
server. Frankly, I think that's a little crazy, but it might work. You 
can search the list if you're interested.


A more common usage is to have a POP or IMAP server somewhere and use 
Zope as a client for that. There exist several products for doing 
webmail in Zope.


http://www.pentila.com/produits/WebMail/
http://plonewebmail.openprojects.it/

for instance.

--jcc

--
Building Websites with Plone
http://plonebook.packtpub.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Receiving mails

2005-05-27 Thread David H

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

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )