branch | v0.6.x |
changeset 250 | 73cd082cd724 |
parent 246 | 481280686789 |
child 252 | af555e6967c8 |
--- a/VirtualMailManager/Account.py Thu Apr 15 19:46:53 2010 +0000 +++ b/VirtualMailManager/Account.py Thu Apr 15 20:21:18 2010 +0000 @@ -134,6 +134,11 @@ NO_SUCH_ACCOUNT) @property + def address(self): + """The Account's EmailAddress instance.""" + return self._addr + + @property def domain_directory(self): """The directory of the domain the Account belongs to.""" return self._domain.directory