-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
29 lines (20 loc) · 1004 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 0.1.8
- sorts mailboxes by username
# 0.1.7
- Custom exception class definitions
- They are mostly self-explanatory, but here is the break down:
- AliasExists: raised when trying to create an alias that already exists in the database
- DbInitError: raised when init_db has not been called
- MailboxExists: raised when adding a mailbox that already exists in the database
- NoSuchMailbox: raised when trying to access a mailbox that does not exist in the database
- DomainExists: raised when trying to create a domain that already exists
- NoSuchDomain: raised when trying to access a domain that does not exist in the database
# 0.1.6
- bookkeeping fixes:
- populates created and modified date fields when adding a mailbox
- populates modified and lastpasswordchange fields when resetting password
# 0.1.5
- fixes issue where the all aliases were not deleted when deleting a mailbox
# 0.1.4
- mailbox search
- reset mailbox password