<div class="markdown">
<p dir="auto">On 8 Oct 2014, at 17:54, Kip DeGraaf wrote:</p>

<blockquote>
<p dir="auto">Sorry, should have mentioned that in the previous posting.</p>

<p dir="auto">Build 4551 is what I was running.  I've grabbed 4555 this morning, made a new App-Specific Password, still unable to use iCloud mail.</p>

<p dir="auto">...</p>

<p dir="auto">If it would help, I'm happy to give you a copy of the connection log from Apple Mail for my iCloud account.</p>
</blockquote>

<p dir="auto">No, it won’t help me. <code>AUTH=ATOKEN</code> appears to be completely undocumented and therefore not something I can use.</p>

<p dir="auto">We can try taking MailMate out of the equation. Use Terminal to connect to the server like this:</p>

<pre><code>openssl s_client -connect imap.mail.me.com:993
</code></pre>

<p dir="auto">When it has connected then write the following with your login details:</p>

<pre><code>0 LOGIN username password
</code></pre>

<p dir="auto">I have no problems with my own account, but I do not have two-step verification enabled.</p>

<p dir="auto">-- <br>
Benny</p>

</div>