Package: collective - CMFMail
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFMail |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFMail/ |
Package README (CVS ver. 1.2)
CMF Webmail Product
the email parsing is done by the email module. It can be downloaded
here:
http://sourceforge.net/project/showfiles.php?group_id=25568
downloading and installing it should be straitforward
perhaps it will be included in the future.
... then adding it is as usual:
- create External Method
Id: install_mail
Module Name: CMFMail.Install
Function Name: install
Other links that may be helpful during development:
- Python imaplib documentation:
http://www.python.org/doc/lib/module-imaplib.html
- Python email documentation:
http://www.python.org/doc/current/lib/module-email.html
- RFC2060 - IMAP4
http://www.faqs.org/rfcs/rfc2060.html