Skip to content

0.6.4

Latest
Compare
Choose a tag to compare
@haithngn haithngn released this 01 Aug 07:31
· 25 commits to master since this release

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.