aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* New errors detected and returned: ErrorSendMessageSpamSuspected, ↵Gravatar Sergei Epatov2016-01-26
| | | | ErrorSendMessageDailyLimitExceeded
* 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
| * Proper error handling in IMAPSession::customCommandGravatar libec2015-11-09
| |
| * Added ErrorCustomCommandGravatar libec2015-11-07
| |
| * Adds custom command files to cmakeGravatar libec2015-11-07
| |
| * Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵Gravatar libec2015-11-07
| | | | | | | | customCommand.
* | Updated libetpan to ffa7513b222f65f09b93921d96e3377ed3dd86e3Gravatar Hoa V. DINH2015-11-06
| |
* | Merge pull request #1265 from rlaferla/patch-7Gravatar Hoà V. DINH2015-11-06
|\ \ | | | | | | Replaced deprecated method call in README.md
* | | Fixed crash on AndroidGravatar Hoa V. Dinh2015-11-06
| | |
| * | Replaced deprecated method call in README.mdGravatar Robert La Ferla2015-11-06
|/ /
| * Comment with usage of custom IMAP operationGravatar libec2015-11-06
| |
| * Adds imap response string to custom command operationGravatar libec2015-11-06
| |
| * Removes assert on loggedIn in custom commandGravatar libec2015-11-05
| |
| * adds custom imap command files to xcodeprojGravatar libec2015-11-04
| |
| * adds support to send custom IMAP commandGravatar libec2015-11-04
| |
* | Don't crash when removing a nil key from a hashmapGravatar Hoa V. DINH2015-10-29
| |
* | Allow build without bitcodeGravatar Hoa V. Dinh2015-10-29
| |