A long awaited release with many bugfixes and a cool new feature - OAuth2 support.
Updates of the library:
Updates of the sample application:
Updates of the library:
- Added OAuth2 support
- Added possibility to bypass server certificate validation
- Replaced the Message.SetFlag method with Message.AddFlag and Message.RemoveFlag
- Changed Message.Cc and Message.Bcc field types to List<MailAddress>
- Change Message.From field type to MailAddress
- Fixed the date parsing to always use CultureInfo.InvariantCulture
- Fixed content type recognition and added unicode fallback (issue 1548)
- Fixed header parsing to allow headers with empty values (issue 1523)
- Fixed the parsing of message body parts (issue 1486)
- Fixed attachment file name parsing (issue 1467)
Updates of the sample application:
- Support for emptying a folder
- Marking messages as read
- Google OAuth2 authetication