VirtualMailManager/maillocation.py
branchv0.6.x
changeset 227 87db9f1f95ea
parent 226 311eee429f67
child 228 a7b000ca4ac9
equal deleted inserted replaced
226:311eee429f67 227:87db9f1f95ea
    96 
    96 
    97     @property
    97     @property
    98     def mail_location(self):
    98     def mail_location(self):
    99         """The mail_location, e.g. ``maildir:~/Maildir``"""
    99         """The mail_location, e.g. ``maildir:~/Maildir``"""
   100         return self.__str__()
   100         return self.__str__()
       
   101 
       
   102     @property
       
   103     def mid(self):
       
   104         """The mail_location's unique ID."""
       
   105         return _type_id[self._info['directory'].lower()]