[MlMt] version 8 of Todoist broke links to emails

Benny Kjær Nielsen mailinglist at freron.com
Thu Oct 7 12:20:44 EDT 2021


On 7 Oct 2021, at 9:31, Robert Brenstein wrote:

> Right. The question is who does the escaping and whether it is specific to my setup or it is a general problem.

That's a good question. I'm pretty sure it's a general problem, but I haven't tried myself yet. This is part of the string given to Todoist:

	message://%253c5A5A03CC-FC01-4ED2-A3C4-61971EC37312@uni-potsdam.de%253e

That is a URL encoded version of the string that MailMate would like to get into Todoist which is this:

	message://%3c5A5A03CC-FC01-4ED2-A3C4-61971EC37312@uni-potsdam.de%3e

This should, when it's decoded (by Apple Mail or MailMate) result in this Message-ID:

	<5A5A03CC-FC01-4ED2-A3C4-61971EC37312 at uni-potsdam.de>

So, why is the string given to Todoist double-encoded. Well, that's because it's given as a URL string itself in the `content` argument as (kind of) documented by Todoist [here](https://developer.todoist.com/guides/#views).

So, I don't *think* the Todoist bundle (MailMate) is to blame. But we needs things to work so if they insist then I'll have to look into a workaround.

-- 
Benny
https://freron.com/become_a_mailmate_patron/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20211007/860a46f9/attachment.htm>


More information about the mailmate mailing list