diff options
Diffstat (limited to 'mail/changes/prevent-mailbox-with-blank-name')
-rw-r--r-- | mail/changes/prevent-mailbox-with-blank-name | 3 |
1 files changed, 3 insertions, 0 deletions
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 |