Simon Robinson

Results 72 comments of Simon Robinson
trafficstars

Thanks - I've noticed that this does sometimes happen. But then when I occasionally add a new event to the other calendar that one often pops to the start of...

Thanks - the slow start persists for me no matter how many times I open ImageAlpha, but I'll persevere because its interface is so useful for helping choose the level...

Thanks for this detailed report. I would be quite surprised if this is related to the email signature because the proxy does no further editing or parsing of the connection...

Thanks for this very detailed investigation! Single `b'\r\n'` messages are indeed important; however, after authentication the proxy should just pass through all messages unedited, so I still think it's fairly...

Thanks again for the very detailed investigation here! I wonder whether this is related to operating system sleeping/suspending? There was a similar issue on macOS in an early version of...

The blocking behaviour could be caused by unresolved connection failures – the proxy's connection to the server is initiated in blocking mode, which could cause it to hang. It does...

It might be worth trying the [nonblocking SSL branch](https://github.com/simonrob/email-oauth2-proxy/tree/nonblocking_ssl) if you suspect the blocking socket could be anything to do with this. This branch takes advantage of recent improvements to...

This is an interesting find, and may conceivably even be the root cause here, but is ultimately not something that can be changed because SSL is mandatory for the connection...

> I just did a test to check if maybe some file from email client installation is missing or damaged. I created a new Windows XP virtual machine and transfered...

I had a look at this just now, and have committed a minimal working version into the [python2](https://github.com/simonrob/email-oauth2-proxy/tree/python2) branch. You will need to install dependencies manually: ```shell python -m pip...