No, it is in the issues list, i think it has not been revised
On 14 ene, 21:49, Bruno Rocha <[email protected]> wrote: > Nice! > > It it in trunk? > > I would like to test it forhttp://movu.caI 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 <[email protected]> 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]

