<div class="markdown">
<p dir="auto">On 13 Dec 2013, at 7:52, Marc ARC wrote:</p>

<p dir="auto">@Thomas: No, there is no way to change the subject or any other part of a received message. You can only alter tags (IMAP keywords). IMAP (or emails in general) are not really designed for allowing such changes. For example, for IMAP it would require re-uploading the entire message to the server (also if it has a 20MB attachment). If I ever implemented anything to support such changes then I would probably do it by placing the changes in some kind of meta-message, but this would not work well with other email clients.</p>

<blockquote>
<p dir="auto">Could a redirect with the addition of additional info be a solution.</p>
</blockquote>

<p dir="auto">When I implement redirection then I don’t think I would allow changing the content. The standard does not even support a change of the subject line: <a href="http://tools.ietf.org/html/rfc5322#section-3.6.6">http://tools.ietf.org/html/rfc5322#section-3.6.6</a></p>

<p dir="auto">I could perhaps allow a <code>Resent-Subject</code> (and/ore <code>Resent-Note</code>) header given that I warn the user that most email clients are unlikely to display this value. (This would still not be very efficient with regard to re-uploading to the server, but at least it would be an explicit change of the message.)</p>

<blockquote>
<p dir="auto">@ Benny: we have a similar situation and this is why i requested the possibility to be able to redirect a mail, I know your vision on changing mail contents and understand the risks/issues, but then again if other mail clients allow it . . .</p>
</blockquote>

<p dir="auto">If my general measure of correctness was other mail clients…</p>

<p dir="auto">I’ll give it some more thought.</p>

<p dir="auto">-- <br>
Benny</p>

</div>