moveMessages method
Moves the specified message sequence
to the given target
folder
Implementation
Future<MoveResult> moveMessages(MessageSequence sequence, Mailbox target) {
return _incomingMailClient.moveMessages(sequence, target);
}
Moves the specified message sequence
to the given target
folder
Future<MoveResult> moveMessages(MessageSequence sequence, Mailbox target) {
return _incomingMailClient.moveMessages(sequence, target);
}