aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix superclass for MCONNTPDisconnectOperationHEADmasterGravatar Benjamin Barenblat2019-12-12
| | | | | | | If MCONNTPDisconnectOperation inherits from NSObject, MCONNTPDisconnectOperation+mco_objectWithMCObject: will call a method that doesn’t exist (-initWithMCOperation:). Set it to extend MCONNTPOperation instead.
* Merge pull request #1786 from atomicbird/masterGravatar Nguyen Thanh Hai2019-09-09
|\ | | | | Update podspec to point to a release that exists.
* | Fix few memory leaks (#1804)Gravatar Alexander Belyavskiy2019-03-25
| | | | | | * Fix memory leaks
* | Fix Operation Progress Listener on Android (#1787)Gravatar Ahad Birang2018-12-23
| | | | | | | | | | | | | | * feat(IMAPSession): add support for moveMessagesOpeation to java library * feat: support fieldClass in getObjectField * fix: use global reference of progress listener pass progress values to callback function
* | Fixed memory leakGravatar Viet Hoa Dinh2018-12-14
| |
* | Fixed memory leakGravatar Viet Hoa Dinh2018-12-13
| |
| * Update podspec to point to a release that exists.Gravatar Tom Harrington2018-10-01
|/
* Add type annotation to MCOIMAPFetchFoldersOperation (#1784)Gravatar Jesse Tipton2018-09-23
|
* Fixed travis build for macOSGravatar Viet Hoa Dinh2018-09-19
|
* A few type/nullability annotations (#1782)Gravatar Jesse Tipton2018-09-19
|
* Fix travis buildGravatar Viet Hoa Dinh2018-09-19
|
* Add missing semicolon (#1768)Gravatar Benjamin Barenblat2018-07-24
| | | | I forgot a semicolon in commit 91300dbf44bcdfe822a9778d1c9d3cec2c2790d7. Add it.
* fix some wrong JNI signatures (#1770)Gravatar Final2018-07-24
|
* Eliminate -Wimplicit-fallthrough trigger (#1767)Gravatar Benjamin Barenblat2018-07-18
| | | | Insert a no-op `break`, preventing -Wimplicit-fallthrough from triggering.
* Remove deprecated ALWAYS_SEARCH_USER_PATHS setting for iOS target (#1757)Gravatar Alexander Belyavskiy2018-06-17
|
* Add uidplus, acl, enable capabilities parsing (#1750)Gravatar Alexander Belyavskiy2018-06-17
|
* add support for moveMessagesOperation to java library (#1749)Gravatar Ahad Birang2018-06-17
|
* Fix Xcode warning (#1758)Gravatar Alexander Belyavskiy2018-06-16
| | | It reports that it can’t find `folder)` parameter in declaration.
* Make MCOAccountValidator init method available (#1736)Gravatar Alexander Belyavskiy2018-05-14
|
* - handle one more search kind body for searching the IMAP messages (#1735)Gravatar Nguyen Thanh Hai2018-05-14
|
* Fix crash by adding check if owner is still present (#1707)Gravatar Arek Holko2018-04-25
|
* Changed outlook SMTP port order in providers.json (#1723)Gravatar Shane Cowherd2018-04-25
| | | Port 587 should be the default.
* Fix Fastmail servers (#1701)Gravatar Florian Bürger2018-02-12
| | | According to their documentation here https://www.fastmail.com/help/technical/servernamesandports.html?u=9e2140bd#email
* Removed test dataGravatar Viet Hoa Dinh2018-01-04
|
* Changed http to httpsGravatar Viet Hoa Dinh2018-01-02
|
* Move unavailable initializers out of categories, so they’ll be properly ↵Gravatar Tom Harrington2017-12-29
| | | | | handled in Swift. (#1698) If NS_UNAVAILABLE is used in a category, Swift doesn’t notice, and these initializers are permitted even though they don’t work.
* On non-Apple systems, clean up MCObject locks (#1694)Gravatar Ben Gotow2017-12-03
| | | On Windows, Mailspring was leaking a huge number of event handles, which could cause it to eventually crash. Adding this line doesn't cause the code to crash and reduces the number of handles reported by Process Explorer.
* Fix calendar attachment appearing twice in the HTML output (#1690)Gravatar Arek Holko2017-11-20
|
* On Windows, make fopen use provided `mode` (#1681)Gravatar Ben Gotow2017-10-30
|
* Fix broken blockElements lock (#1680)Gravatar Ben Gotow2017-10-30
|
* Fix intermittent crashes on iOS - added to header file. (#1673)Gravatar Hilmar Gústafsson2017-10-16
| | | Fix intermittent crashes on iOS
* Fix infinite recusion in customFlags getter (#1659)Gravatar Zack2017-08-29
|
* Fixed fake 'Auth Error' on iCloud when service responses with 'BAD ↵Gravatar Viktor Gedzenko2017-08-29
| | | | [UNAVAILABLE] Service temporarily unavailable' (#1642)
* updating sent folder path for Outlook (#1632)Gravatar Julian Gong2017-08-29
|
* Updated to libetpan 5164ba2ebd3c7cbc7a9230aad32bdf8e24e207deGravatar Hoa V. DINH2017-03-28
|
* Fixed some crashesGravatar Hoa V. DINH2017-03-24
|
* Different URL for util-linuxGravatar Viet Hoa Dinh2017-03-13
|
* Remove crypto & ssl libraries in podspec for osx (#1619)Gravatar Nikolay Kapustin2017-03-13
| | | For os x development these libs don't need by default.
* Doc update (#1611)Gravatar jostster2017-02-16
| | | | Updated docs for class documentation
* Removed unreferenced headers from the iOS/Mac framework (#1601)Gravatar Conrad Kramer2017-01-26
|
* Fix MCOAccountValidator to work with arbitrary services (#1602)Gravatar Conrad Kramer2017-01-23
|
* Added POBox to the list of providers (#1603)Gravatar Conrad Kramer2017-01-23
|
* Install cmake only if neededGravatar Hoa V. DINH2017-01-02
|
* new xcode filesGravatar Hoa V. DINH2017-01-02
|
* Use GnuSTL instead of libc++Gravatar Viet Hoa Dinh2016-11-23
|
* Fixed build with ndk 13Gravatar Hoa V. DINH2016-11-23
|
* Fixed java capabilityGravatar Hoa V. DINH2016-11-23
|
* Fixed #1555: use us-ascii instead of asciiGravatar Hoa V. DINH2016-11-19
|
* Revert "Type annotations (#1530)"Gravatar Hoa V. DINH2016-11-19
| | | | This reverts commit abedd87bb02f975b0b1ee9c4cf2f0e6adde31366.
* Revert "Add type annotations to some operations and MCPIMAPSession (#1531)"Gravatar Hoa V. DINH2016-11-19
| | | | This reverts commit efce413258a838818a39a12f0f86d563c8488468.