moveMessageToInbox method
Moves the specified message to the inbox folder
The message UID will be updated automatically.
Implementation
Future<MoveResult> moveMessageToInbox(MimeMessage message) =>
moveMessageToFlag(message, MailboxFlag.inbox);