Hello, In the HTML editor, the original email address is lost when forwarding in HTML mode.
Trouble is this : Example email : david <[EMAIL PROTECTED]> Email from IMAP : david <[EMAIL PROTECTED]> Email After it comes from Q() function : david <[EMAIL PROTECTED]> Email as it appears in the textarea : david <[EMAIL PROTECTED]> When the wysiwig editor comes on, the <round.... > is thought invalid, so the editor drops it. We would need to double htmlentity the email address. Once to get it to display in the textarea and once for the WYSIWIG parser. The email address in the plain text mode should be passed by htmlentity once instead of never. David _______________________________________________ List info: http://lists.roundcube.net/dev/
