libgmail is great as I am able to create an uploader for my Windows PC at home (using py2exe). However, at my workplace, all web traffic (TCP port 80, 443) has to go through a proxy server, and my program does not work there.
Thankfully, someone wrote some codes to enable proxy support:
Unfortunately, at the time of writing, the code does not support proxy authentication. I believe the support for proxy and proxy authentication to be very useful in many context, I really hope that libgmail can support for these 2 features.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
libgmail is great as I am able to create an uploader for my Windows PC at home (using py2exe). However, at my workplace, all web traffic (TCP port 80, 443) has to go through a proxy server, and my program does not work there.
Thankfully, someone wrote some codes to enable proxy support:
>> http://www.boriel.com/2007/09/22/libgmail-proxy-https/
Unfortunately, at the time of writing, the code does not support proxy authentication. I believe the support for proxy and proxy authentication to be very useful in many context, I really hope that libgmail can support for these 2 features.