<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 7 May 2016, at 2:15, <a href="mailto:mailmate-request@lists.freron.com">mailmate-request@lists.freron.com</a> wrote:</p>

<blockquote>
<p dir="auto">From Bill Cole <a href="mailto:mmlist-20120120@billmail.scconsult.com">mmlist-20120120@billmail.scconsult.com</a></p>

<blockquote>
<p dir="auto">Hi All --</p>

<p dir="auto">I'm getting little errors when I run MailMate from iTerm. I'm wondering if there are quick fixes or if I have something elementary wrong with my setup.</p>

<p dir="auto">Worst case, would I have to blow away my ~/Library/Application Support/MailMail library and start creating my customizations from new?  I'd hate to do that, but I'll do it if I can.</p>

<p dir="auto">I have the following errors that appear on my terminal when I run MailMate:</p>

<pre><code>Warning: Failed to run premailer.
Warning: Failed to run premailer
/var/folders/8x/dzmmfpk11953yj78093pv8780000gn/T/mailmate_command.j1Gbh7: line 2: premailer: command not found

Warning: Failed to run premailer.
Warning: Failed to run premailer
/var/folders/8x/dzmmfpk11953yj78093pv8780000gn/T/mailmate_command.XVVSuY: line 2: premailer: command not found

Warning: Failed to run premailer.
</code></pre>
</blockquote>

<p dir="auto">It looks like Benny has put a dependency on the Ruby 'premailer' tool into his OakMIME Framework but neglected to package a working copy in the MailMate application bundle...</p>
</blockquote>

<p dir="auto">Hmmm.  I might've screwed up the files in ~/Library/Application Support, too.  I'll wait for Benny to comment.</p>

<blockquote>
<blockquote>
<p dir="auto">Also, when I receive calendar events from my colleagues using Outlook on Windows, I get the following:</p>

<pre><code>Warning: Unable to handle alternative in multipart of MIME type: 'text/calendar'
</code></pre>
</blockquote>

<p dir="auto">Welcome to the wonderful world of the iCalendar/vCalendar standard(ish) and it's fantastical interoperability (not "fantastic" meaning "great" but rather "a pure fantasy")</p>

<p dir="auto">Assuming that desktop Outlook sends the same thing Office365 Outlook sends (when configured to send as iCalendar instead of a web link) that warning is because Outlook sends a mulipart/alternative message with 3 alternative (i.e. logically equivalent) parts in 3 different formats: text/plain, text/html, and text/calendar. MM doesn't know how to present a text/calendar part (aka iCalendar, .ics file, etc.) except as an attachment, so if you use the "View->Message Body Parts" to show the text/calendar you just see an attachment named "Attachment.ics" and no text.</p>

<p dir="auto">As far as I know (and I manage multiple multi-tenant mail systems) no other mailer in existence sends event invites/updates like that, however it does make a certain logical sense, unlike most of the ways Microsoft has sent events around in the past. All MM would have to do to handle text/calendar as an alternative part is to extract and display the DESCRIPTION field and offer an Attachment.ics attachment as it already does (at least in my very limited testing.) If you're seeing a .ics attachment, you're not really losing anything by MM not "handling" the alternative.</p>
</blockquote>

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

<blockquote>
<blockquote>
<p dir="auto">And finally, I'm not able to use the GAL from Windows in MailMate.  I can see the GAL (Global Address List) in my Contacts.app and I can search for names from there, but I can't use it in the "Address Lookup" button at the top of a compose window.</p>
</blockquote>

<p dir="auto">That's odd. I don't use that feature in MM but it appears that anything Contacts considers a "Directory" (LDAP or Exchange) works in Contacts but not in the Address Panel. I can see my LDAP and Office365 directories under "All Directories" but they just don't work. So it's not just you...</p>
</blockquote>

<p dir="auto">That's good to know. It'd be great if this feature worked as I work for a company with 250K users :-)  Anyone else get it to work?</p>

<p dir="auto">Cheers,<br>
-Mike</p>

</div>