I would like to be able to receive email, parse the contents of message being received on a separate machine. I can access the machine via POP3 or could have the mail forwarded to the zope server if it could be read from a local mail account on the machine. Any ideas?
Israel Carr wrote:
I would like to be able to receive email, parse the contents of message being received on a separate machine. I can access the machine via POP3 or could have the mail forwarded to the zope server if it could be read from a local mail account on the machine. Any ideas?
Sorry, I don't understand what you want to do exactly, but maybe you should check MailBoxer. MailBoxer is able to "parse" mails submitted to Zope into its mime-parts and store these parts in the ZODB. http://mjablonski.zope.de/MailBoxer -mj
Look at the ZMailin product http://zope.org/Members/NIP/ZMailIn/ Alternativly you can periodically fetch email using the python poplib module. My IssueTracker product uses http://zope.org/Members/peterbe/IssueTrackerProduct poplib to download via POP3. Israel Carr wrote:
I would like to be able to receive email, parse the contents of message being received on a separate machine. I can access the machine via POP3 or could have the mail forwarded to the zope server if it could be read from a local mail account on the machine. Any ideas?
_______________________________________________ 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 )
.
-- Peter Bengtsson, http://www.peterbe.com
I would like to be able to receive email, parse the contents of message being received on a separate machine. I can access the machine via POP3 or could have the mail forwarded to the zope server if it could be read from a local mail account on the machine. Any ideas?
for plone http://dev.legco.biz/products/PortalTransport/ mail processing tool. i use it for processing all email functions in cmfboard product. http://dev.legco.biz/products/smtpservice/ SMTP server for zope, it's very simple, but you need write processing code
participants (4)
-
Israel Carr -
Maik Jablonski -
Nikolay Kim -
Peter Bengtsson