twisted.mail.test.test_imap.MessageCopierMailbox class documentationtwisted.mail.test.test_imap
(View In Hierarchy)
Implements interfaces: twisted.mail.interfaces.IMessageIMAPCopier
Copy the given message object into this mailbox.
The message object will be one which was previously returned by IMailboxIMAP.fetch.
Implementations which wish to offer better performance than the default implementation should implement this interface.
If this interface is not implemented by the mailbox, IMailboxIMAP.addMessage
will be used instead.
| Returns | Either the UID of the message or a Deferred which fires with the UID when 
the copy finishes. (type: Deferredorint) | |