Would anyone happen to know where I can find—or be able to provide—more information on MailMate's `mlmt:` URI scheme? The MailMate Help page (https://manual.mailmate-app.com/extended_url_scheme) is rather light on details:

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:

    mlmt:quicksearch?string=s%20mlmt

This searches subject lines for the value mlmt. and + are reserved characters.

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.

Thanks!

— Chris
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to