Here's the scenario: first configure a proxy server for Internet Explorer (I used 127.0.0.1, port 8080). Then unconfigure this proxy server but leave the IP address and port in the dialog (they will be grayed out). Make sure there is no proxy server at that address and port.
Now open Pegasus and get a new HTML email that has graphics hosted somewhere else (lazy HTML). The email must be new, so the graphics are not in the cache. BearHTML will not show you the graphics when you ask for them.
The bug seems to be that either BearHTML, or perhaps the Pegasus code it uses, looks at the registry key:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Proxy Server, and finds the IP address and port, but it ignores the other key:
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable which is set to 0, meaning "Don't use that proxy".
The workaround was to not just disable the proxy server in IE, but to first erase the useless IP address and Port in the dialog.
<p>Here's the scenario: first configure a proxy server for Internet Explorer (I used 127.0.0.1, port 8080). Then unconfigure this proxy server but leave the IP address and port in the dialog (they will be grayed out). Make sure there is no proxy server at that address and port.
</p><p>Now open Pegasus and get a new HTML email that has graphics hosted somewhere else (lazy HTML). The email must be new, so the graphics are not in the cache. BearHTML will not show you the graphics when you ask for them.
</p><p>The bug seems to be that either BearHTML, or perhaps the Pegasus code it uses, looks at the registry key:
</p><p>HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Proxy Server, and finds the IP address and port, but it ignores the other key:</p><p>HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable which is set to 0, meaning "Don't use that proxy".
</p><p>The workaround was to not just disable the proxy server in IE, but to first erase the useless IP address and Port in the dialog.&nbsp;</p>