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
When the MailClient loses a connection or reconnects, it will now fire corresponding MailConnectionLost and MailConnectionReEstablished events.
When the MailClient reconnects, it will fetch new messages automatically and notify about them using MailLoadEvent.
Breaking changes to v0.3:
MessageBuilder.encoding is renamed to MessageBuilder.transferEncoding and the enum previously called MessageEncoding is now called TransferEncoding. All optional parameters previously called encoding are now also named transferEncoding.
MetaDataEntry.entry has been renamed to MetaDataEntry.name.
ImapClient.setQuota() and getQuota() methods use named parameters.
Due to null safety, a lots of functions that previously (wrongly) accepted null parameters do not accept null as input anymore.
Some fields changed to final to ensure consistency.