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