Skip to content

Commit

Permalink
[mms] Fix manually loading all addresses in a header.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 22, 2013
1 parent 0389056 commit 676eebb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions imp/docs/CHANGES
Expand Up @@ -4,6 +4,7 @@ v6.1.5-git

[mms] SECURITY: Fix XSS when flagging a message in dynamic view with a
user-defined flag (João Machado <geral@jpaulo.eu>).
[mms] Fix manually loading all addresses in a header.
[mms] Fix regression where reloading dynamic view would not load the previously
selected message.
[mms] Fixed regression in enforcing max_recipients and max_timelimit
Expand Down
3 changes: 2 additions & 1 deletion imp/js/dimpbase.js
Expand Up @@ -1847,7 +1847,8 @@ var DimpBase = {
updateAddressHeader: function(e)
{
DimpCore.doAction('addressHeader', {
header: $w(e.element().className).first()
header: $w(e.element().className).first(),
view: this.view
}, {
callback: this._updateAddressHeaderCallback.bind(this),
loading: 'msg',
Expand Down
4 changes: 3 additions & 1 deletion imp/package.xml
Expand Up @@ -34,6 +34,7 @@
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] SECURITY: Fix XSS when flagging a message in dynamic view with a user-defined flag (João Machado &lt;geral@jpaulo.eu&gt;).
* [mms] Fix manually loading all addresses in a header.
* [mms] Fix regression where reloading dynamic view would not load the previously selected message.
* [mms] Fixed regression in enforcing max_recipients and max_timelimit permissions (Bug #12674).
* [mms] Correctly enforce file size attachment limits on the first attachment (Bug #12663).
Expand Down Expand Up @@ -3292,10 +3293,11 @@
<date>2013-09-04</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] Fix manually loading all addresses in a header.
* [mms] SECURITY: Fix XSS when flagging a message in dynamic view with a user-defined flag (João Machado &lt;geral@jpaulo.eu&gt;).
* [mms] Fix regression where reloading dynamic view would not load the previously selected message.
* [mms] Fixed regression in enforcing max_recipients and max_timelimit permissions (Bug #12674).
* [mms] Correctly enforce file size attachment limits on the first attachment (Bug #12663).
* [mms] SECURITY: Fix XSS when flagging a message in dynamic view with a user-defined flag (João Machado &lt;geral@jpaulo.eu&gt;).
* [mms] Don&apos;t attempt to get quota information from non-IMAP mailboxes (Bug #12608).
* [jan] Don&apos;t attach address book behavior if contacts API is unavailable.
* [mms] Fix regression where MIME headers were being displayed for PGP decrypted messages (Bug #12648).
Expand Down

0 comments on commit 676eebb

Please sign in to comment.