jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
61 stars 18 forks source link

[FEATURE REQUEST] / [QUESTION] TLS 1.2 support #690

Closed ghost closed 2 years ago

ghost commented 3 years ago

I'm using YAM 2.9p1 on m68k 020 @28MHz.

POP connection to Zoho mail fails because "couldn't initialize TLSv1/SSLv3 session with host...".

They are using TLS 1.2. Is that the problem?

Jonson26 commented 2 years ago

If you use one of the 2.10 nightly builds, you will be able to use the newest AmiSSL with it. This should give you the ability to connect to those servers. (I know that it says these builds are unstable, but personally I've had far less problems with them than with 2.9p1 during the short timespan in which I used it.)

ghost commented 2 years ago

Ah, that's great news - thanks for letting me know about that!