On 22 июн, 10:33, 马不停蹄的猪 wrote:
> Hi all,
> Does anybody use libgmail with proxy? I met error here.
I wouldn't recommend to use this module at all. It was writtent at the
time when no IMAP was available at Google. Now there are POP and IMAP,
so it's better to use them.
--
http://mail.python.org
On Jun 22, 3:33 pm, 马不停蹄的猪 wrote:
> Hi all,
> Does anybody use libgmail with proxy? I met error here.
>
> Below is code snip:
>
> libgmail.PROXY_URL = G_PROXY # the proxy url
> self.ga = libgmail.GmailAccount(account,pwd)
> self.ga.login()
>
> Error information:
>
Hi all,
Does anybody use libgmail with proxy? I met error here.
Below is code snip:
libgmail.PROXY_URL = G_PROXY # the proxy url
self.ga = libgmail.GmailAccount(account,pwd)
self.ga.login()
Error information:
ga.login
()
File "C:\Python25\Lib\site-packages\libg