You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MailClient.deleteMessages() / undoDeleteMessages() as well as the moveMessages() and undoMoveMessages() calls
will now update the given messages UIDs automatically, when they have been specified.
Simplify building a multipart/alternative message or message part by adding the option plainText and htmlText parameters
in MessageBuilder.prepareMultipartAlternativeMessage() and addMultipartAlternative().
Fixed documentation for generating a mime message with an attachment (thanks lqmminh!).