Skip to content

Commit

Permalink
[mms] Fix replying to non-UTF-8 messages when the 'reply_charset' pre…
Browse files Browse the repository at this point in the history
…ference is true.

Text is always stored internally in IMP_Compose as UTF-8, so sending the
charset of the (yet-to-be converted) outgoing message to the DOM class
was causing incorrect charset conversions.

Conflicts:
	imp/docs/CHANGES
	imp/package.xml
  • Loading branch information
slusarz committed Aug 21, 2014
1 parent a3f7679 commit 11c4e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions imp/docs/CHANGES
Expand Up @@ -22,6 +22,8 @@ v6.3.0-git
v6.2.2
------

[mms] Fix replying to non-UTF-8 messages when the 'reply_charset' preference
is true.
[jan] Fix vCard MIME viewer.
[jan] Fix MIME viewer form actions in basic view (Bug #12677).
[mms] Don't store/retrieve message history data if the Message-ID is
Expand Down
1 change: 0 additions & 1 deletion imp/lib/Compose.php
Expand Up @@ -1439,7 +1439,6 @@ protected function _createMimeMessage(
$body,
'Xss',
array(
'charset' => $this->charset,
'return_dom' => true,
'strip_style_attributes' => false
)
Expand Down
1 change: 1 addition & 0 deletions imp/package.xml
Expand Up @@ -3725,6 +3725,7 @@
<date>2014-08-04</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] Fix replying to non-UTF-8 messages when the &apos;reply_charset&apos; preference is true.
* [jan] Fix vCard MIME viewer.
* [jan] Fix MIME viewer form actions in basic view (Bug #12677).
* [mms] Don&apos;t store/retrieve message history data if the Message-ID is missing/invalid.
Expand Down

0 comments on commit 11c4e1a

Please sign in to comment.