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
Folder::overview() method added to fetch all headers of all messages in the current folder
Force a folder to be opened
Proxy support added
Flexible disposition support added
New options.message_key option uid added
Protocol UID support added
Flexible sequence type support added
Breaking changes
Depending on your configuration, your certificates actually get checked. Which can cause an aborted connection if the certificate can not be validated.
Messages don't get flagged as read unless you are using your own custom config.
All Header::class attribute keys are now in a snake_format and no longer minus-separated.
Message::getTextBody() no longer returns false if no text body is present. null is returned instead.