<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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">Hi,</p>

<p dir="auto">I’m often keeping track of specific conversations by creating a link to a specific email in another program by dragging the email to this program.</p>

<p dir="auto">This often works as expected and creates a message://%3c… link in the other program. But about the same time, it doesn’t work as expected and I always thought, it has something to do with the target program. However, I’ve finally took the time to inspect the „Drag Clipboard“ contents using the <a href="https://developer.apple.com/library/archive/samplecode/ClipboardViewer/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008825-Intro-DontLinkElementID_2" style="color:#3983C4">ClipboardViewer</a> example app from Apple.</p>

<p dir="auto">For some emails MailMate creates items like</p>

<ul>
<li>public.url-name</li>
<li>'urln'</li>
<li>public.utf8-plain-text</li>
<li>NSStringPboardType</li>
</ul>

<p dir="auto">but for others it doesn’t. Unfortunately, I don’t see the pattern.</p>

<p dir="auto">Can anyone shed some light into this?</p>

<p dir="auto">Kind regards<br>
— Florian</p>
</div>
</div>
</body>
</html>