equal
deleted
inserted
replaced
21 |
21 |
22 Creates a new EmailAddress instance. |
22 Creates a new EmailAddress instance. |
23 |
23 |
24 :param address: string representation of an e-mail addresses |
24 :param address: string representation of an e-mail addresses |
25 :type address: :obj:`basestring` |
25 :type address: :obj:`basestring` |
26 :raise VirtualMailManager.Exceptions.VMMEmailAddressException: if the |
26 :raise VirtualMailManager.errors.EmailAddressError: if the |
27 *address* is syntactically wrong. |
27 *address* is syntactically wrong. |
28 :raise VirtualMailManager.Exceptions.VMMException: if the validation of the |
28 :raise VirtualMailManager.errors.VMMError: if the validation of the |
29 local-part or domain name fails. |
29 local-part or domain name fails. |
30 |
30 |
31 An EmailAddress instance has the both read-only attributes: |
31 An EmailAddress instance has the both read-only attributes: |
32 |
32 |
33 .. attribute:: localpart |
33 .. attribute:: localpart |