Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tests | CodaFi | 2014-08-16 |
| | |||
* | cpp -> cc | CodaFi | 2014-08-13 |
| | |||
* | Cosmetic Changes; Fix header includes | CodaFi | 2014-08-13 |
| | |||
* | NNTP support | CodaFi | 2014-08-13 |
| | |||
* | Added Set to Obj-C bridging | Hoa V. DINH | 2014-01-30 |
| | |||
* | Revert "Use ICU of the system (fixed #533)" | Hoa V. DINH | 2014-01-16 |
| | | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af. | ||
* | Use ICU of the system (fixed #533) | Hoa V. DINH | 2014-01-08 |
| | |||
* | Implemented disconnection operation: fixed #412 | Hoa V. DINH | 2013-11-12 |
| | |||
* | Fixed build for Travis | Hoa V. DINH | 2013-09-29 |
| | |||
* | Enable build for arm64 | Hoa V. DINH | 2013-09-28 |
| | |||
* | Added arm64 support | Matt Ronge | 2013-09-28 |
| | | | | | | | Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj scripts/prepare-libetpan-ios.sh scripts/prepare-tidy-ios.sh | ||
* | Merge pull request #403 from CodaFi/Noop | Hoà V. DINH | 2013-09-28 |
|\ | | | | | Added No-Op operation for IMAP, SMTP and POP. | ||
| * | Filename extension fixes | CodaFi | 2013-09-26 |
| | | |||
* | | Xcode 5 upgrade | CodaFi | 2013-09-26 |
| | | |||
| * | Implement Objective-C Interface | CodaFi | 2013-09-24 |
| | | |||
| * | Implement IMAP noop | CodaFi | 2013-09-24 |
| | | |||
| * | Implement POP noop | CodaFi | 2013-09-24 |
| | | |||
| * | Implement SMTP noop | CodaFi | 2013-09-24 |
|/ | |||
* | Added conversion between NSIndexSet and MCOIndexSet (fixed #370) | Hoa V. DINH | 2013-09-10 |
| | |||
* | Copy headers | Ryan Walklin | 2013-09-06 |
| | |||
* | Add to iOS target | Ryan Walklin | 2013-09-06 |
| | |||
* | Add MCIMAPConnectOperation* to project | Ryan Walklin | 2013-09-06 |
| | |||
* | Switch to xctool for build. | Hoa V. DINH | 2013-08-25 |
| | |||
* | Fixed #277: automatic ID. Cleaner API for identity API and also allows to ↵ | Hoa V. DINH | 2013-08-24 |
| | | | | specify custom fields. | ||
* | Build all architectures on iOS | Hoa V. Dinh | 2013-08-20 |
| | |||
* | Updated settings | Hoa V. DINH | 2013-08-17 |
| | |||
* | Fixed several warnings | Hoa V. DINH | 2013-08-17 |
| | |||
* | renamed getQuotaOperation to quotaOperation, removed debug stuff | Petro Korienev | 2013-08-09 |
| | |||
* | added getQuota operation to get free space in mailbox | Petro Korienev | 2013-08-08 |
| | |||
* | Serialization of IMAP data. Implemented base64. | Hoa V. DINH | 2013-07-31 |
| | |||
* | Check certificate is implemented for Mac/iOS (Fixed #152) | Hoa V. DINH | 2013-07-26 |
| | |||
* | Fixed build - https://travis-ci.org/MailCore/mailcore2/builds/9484814 | Hoa V. DINH | 2013-07-25 |
| | |||
* | Fixed xcodeproj: don't include sources of fraemwork in tests. | Hoa V. DINH | 2013-07-20 |
| | |||
* | Inhibit warnings | Damien Glancy | 2013-07-20 |
| | |||
* | Revert "Inhibit warnings" | Damien Glancy | 2013-07-20 |
| | | | | This reverts commit 6a1faddc86362635beb95fdef891dae38cbb5227. | ||
* | Inhibit warnings | Damien Glancy | 2013-07-20 |
| | |||
* | Fixed #8: When the attachment is a folder, the folder is compressed and the ↵ | Hoa V. DINH | 2013-07-16 |
| | | | | attachment is the compressed file. | ||
* | Fixed #197: Adding MCMessageRenderingOperation.h to public headers | Hoa V. DINH | 2013-07-13 |
| | |||
* | Made mailcore::IMAPMessageRenderingOperation public. It made ↵ | Hoa V. DINH | 2013-07-12 |
| | | | | IMAPMessageRenderingType public too: It's been documented as private type. | ||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Paul Young | 2013-07-11 |
|\ | | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj | ||
* | | Added file to build targets. | Paul Young | 2013-07-11 |
| | | |||
| * | Fixed headers symbolic link when building OSX framework | Hoa V. DINH | 2013-07-10 |
| | | |||
| * | Improved build script for OSX framework. | Hoa V. DINH | 2013-07-10 |
| | | |||
| * | Fixed public headers | Hoa V. DINH | 2013-07-10 |
| | | |||
* | | Added MCMessageConstantsPrivate.h | Paul Young | 2013-07-10 |
| | | | | | | | | * Moved IMAPMessageRenderingType. | ||
| * | Fixed script phase: include/mailcore -> include/MailCore | Hoa V. DINH | 2013-07-10 |
| | | |||
| * | MCLibetpan.cpp -> MCLibetpan.cc | Hoa V. DINH | 2013-07-09 |
| | | |||
* | | WIP: Objective-C bridge of IMAP rendering methods. | Paul Young | 2013-07-07 |
| | | |||
* | | Moved HTMLRendererIMAPDataCallback to its own file. | Paul Young | 2013-07-06 |
| | | | | | | | | | | * Added implementation. * Updated include. | ||
* | | Removed duplicated HTML body renderer template callback. | Paul Young | 2013-07-06 |
| | |