>
> Actually, I did not add any sending mail feature, since it can be
> accomplished with tools.Mail.
Yes, what I need is a simple API to read emails from google, the workflow
should be.
User obtain a key from settings page in movu.ca CMS e.g *x4f567899083*
Now the user can publish posts to CMS by sending an e-mail to movucacms+*
x4f567899083*@gmail.com
I will use DAL with your API to
rows = imapdb(imapdb.INBOX.to.contains("*x4f567899083*")).select()
So I can take the email, parse and process to publish as a post in CMS.
I am going to try it!
--
Bruno Rocha
[http://rochacbruno.com.br]