Releases: MailCore/mailcore2
Releases · MailCore/mailcore2
0.6.4
Added
- Support for moveMessagesOperation to java library in Pull Request (#1749)
- Add uidplus, acl, enable capabilities parsing in Pull Request (#1750)
- Fix Operation Progress Listener on Android in Pull Request (#1787)
- Fix superclass for MCONNTPDisconnectOperation in Pull Request (#1852)
- Add type annotation to MCOIMAPFetchFoldersOperation (#1784)
Updated
- Exclude driverkit SDK from macosx sdk version variable. in Pull Request (#1855)
- Add Hostinger to email providers in Pull Request #1883
- Update pod spec to resolve the unencrypted HTTP protocol warning
- Eliminate -Wimplicit-fallthrough trigger (#1767)
- Remove deprecated ALWAYS_SEARCH_USER_PATHS setting for iOS target (#1757)
- Drop flags -lcrypto -lssl in target OS X
Fixed
- Fixed memory leak
- Enable MCOIMAPFolderStatus to be constructed by the NSObject default constructor.
0.6.3
0.6.2: Merge pull request #1343 from serjepatoff/master
- Improved Java suppport
- Improved NNTP API
- Fixed custom IMAP command
Bugfix
Android port
Platforms
- Port to Android
- iOS Bitcode support
- Improved Swift support
IMAP
- Custom IMAP commands
Misc
- Performance improvements
- Bugfixes
Bugfixes
Linux and Windows ports
- Ported to Linux
- Ported to Windows
- iOS/OS X: removed ICU dependency
- Fixed certificate verification on iOS/OS X
- Added unit tests for messages formats and message rendering
- Added NNTP support
- Default to LLVM libc++ on iOS
- Various bugfixes