Nice!

It it in trunk?

I would like to test it for http://movu.ca I am planning having the
possibility for users to publish posts via e-mail messages.

On Sat, Jan 14, 2012 at 10:40 PM, Alan Etkin <spame...@gmail.com> wrote:

> I sent an IMAP interface proposal to the issues list. As of now, there
> is a dal module modification available that allows connecting to an
> IMAP (i.e. Gmail) server, auto create tables and query for mailbox
> messages with the web2py query syntax.
>
> It is possible to construct queries using ==, !=, >, <=, belongs,
> contains, ...
>
> This web2py command returns rows that contain a string within the
> subject text
>
> rows = imapdb(imapdb.INBOX.subject.contains("mytext")).select()
>
> I will appreciate your comments.
>



-- 

Bruno Rocha
[http://rochacbruno.com.br]

Reply via email to