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

Lines Matching defs:subscribe

76         'SUBSCRIBE':    ('AUTH', 'SELECTED'),
725 def subscribe(self, mailbox):
726 """Subscribe to new mailbox.
728 (typ, [data]) = <instance>.subscribe(mailbox)
730 return self._simple_command('SUBSCRIBE', mailbox)