<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 25 Mar 2017, at 6:42, Alexandre Takacs wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">And for good measure I have installed and tested using the latest Thunderbird and it doesn't work either - so it seems to be an issue with the server settings. That being said if anyone here has experience in the mattes I'm definitely happy to listen !</p>
</blockquote>

<p dir="auto">If someone tells you that they don't support email client X then it might be useful if you can show them that it doesn't even work without using an email client. You can use the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">openssl</code> command for that like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">openssl s_client -connect imap.example.com:993
</code></pre>

<p dir="auto">Some times you need the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">-crlf</code> argument.</p>

<p dir="auto">When it has connected then you login like this:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">0 LOGIN username password
</code></pre>

<p dir="auto">(You can use double quotes for the values if needed.)</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>