From f072f75dc4ae0bcb2dbf57f1d374a1e53913eed4 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 9 Sep 2014 15:07:41 -0300 Subject: addMailbox shouldn't accept empty names since it makes it impossible to retrieve it later --- mail/changes/prevent-mailbox-with-blank-name | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mail/changes/prevent-mailbox-with-blank-name (limited to 'mail/changes') diff --git a/mail/changes/prevent-mailbox-with-blank-name b/mail/changes/prevent-mailbox-with-blank-name new file mode 100644 index 00000000..c676fb64 --- /dev/null +++ b/mail/changes/prevent-mailbox-with-blank-name @@ -0,0 +1,3 @@ + 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 -- cgit v1.2.3