Hi Igor. I too can confirm it is working well. Thank you very much!
My ISP switched to TLS 1.2, I had to use the same trick above ! I hope this will be implemented because I really like this email checker more than anything else available :)
Thanks for the heads up Peter, I've tried with my email at freeshell.de which has just moved to TLS 1.2 apparently. It works, I was able to configure MMM to connect to 127.0.0.1:110 where stunnel is listening and then stunnel connected to freeshell.de:995 using TLS. So, hopefully the program will be fixed but in the meantime this works. Thanks again. [freeshell-pop3] client = yes accept = 127.0.0.1:110 connect = freeshell.de:995 verifyChain = yes CAfile = ca-certs.pem checkHost = freeshell.de OCSPaia...
Thanks for the heads up Peter, I've tried with my email at freeshell.de which has just moved to TLS 1.2 apparently. It works, I was able to configure MMM to connect to 127.0.0.1:110 where stunnel is listening and then stunnel connected to freeshell.de:995 using TLS. So, hopefully the program will be fixed but in the meantime this works. Thanks again.
Only on Windows, based on my tests and this -> https://github.com/glfw/glfw/issu...
I've made some experiments. "Quit" works with your examples, namely "Simple". With...
On Linux ? GLFW itself doesn't need or use GLU, but some of the examples do. htt...
I've made some experiments. "Quit" works with your examples, namely "Simple". With...
I've made some experiments. "Quit" works with your examples, namely "Simple". With...
If it can be useful in diagnosing the problem (if any), this is the configuration...
I've registered the callback through glfwSetWindowCloseCallback(), and it's called...
I've registered the callback through glfwSetWindowCloseCallback(), and it's called...