Skip to content

Releases: MailCore/mailcore2

0.6.4

01 Aug 07:31
Compare
Choose a tag to compare

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

04 Jun 16:40
Compare
Choose a tag to compare

Various bugfixes and improvements.

0.6.2: Merge pull request #1343 from serjepatoff/master

01 Feb 15:42
Compare
Choose a tag to compare
  • Improved Java suppport
  • Improved NNTP API
  • Fixed custom IMAP command

Bugfix

14 Nov 06:36
Compare
Choose a tag to compare
  • Bitcode disabled on Mac OS X build.

Android port

12 Nov 18:04
Compare
Choose a tag to compare

Platforms

  • Port to Android
  • iOS Bitcode support
  • Improved Swift support

IMAP

  • Custom IMAP commands

Misc

  • Performance improvements
  • Bugfixes

Bugfixes

26 Mar 03:43
Compare
Choose a tag to compare
  • Improved charset detection by including subset of ICU4c engine
  • Various bugfixes

Linux and Windows ports

15 Dec 05:12
Compare
Choose a tag to compare
  • 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