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

Lines Matching defs:unsubscribe

79         'UNSUBSCRIBE':  ('AUTH', 'SELECTED'),
768 def unsubscribe(self, mailbox):
769 """Unsubscribe from old mailbox.
771 (typ, [data]) = <instance>.unsubscribe(mailbox)
773 return self._simple_command('UNSUBSCRIBE', mailbox)