Re: [web2py] Re: accessing Exchange IMAP email

2018-02-26 Thread Andrea Fae'
Thanks Massimo. I will do. Best regards Il giorno lunedì 26 febbraio 2018 01:01:39 UTC+1, Massimo Di Pierro ha scritto: > > I am telling you not to use DAL('imap://...') any more. If you need to use > imap, use imaplib https://docs.python.org/2/library/imaplib.html > We are no longer supporting

Re: [web2py] Re: accessing Exchange IMAP email

2018-02-25 Thread Massimo Di Pierro
I am telling you not to use DAL('imap://...') any more. If you need to use imap, use imaplib https://docs.python.org/2/library/imaplib.html We are no longer supporting imap as part of the DAL. Nobody was using it and it is not the right abstraction. On Sunday, 25 February 2018 03:02:44 UTC-6,

Re: [web2py] Re: accessing Exchange IMAP email

2018-02-25 Thread andfae
I'm sorry, but what are you telling me exactly? 2018-02-25 3:33 GMT+01:00 Massimo Di Pierro : > I believe we dropped support of DAL('imap:...) > > > On Wednesday, 21 February 2018 10:41:40 UTC-6, Andrea Fae' wrote: >> >> I have an exchange server and usually I access

[web2py] Re: accessing Exchange IMAP email

2018-02-24 Thread Massimo Di Pierro
I believe we dropped support of DAL('imap:...) On Wednesday, 21 February 2018 10:41:40 UTC-6, Andrea Fae' wrote: > > I have an exchange server and usually I access to email using > "domain\username" and password... > > using # Replace user, password, server and port in the connection string > >