diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:58:56 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:58:56 -0300 |
commit | 60162102180930e05c454c91a01f0e7b1e0acafa (patch) | |
tree | f40728eed93389e8fc35374d2300775a01505a3b /CHANGELOG | |
parent | eba412b4338fe5cfce0155bb1aabfe40025c036c (diff) |
Fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +0.3.10 Sept 26, 2014: + o MessageCollection iterator now creates the LeapMessage with the + collection reference, so setFlags will work properly. + o account#addMailbox can't allow empty mailbox names since it makes + it impossible to create it later (mailbox#__init__ will throw an + error), which makes it impossible to getMailbox or even delete it. + 0.3.9 Apr 4, 2014: o Footer url shouldn't end in period. Closes #4791. o Handle non-ascii headers. Closes #5021. |