pombreda / google-email-uploader

Automatically exported from code.google.com/p/google-email-uploader
Apache License 2.0
0 stars 0 forks source link

Proxy User Authentication #125

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I configure a proxy
2. I try to connect

What is the expected output? What do you see instead?
Error message : connection failure, please check the connection interne and try 
again.

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.

GoogleEmailUpload.exe.config
<configuration>
  <system.net>
    <defaultProxy>
      <proxy
        usesystemdefault="false"
        proxyaddress="172.26.69.82:80"
        bypassonlocal="true"
      />
    </defaultProxy>
  </system.net>
</configuration>

How could I add user login and password?

Original issue reported on code.google.com by tsagnimo...@gmail.com on 28 Jun 2010 at 8:58