10 |
10 |
11 from VirtualMailManager.common import version_str |
11 from VirtualMailManager.common import version_str |
12 from VirtualMailManager.constants import \ |
12 from VirtualMailManager.constants import \ |
13 ACCOUNT_EXISTS, ACCOUNT_MISSING_PASSWORD, ALIAS_PRESENT, \ |
13 ACCOUNT_EXISTS, ACCOUNT_MISSING_PASSWORD, ALIAS_PRESENT, \ |
14 INVALID_ARGUMENT, INVALID_MAIL_LOCATION, NO_SUCH_ACCOUNT, \ |
14 INVALID_ARGUMENT, INVALID_MAIL_LOCATION, NO_SUCH_ACCOUNT, \ |
15 NO_SUCH_DOMAIN, UNKNOWN_SERVICE, VMM_ERROR |
15 NO_SUCH_DOMAIN, VMM_ERROR |
16 from VirtualMailManager.domain import Domain |
16 from VirtualMailManager.domain import Domain |
17 from VirtualMailManager.emailaddress import EmailAddress |
17 from VirtualMailManager.emailaddress import EmailAddress |
18 from VirtualMailManager.errors import VMMError, AccountError as AErr |
18 from VirtualMailManager.errors import VMMError, AccountError as AErr |
19 from VirtualMailManager.maillocation import MailLocation |
19 from VirtualMailManager.maillocation import MailLocation |
20 from VirtualMailManager.password import pwhash |
20 from VirtualMailManager.password import pwhash |