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

Lines Matching refs:new_mailbox

388     def copy(self, message_set, new_mailbox):
389 """Copy 'message_set' messages onto end of 'new_mailbox'.
391 (typ, [data]) = <instance>.copy(message_set, new_mailbox)
393 return self._simple_command('COPY', message_set, new_mailbox)