- Removed class Imap, made ImapClient inherit ImapBase
- Changed authentication handling to universal, added interface IImapCredentials to allow any custom authentication mechanisms
- Added automated port selection on connection (see ImapClient constructors and Connect method)
- Added support for unicode search queries (CHARSET UTF-8)
- Refactored various methods in ImapClient
↧