[web2py] Re: imap and google mail

2014-10-06 Thread Leonel Câmara
It's google blocking it. Go here and activate less secure apps access. https://www.google.com/settings/security/lesssecureapps That said, we may need to change how the login is done so this isn't necessary. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

[web2py] Re: imap and google mail

2014-10-06 Thread Massimo Di Pierro
Please open a ticket. On Friday, 3 October 2014 16:12:17 UTC-5, mweissen wrote: > > Hi, > I have tried to use imap together with a gmail account: > > imapdb = > DAL("imap://the.n...@gmail.com:the.passw...@imap.googlemail.com:993", > pool_size=1) > imapdb.define_tables() > > > But there is no con