<!DOCTYPE html>
<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">Would anyone happen to know where I can find—or be able to provide—more information on MailMate's <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">mlmt:</code> URI scheme? The MailMate Help page (<a href="https://manual.mailmate-app.com/extended_url_scheme" style="color:#3983C4">https://manual.mailmate-app.com/extended_url_scheme</a>) is rather light on details:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">In addition to the mailto: scheme MailMate has its own URI scheme named mlmt. This is likely to be extended over time, but for now it can be used to trigger toolbar-like searches. The following is an example of using it from the Terminal window:</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">mlmt:quicksearch?string=s%20mlmt
</code></pre>

<p dir="auto">This searches subject lines for the value mlmt. and + are reserved characters.</p>

<p dir="auto">In general, = and & are reserved characters in the query part of the URI since they are used to separate key/value parameters. For convenience, the + is also a reserved character since it's replaced with the space character. If you need to use any of these reserved characters then they must be percent encoded.</p>
</blockquote>

<p dir="auto">Thanks!</p>

<p dir="auto">— Chris</p>
</div>
</div>
</body>
</html>