<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi all</p>
<p dir="auto">(<em>Posted this message a week earlier, but with an unfortunate typo which might have moved it for many people to the Spam folder…</em>)</p>
<p dir="auto">From an Outlook client I have been sent an email with the following command line snippet:</p>
<p dir="auto"><strong>curl "<a href="http://localhost:8080/solr/winfried/update?commit=true">http://localhost:8080/solr/winfried/update?commit=true</a>" -H "Content-Type: text/xml" -d '<delete><query>store:”top"</query></delete>’</strong></p>
<p dir="auto">(Written in Outlook not as code and not in bold, but as normal body text).</p>
<p dir="auto">When I received this in MailMate I <em>saw</em> the same text line as above in the message view, but when I <em>copied</em> the line to the clipboard and subsequently pasted it into a text editor I got only:</p>
<p dir="auto"><strong>curl "<a href="http://localhost:8080/solr/winfried/update?commit=true">http://localhost:8080/solr/winfried/update?commit=true</a>" -H "Content-Type: text/xml" -d_ 'store:”top”’</strong></p>
<p dir="auto">So the “delete” tags somehow got ‘executed’... This was reproducible. I think it is related to quoting text in the HTML portion of a message: The render code in the message view seems to do the right thing, but the copy code doesn’t…</p>
<p dir="auto">It took me a little while to find: It is pretty unexpected (and scary) that you get something a bit different out of the copy-paste then you see in the message….</p>
<p dir="auto">I’d say this is a severe little bug, or do I do something wrong?</p>
<p dir="auto">Happy emailing<br>
Leo</p>
<p dir="auto">—<br>
MailMate Version: 2.0 (6272)</p>

</div>
</div>
</body>

</html>