Part of canonical.launchpad.interfaces.emailaddress View In Hierarchy
Known implementations: canonical.launchpad.database.emailaddress.EmailAddressSet
| Method | new | Create a new EmailAddress with the given email. |
| Method | getByPerson | Return all email addresses for the given person. |
| Method | getPreferredEmailForPeople | Return preferred email addresses for the people provided. |
| Method | getByEmail | Return the EmailAddress object for the given email. |
The newly created EmailAddress will point to the person and/or account.
The given status must be an item of EmailAddressStatus.
| Raises | InvalidEmailAddress | If the email address is invalid. |