shellscape / Gmail-Notifier-Plus

Gmail Notifier Plus
http://shellscape.org
MIT License
89 stars 26 forks source link

Proxy support. #123

Closed meetjaydeep closed 10 years ago

meetjaydeep commented 10 years ago

Currently I am getting below error. The remote server returned an error: (407) Proxy Authentication Required.

Date: 10/8/2013 3:18:56 PM CPU: Microsoft Windows 7 Enterprise 6.1.7601.65536 Win32NT Processor: GenuineIntel Intel64 Family 6 Model 23 Stepping 10 Intel(R) Core(TM)2 Quad CPU Q9505 @ 2.83GHz 2826 ~Mhz Memory: 8517840896

Exception: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at Shellscape.UpdateManager.Request()

Message: The remote server returned an error: (407) Proxy Authentication Required.

Stack Trace: at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadString(Uri address) at System.Net.WebClient.DownloadString(String address) at Shellscape.UpdateManager.Request()

Inner Exception:

shellscape commented 10 years ago

GNP uses the default proxy providers that are specified in network configuration. If you're using a specialized proxy, then GNP won't be able to be used.

If you'd like to see this feature added, please feel free to submit a pull request and I'll have a look at it. You could consider a feature bounty as well.