equal
deleted
inserted
replaced
9 Virtual Mail Manager's maillocation module to handle Dovecot's |
9 Virtual Mail Manager's maillocation module to handle Dovecot's |
10 mail_location setting for accounts. |
10 mail_location setting for accounts. |
11 |
11 |
12 """ |
12 """ |
13 |
13 |
14 from VirtualMailManager.constants.ERROR import \ |
14 from VirtualMailManager.constants import \ |
15 MAILLOCATION_INIT, UNKNOWN_MAILLOCATION_ID |
15 MAILLOCATION_INIT, UNKNOWN_MAILLOCATION_ID |
16 from VirtualMailManager.errors import MailLocationError as MLErr |
16 from VirtualMailManager.errors import MailLocationError as MLErr |
17 from VirtualMailManager.pycompat import all |
17 from VirtualMailManager.pycompat import all |
18 |
18 |
19 |
19 |