doc/source/vmm_emailaddress.rst
branchv0.6.x
changeset 216 0c8c053b451c
parent 212 77ac6f572855
equal deleted inserted replaced
215:33f727efa7c4 216:0c8c053b451c
    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