Home | History | Annotate | Download | only in python2.7

Lines Matching defs:getannotation

55         'GETANNOTATION':('AUTH', 'SELECTED'),
456 def getannotation(self, mailbox, entry, attribute):
457 """(typ, [data]) = <instance>.getannotation(mailbox, entry, attribute)
460 typ, dat = self._simple_command('GETANNOTATION', mailbox, entry, attribute)