FYI: there is a new release: Eudora 7.2.0.10 https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.10 it starts, it gets some mails on POP3 port 110, but that's all. there are some crashes, some assertions and so on. mails are displayed in the right matter, on the first try. claude and me are working on this project. i will let you know, if there is a further progress. update: https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.21 now it is possible to write and send a mail. still...
FYI: there is a new release: Eudora 7.2.0.10 https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.10 it starts, it gets some mails on POP3 port 110, but that's all. there are some crashes, some assertions and so on. mails are displayed in the right matter, on the first try. claude and me are working on this project. i will let you know, if there is a further progress. update: https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.21 now it is possible to write and send a mail. still...
currently i'm working (refactoring) of the whole eudora using TLS v.1.3) - see attached screenshot. if you need more infos, jump to my github repo linked in the other thread here.
FYI: there is a new release: Eudora 7.2.0.10 https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.10 it starts, it gets some mails on POP3 port 110, but that's all. there are some crashes, some assertions and so on. mails are displayed in the right matter, on the first try. claude and me are working on this project. i will let you know, if there is a further progress. update: https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.21 now it is possible to write and send a mail. still...
FYI: there is a new release: Eudora 7.2.0.10 https://github.com/HansWurst81675/Eudora7.2/releases/tag/v1.0.10 it starts, it gets some mails on POP3 port 110, but that's all. there are some crashes, some assertions and so on. mails are displayed in the right matter, on the first try. claude and me are working on this project. i will let you know, if there is a further progress.
@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.