Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | 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. | |||
| * | | | 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. Indicate that the previous method can take `nil` for the unneeded group parameter. | |||
* | | | Fixed retain (fixed #1316) | Viet Hoa Dinh | 2015-12-17 | |
| | | | ||||
* | | | Fixed objectToJavaConverter() | Hoa V. DINH | 2015-11-30 | |
| | | | ||||
* | | | Fixed objectToJavaConverter() | Hoa V. DINH | 2015-11-30 | |
| | | | ||||
* | | | Fixed #1195: added mimeType() method in Java API | Hoa V. DINH | 2015-11-27 | |
| | | | ||||
* | | | Merge pull request #1277 from pointum/master | Hoà V. DINH | 2015-11-12 | |
|\| | | | | | | | | OS X does not support bitcode. | |||
| * | | OS X does not support bitcode. | Maxim Ananov | 2015-11-13 | |
|/ / | ||||
* | | prevent local reference table overflow - part 2 | Hoa V. DINH | 2015-11-11 | |
| | | ||||
* | | Updated libetpan dependencies | Hoa V. DINH | 2015-11-11 | |
| | | ||||
* | | prevent local reference table overflow | Hoa V. DINH | 2015-11-11 | |
| | | ||||
* | | Fixed build | Hoa V. Dinh | 2015-11-10 | |
| | | ||||
* | | Added port 587 for outlook | Hoa V. DINH | 2015-11-09 | |
| | | ||||
* | | New build of Android | Hoa V. DINH | 2015-11-09 | |
| | | ||||
* | | Fixed error handling in custom command | Hoa V. Dinh | 2015-11-09 | |
| | | ||||
* | | Merge pull request #1266 from libec/master | Hoà V. DINH | 2015-11-09 | |
|\ \ | | | | | | | Adds support for sending custom IMAP command | |||
| * | | Proper error handling in IMAPSession::customCommand | libec | 2015-11-09 | |
| | | | ||||
| * | | Added ErrorCustomCommand | libec | 2015-11-07 | |
| | | | ||||
| * | | Adds custom command files to cmake | libec | 2015-11-07 | |
| | | |