<style>

        /* General styling of quotation blocks (and colors for level 2 and upwards)*/
        blockquote {
                margin: 0 0 5px;
                padding-left: 5px;
                border-left: 2px solid #136BCE;
                color: #136BCE;
        }

        /* Specific styling of level 1 quotation blocks */
        blockquote blockquote {
                border-left: 2px solid #4B89CF;
                color: #4B89CF;
        }

        pre:not([style]) {
                margin-left: 15px;
                margin-right: 15px;
                padding: 5px;
                background-color: #E4E4E4;
                border: thin solid gray;
                overflow: auto;
        }

        /* Styled code segments */
        div.highlight {
                margin-left: 15px;
                margin-right: 15px;
        }
        div.highlight > pre {
                padding: 5px;
                border: thin solid gray;
                overflow: auto;
        }

        table {
                border-collapse: collapse;
                margin: 0 2em;
        }

        th {
                padding: 0.5em;
        }

        td {
                border-top: 1px solid lightgray;
                border-bottom: 1px solid lightgray;
                padding: 0.5em;
        }

        td+td {
                border-left: 1px solid lightgray;
        }

        div.math {
                text-align: center;
        }


</style>
<div class="markdown">
<p dir="auto">On 3 Mar 2016, at 17:12, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 3 Mar 2016, at 15:35, Jack Brannen wrote:</p>

<blockquote>
<p dir="auto">I use and love Mailmate but am having trouble with error messages about some archive folders of mine.</p>

<p dir="auto"><a href="http://take.ms/Q5jNA">http://take.ms/Q5jNA</a></p>
</blockquote>

<p dir="auto">IMAP Exchange has some very primitive error messages. It essentially just says <code>BAD</code> no matter what the problem is.</p>

<p dir="auto">If you hold down ⇧ when you click “Retry” then MailMate generates a log file of your retry attempt on the Desktop. You can send that to me off list.</p>
</blockquote>

<p dir="auto">Thanks for the log. This is the problem:</p>

<pre><code>19:20:43 C: I6 APPEND "Archive Test" (\Seen) "21-Aug-2015 15:43:47 -0500" {42430418}
</code></pre>

<p dir="auto">MailMate tries to upload a large message and the Exchange server cannot handle it. The <code>"BAD"</code> response is incorrect, but as I noted Exchange IMAP returns <code>"BAD"</code> for any type of problem. Select the mailbox and enable the Size column to help you locate it (View ▸ Columns). You need to delete it permanently to make it work. You can drag it out of MailMate first if you still need the message. Then hold down ⌥ and select “Message ▸ Delete Now”.</p>

<p dir="auto">Since you had issues with multiple mailboxes then you might have multiple large messages. </p>

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

</div>