<!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">I have been sent from an Outlook client an emailwith the following command line snippet:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #E4E4E4;"><code style="padding: 0 0.25em; background-color: #E4E4E4;">curl "http://localhost:8080/solr/winfried/update?commit=true" -H "Content-Type: text/xml" -d '<delete><query>store:”top"</query></delete>'
</code></pre>
<p dir="auto">(Written in Outlook not as code, but as normal body text).</p>
<p dir="auto">When I received this in MailMate I saw the same sexy as above in the message view, but when I copied the line to the clipboard and susequently pasted it into any text editor I got only:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; border: thin solid gray; overflow-x: auto; max-width: 90vw; background-color: #E4E4E4;"><code style="padding: 0 0.25em; background-color: #E4E4E4;">curl "http://pf:8080/solr/kalarux/update?commit=true" -H "Content-Type: text/xml" -d_ 'store:"xxx"'
</code></pre>
<p dir="auto">This was reproducible. I think it is related to quoting text in the HTML portion of a message: The <em>render code</em> in the message view seems to do the right thing, but the <em>copy code</em> doesn’t…</p>
<p dir="auto">This 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>