Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Optimization | Hoa V. DINH | 2016-02-08 |
| | |||
* | Merge pull request #1351 from kolyuchiy/imap-move | Hoà V. DINH | 2016-02-06 |
|\ | | | | | Imap move | ||
* | | Updated libetpan to fae701a7cf7e1d3f58b99c0ab143c26cbf7f16d0 | Hoa V. DINH | 2016-02-05 |
| | | |||
| * | Test | Nikolay Morev | 2016-02-05 |
| | | |||
| * | Add IMAP MOVE command support | Nikolay Morev | 2016-02-05 |
| | | |||
| * | Recent SDK requires setting rootViewController | Nikolay Morev | 2016-02-05 |
|/ | |||
* | Merge pull request #1350 from AlexKar/master | Hoà V. DINH | 2016-02-04 |
|\ | | | | | MCIMAPCapabilityOperation takes into account cached capabilities values | ||
| * | Move storedCapabilities to public //private section | Alexander Karimov | 2016-02-05 |
| | | |||
| * | MCIMAPCapabilityOperation takes into account cached capabilities values | Alexander Karimov | 2016-02-04 |
|/ | |||
* | Merge pull request #1346 from disaykin/master | Hoà V. DINH | 2016-02-03 |
|\ | | | | | Reduce memory usage when fetch message body by IMAP | ||
| * | Remove extra memory copying on uuencode decoding | Dmitry Isaikin | 2016-02-03 |
| | | |||
| * | Implement Data::dataWithContentsOfFile via mmap | Dmitry Isaikin | 2016-02-03 |
| | | |||
| * | Remove extra memory copying while fetching attachment | Dmitry Isaikin | 2016-02-03 |
| | | |||
* | | Merge pull request #1347 from CodaFi/back-to-the-future | Hoà V. DINH | 2016-02-02 |
|\ \ | | | | | | | Prefer instancetype over id in initializers | ||
| * | | id -> instancetype | Robert Widmann | 2016-02-02 |
|/ / | |||
* | | Cocoapods update | Hoa V. DINH | 2016-02-01 |
| | | |||
* | | Merge pull request #1343 from serjepatoff/master | Hoà V. DINH | 2016-02-01 |
|\ \ | | | | | | | 2 new error codes | ||
| * | | Change error prefix to RSMErrorYahoo, change error msg substring to 'over ↵ | Sergei Epatov | 2016-02-01 |
| | | | | | | | | | | | | the limit' | ||
* | | | Fixed unit tests accordingly | Hoa V. DINH | 2016-01-29 |
| | | | |||
* | | | Sanitize display name | Hoa V. DINH | 2016-01-29 |
| | | | |||
| * | | Properly handle ErrorCustomCommand in MCErrorMessage | Sergei Epatov | 2016-01-27 |
| | | | |||
| * | | Fix error handling add core–constants | Sergei Epatov | 2016-01-27 |
| | | | |||
| * | | New errors detected and returned: ErrorSendMessageSpamSuspected, ↵ | Sergei Epatov | 2016-01-26 |
| |/ | | | | | | | ErrorSendMessageDailyLimitExceeded | ||
* | | Merge pull request #1342 from CodaFi/unavailable-attribute | Hoà V. DINH | 2016-01-24 |
|\ \ | | | | | | | Mark Initializers Unavailable | ||
| * | | Mark more initializers unavailable | Robert Widmann | 2016-01-20 |
| | | | |||
| * | | Make -init unavailable | Robert Widmann | 2016-01-19 |
|/ / | |||
* | | Merge pull request #1340 from CodaFi/limpid-stream-errors | Hoà V. DINH | 2016-01-18 |
|\ \ | | | | | | | Make a NULL OAUTH Token an STMP Stream Error | ||
| * | | Make a null OAUTH token a stream error | Robert Widmann | 2016-01-19 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/MailCore/mailcore2 | Robert Widmann | 2016-01-18 |
| |\ \ | |/ / |/| | | |||
* | | | No code sign for iOS framework | Viet Hoa Dinh | 2016-01-18 |
| | | | |||
* | | | Fixed #1334: custom command connects to IMAP server and logs if needed | Viet Hoa Dinh | 2016-01-14 |
| |/ |/| | |||
* | | Fixed behavior of string instanciation with NULL parameter (fixed #1333). | Viet Hoa Dinh | 2016-01-11 |
| | | |||
* | | Merge pull request #1331 from DeskConnect/build-improvements | Hoà V. DINH | 2016-01-09 |
|\ \ | | | | | | | iOS build improvements | ||
| * | | Allow extension API only | Conrad Kramer | 2016-01-09 |
| | | | |||
| * | | Fixed iOS framework deployment version | Conrad Kramer | 2016-01-09 |
| | | | |||
* | | | Updated to libetpan 7e3b9379e772da026131080563d890f7a08285c4 | Hoa V. DINH | 2016-01-08 |
| | | | |||
* | | | Updated to libetpan 15c854d801b7f46f64c54a03f7b15cbdb9732b8e | Hoa V. DINH | 2016-01-03 |
| | | | |||
* | | | Fixed warnings | Hoa V. DINH | 2016-01-03 |
| | | | |||
* | | | Travis: fixed build on Linux (uuid and ctemplate) | Hoa V. DINH | 2016-01-02 |
| | | | |||
* | | | Merge pull request #1319 from CTMacUser/fix-fetchArticle-method | Hoà V. DINH | 2016-01-01 |
|\ \ \ | | | | | | | | | Fetch article by Message-ID can be used without a group name. | ||
| * | | | Remove a method. Suggested by @dinhvietoa | Daryle Walker | 2015-12-31 |
| | | | | |||
| * | | | Follow suggestions from @dinhviethoa. | Daryle Walker | 2015-12-29 |
| | | | | | | | | | | | | | | | | | | | | Follow suggestions to remove one unnecessary overload and to mark other as depreciated. (A third suggestion was covered by another commit.) | ||
| * | | | Overload another method with extraneous group parameter. | Daryle Walker | 2015-12-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Find another fetch-article-by-message-ID method that has an unnecessary group parameter. Add an overload that omits that parameter. (This method was found from attempting to compile the project.) | ||
| * | | | Merge branch 'fix-fetchArticle-method' of ↵ | Daryle Walker | 2015-12-29 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/CTMacUser/mailcore2 into fix-fetchArticle-method | ||
| * | | | | Remove extraneous group parameter from fetch-article-by-message-ID methods. | Daryle Walker | 2015-12-29 |
|/ / / / | |||
| * | | | Fix copy-and-paste error | Daryle Walker | 2015-12-22 |
| | | | | | | | | | | | | After copying `-fetchArticleOperationWithMessageID: inGroup:` to `-fetchArticleOperationWithMessageID:`, and trimming the implementation arguments from two to one, correct that the wrong argument was kept. | ||
| * | | | Update how article retrival-by-message-ID works. | Daryle Walker | 2015-12-22 |
| | | | | | | | | | | | | Remove the unneeded group parameter from the call to fetching an article by Message-ID. | ||
| * | | | Write new retrieve-article-by-message-ID method. | Daryle Walker | 2015-12-22 |
| | | | | | | | | | | | | Write variant of the retrieve-article-by-message-ID method that doesn't require the unnecessary parameter for a group. Rewrite the older method to call the new one. | ||
| * | | | Supplant retrieve-article-by-message-ID method. | Daryle Walker | 2015-12-22 |
| | | | | | | | | | | | | Add a method for retrieving an article by message-ID that excludes an unneeded parameter for a group | ||
| * | | | Write new retrieve-article-by-message-ID method. | Daryle Walker | 2015-12-22 |
| | | | | | | | | | | | | Write variant of the retrieve-article-by-message-ID method that doesn't require the unnecessary parameter for a group. Rewrite the older method to call the new one. Realize that the next inner layer also needs to be corrected. |