summaryrefslogtreecommitdiff
path: root/mail/CHANGELOG
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-26 09:58:56 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-26 09:58:56 -0300
commit244f847c2a962117a05a7525c1c56617e6a1324f (patch)
tree3d7c9b42932607a2e8ff296f761b343485fc122b /mail/CHANGELOG
parenteb844bda5afa116be3c60c68bf97522511d5143a (diff)
Fold in changes
Diffstat (limited to 'mail/CHANGELOG')
-rw-r--r--mail/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG
index de03a80..4c3da7b 100644
--- a/mail/CHANGELOG
+++ b/mail/CHANGELOG
@@ -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.