moveMessagesToInbox method
Moves the specified message sequence
to the inbox folder
Implementation
Future<MoveResult> moveMessagesToInbox(MessageSequence sequence) {
return moveMessagesToFlag(sequence, MailboxFlag.inbox);
}
Moves the specified message sequence
to the inbox folder
Future<MoveResult> moveMessagesToInbox(MessageSequence sequence) {
return moveMessagesToFlag(sequence, MailboxFlag.inbox);
}