@Dave: yes, the old eudora code ist from 2003 (or similar). i just try to port it (claude AI is helping me) to VS 2022, but there are lots of iterations. old code needs old C++ compiler (with MSC), new VS uses different C++ standards with new compiler, that doesn't understand old code (even doesn't support). as claude doens't have an own VS instance, it asks me to compile and send back the error messages. this is not very confortable.
@dave: there is a link in my posting to github. on the right side there are releases (right now: 2), you can download the patch from there.
hello, as there is source code available, you should be able to update eudora by your own. currently there is TSL patch to enable authentication. that works for me fine, i was able to send and receive mails within eudora. also i askes AI to adapt the code for the german characters, as UTF-8 was not quite supported by eudora 7.1. so you can have a look on this repo: https://github.com/HansWurst81675/Eudora_patches and download the executable (replace the existing exe). that works fine for me.