aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add constant for IMAP MOVE capabilityGravatar Nikolay Morev2016-02-08
|
* OptimizationGravatar Hoa V. DINH2016-02-08
|
* Merge pull request #1351 from kolyuchiy/imap-moveGravatar Hoà V. DINH2016-02-06
|\ | | | | Imap move
* | Updated libetpan to fae701a7cf7e1d3f58b99c0ab143c26cbf7f16d0Gravatar Hoa V. DINH2016-02-05
| |
| * TestGravatar Nikolay Morev2016-02-05
| |
| * Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
| |
| * Recent SDK requires setting rootViewControllerGravatar Nikolay Morev2016-02-05
|/
* Merge pull request #1350 from AlexKar/masterGravatar Hoà V. DINH2016-02-04
|\ | | | | MCIMAPCapabilityOperation takes into account cached capabilities values
| * Move storedCapabilities to public //private sectionGravatar Alexander Karimov2016-02-05
| |
| * MCIMAPCapabilityOperation takes into account cached capabilities valuesGravatar Alexander Karimov2016-02-04
|/
* Merge pull request #1346 from disaykin/masterGravatar Hoà V. DINH2016-02-03
|\ | | | | Reduce memory usage when fetch message body by IMAP
| * Remove extra memory copying on uuencode decodingGravatar Dmitry Isaikin2016-02-03
| |
| * Implement Data::dataWithContentsOfFile via mmapGravatar Dmitry Isaikin2016-02-03
| |
| * Remove extra memory copying while fetching attachmentGravatar Dmitry Isaikin2016-02-03
| |
* | Merge pull request #1347 from CodaFi/back-to-the-futureGravatar Hoà V. DINH2016-02-02
|\ \ | | | | | | Prefer instancetype over id in initializers
| * | id -> instancetypeGravatar Robert Widmann2016-02-02
|/ /
* | 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