javax.mail – force IMAP to use TLS1.2+ – "Received fatal alert: protocol_version" – Debian
I have problem with my app for reading mails over IMAP. App reads multiple imap accounts. App can connect to all servers except one that require to use TLS1.2 or TLS1.3. I have this code: System.out.println("SSLContext getProtocols(): " + String.join("…