branch | v0.6.x |
changeset 250 | 73cd082cd724 |
parent 223 | 5c7b7cbb01cd |
child 257 | 5b8fde01e4f0 |
--- a/VirtualMailManager/Alias.py Thu Apr 15 19:46:53 2010 +0000 +++ b/VirtualMailManager/Alias.py Thu Apr 15 20:21:18 2010 +0000 @@ -91,6 +91,11 @@ """Returns the number of destinations of the alias.""" return len(self._dests) + @property + def address(self): + """The Alias' EmailAddress instance.""" + return self._addr + def add_destinations(self, destinations, expansion_limit, warnings=None): """Adds the `EmailAddress`es from *destinations* list to the destinations of the alias.