Fabio Niephaus
Fabio Niephaus
Hi @sepehr, Thanks for reporting this. I was assuming that Python would already automatically respect your proxy settings. I will look into a solution for this...
Hi @sepehr, So it looks like that the Google Python client that I bundled with the workflow didn't support SOCKS proxies. Could you please download and try out the following...
Whoops, thanks @sepehr. I still had the old `.pyc` on my filesystem for some reason, but I'll update `gmail_refresh.py` with your fix the next time I push to the repo....
It is working for me. Maybe reauthenticate the workflow and try again. You can start from scratch after typing in `gmail wf:deauth` which deletes your access token.
Maybe have a look at the `gmail_refresh.py` and see how the client works. Then, try to build a simple script that for example fetches entries from your inbox and prints...
No worries, @sepehr. I haven't really done anything but update all dependencies including `httplib2` and the Google Python client. Maybe start with [the client first](https://developers.google.com/api-client-library/python/start/installation) and then try to get...
Yes, that's correct.
Thanks!
Hi @rajeshksv, Thanks for your feedback. I will look into this as soon as I can. Regards, Fabio
It doesn't support multiple accounts at the moment, and yes, it would be possible to implement it. But I'm afraid I don't have time to work on it anytime soon....