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

Lines Matching full:rename

67         'RENAME':       ('AUTH', 'SELECTED'),
608 def rename(self, oldmailbox, newmailbox):
609 """Rename old mailbox name to new.
611 (typ, [data]) = <instance>.rename(oldmailbox, newmailbox)
613 return self._simple_command('RENAME', oldmailbox, newmailbox)
1446 ('rename', ('/tmp/xxx 1', '/tmp/yyy')),