aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Cocoapods updateGravatar Hoa V. DINH2016-02-01
|
* Merge pull request #1343 from serjepatoff/masterGravatar Hoà V. DINH2016-02-01
|\ | | | | 2 new error codes
| * Change error prefix to RSMErrorYahoo, change error msg substring to 'over ↵Gravatar Sergei Epatov2016-02-01
| | | | | | | | the limit'
* | Fixed unit tests accordinglyGravatar Hoa V. DINH2016-01-29
| |
* | Sanitize display nameGravatar Hoa V. DINH2016-01-29
| |
| * Properly handle ErrorCustomCommand in MCErrorMessageGravatar Sergei Epatov2016-01-27
| |
| * Fix error handling add core–constantsGravatar Sergei Epatov2016-01-27
| |
| * New errors detected and returned: ErrorSendMessageSpamSuspected, ↵Gravatar Sergei Epatov2016-01-26
| | | | | | | | ErrorSendMessageDailyLimitExceeded
* | Merge pull request #1342 from CodaFi/unavailable-attributeGravatar Hoà V. DINH2016-01-24
|\ \ | | | | | | Mark Initializers Unavailable
| * | Mark more initializers unavailableGravatar Robert Widmann2016-01-20
| | |
| * | Make -init unavailableGravatar Robert Widmann2016-01-19
|/ /
* | Merge pull request #1340 from CodaFi/limpid-stream-errorsGravatar Hoà V. DINH2016-01-18
|\ \ | | | | | | Make a NULL OAUTH Token an STMP Stream Error
| * | Make a null OAUTH token a stream errorGravatar Robert Widmann2016-01-19
| | |
| * | Merge branch 'master' of https://github.com/MailCore/mailcore2Gravatar Robert Widmann2016-01-18
| |\ \ | |/ / |/| |
* | | No code sign for iOS frameworkGravatar Viet Hoa Dinh2016-01-18
| | |
* | | Fixed #1334: custom command connects to IMAP server and logs if neededGravatar Viet Hoa Dinh2016-01-14
| |/ |/|
* | Fixed behavior of string instanciation with NULL parameter (fixed #1333).Gravatar Viet Hoa Dinh2016-01-11
| |
* | Merge pull request #1331 from DeskConnect/build-improvementsGravatar Hoà V. DINH2016-01-09
|\ \ | | | | | | iOS build improvements
| * | Allow extension API onlyGravatar Conrad Kramer2016-01-09
| | |
| * | Fixed iOS framework deployment versionGravatar Conrad Kramer2016-01-09
| | |
* | | Updated to libetpan 7e3b9379e772da026131080563d890f7a08285c4Gravatar Hoa V. DINH2016-01-08
| | |
* | | Updated to libetpan 15c854d801b7f46f64c54a03f7b15cbdb9732b8eGravatar Hoa V. DINH2016-01-03
| | |
* | | Fixed warningsGravatar Hoa V. DINH2016-01-03
| | |
* | | Travis: fixed build on Linux (uuid and ctemplate)Gravatar Hoa V. DINH2016-01-02
| | |
* | | Merge pull request #1319 from CTMacUser/fix-fetchArticle-methodGravatar Hoà V. DINH2016-01-01
|\ \ \ | | | | | | | | Fetch article by Message-ID can be used without a group name.
| * | | Remove a method. Suggested by @dinhvietoaGravatar Daryle Walker2015-12-31
| | | |
| * | | Follow suggestions from @dinhviethoa.Gravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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 ↵Gravatar Daryle Walker2015-12-29
| |\ \ \ | | | | | | | | | | | | | | | https://github.com/CTMacUser/mailcore2 into fix-fetchArticle-method
| * | | | Remove extraneous group parameter from fetch-article-by-message-ID methods.Gravatar Daryle Walker2015-12-29
|/ / / /
| * | | Fix copy-and-paste errorGravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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.Gravatar Daryle Walker2015-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)Gravatar Viet Hoa Dinh2015-12-17
| | |
* | | Fixed objectToJavaConverter()Gravatar Hoa V. DINH2015-11-30
| | |
* | | Fixed objectToJavaConverter()Gravatar Hoa V. DINH2015-11-30
| | |
* | | Fixed #1195: added mimeType() method in Java APIGravatar Hoa V. DINH2015-11-27
| | |
* | | Merge pull request #1277 from pointum/masterGravatar Hoà V. DINH2015-11-12
|\| | | | | | | | OS X does not support bitcode.
| * | OS X does not support bitcode.Gravatar Maxim Ananov2015-11-13
|/ /
* | prevent local reference table overflow - part 2Gravatar Hoa V. DINH2015-11-11
| |
* | Updated libetpan dependenciesGravatar Hoa V. DINH2015-11-11
| |
* | prevent local reference table overflowGravatar Hoa V. DINH2015-11-11
| |
* | Fixed buildGravatar Hoa V. Dinh2015-11-10
| |
* | Added port 587 for outlookGravatar Hoa V. DINH2015-11-09
| |
* | New build of AndroidGravatar Hoa V. DINH2015-11-09
| |
* | Fixed error handling in custom commandGravatar Hoa V. Dinh2015-11-09
| |
* | Merge pull request #1266 from libec/masterGravatar Hoà V. DINH2015-11-09
|\ \ | | | | | | Adds support for sending custom IMAP command