<div class="markdown">
<p dir="auto">On 17 Dec 2014, at 19:10, Michael Sale wrote:</p>

<blockquote>
<p dir="auto">In a tweet you mention that there's a Todoist integration script for<br>
MailMate, but it requires a login I (and apparently others) do not have...<br>
can you (or whoever it was that created it) share an accessible version<br>
here?</p>
</blockquote>

<p dir="auto">It should not require a login to access it <a href="http://freron.lighthouseapp.com/projects/58672-mailmate/tickets/992">here</a> although I've recently been made aware that this is not true if trying do it from a mobile device. Not sure why that is different.</p>

<p dir="auto">I've also attached it (it's very small). Currently the “summary” variant of the commands requires a Todoist API token. Here is a detailed description of how to get and use that:</p>

<ol>
<li value=1>Go to <a href="http://todoist.com">http://todoist.com</a></li>
<li value=2>Click the Gear icon in the upper right of the page.</li>
<li value=3>Click “Todoist Settings”.</li>
<li value=4>Click “Account”.</li>
<li value=5>Copy the value of “API token”.</li>
<li value=6><p dir="auto">Write the following line in the Terminal (replace <code>token</code> with the token from todoist):</p>

<pre><code>defaults write com.freron.MailMate MmTodoistAPIToken -string token
</code></pre></li>
</ol>

<p dir="auto">You should save the bundle itself here (create the Bundles folder):</p>

<pre><code>~/Library/Application Support/MailMate/Bundles/
</code></pre>

<p dir="auto">Don't forget to enable 2.0 features in the General preferences pane.</p>

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

</div>