aboutsummaryrefslogtreecommitdiffhomepage
path: root/build-mac
Commit message (Expand)AuthorAge
* Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
* Renamed mailcore::logEnabled and mailcore::logInternal to MCLogEnabledGravatar Paul Young2013-06-30
* Fixed memory leak in Object::className(). Switched to CFNetwork socket implem...Gravatar Hoa V. Dinh2013-06-28
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* POP operations retain the session. Fixed #129Gravatar Hoa V. DINH2013-06-22
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
* Merge pull request #120 from CodaFi/Bridge-MCOIMAPFolderStatusGravatar DINH Viêt Hoà2013-06-21
|\
* | MCAssert VisibilityGravatar CodaFi2013-06-21
| * Bridge MCOIMAPFolderStatusGravatar CodaFi2013-06-20
|/
* Fixed build for linux/mac with CMake.Gravatar Hoa V. DINH2013-06-17
* fixed indentation of comments, variables and methods names - added class for ...Gravatar silenteh2013-06-12
* added imap STATUS commandGravatar silenteh2013-06-05
* Fixed pathsGravatar Hoa V. DINH2013-05-26
* Renamed MCOPROVIDER.h to MCOProvider.hGravatar Pushkar Singh2013-05-26
* Added providers file as part of copyGravatar Pushkar Singh2013-05-24
* Provider classes made public and fixed the load issue with the NetServiceGravatar Pushkar Singh2013-05-24
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
* Fixed tests on iOSGravatar Hoa V. DINH2013-05-04
* Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
* use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
* CPP->CCGravatar CodaFi2013-05-04
* Providers APIGravatar CodaFi2013-04-28
* Implemented JSON parser with Unicode support. Implemented iteratorsGravatar Hoa V. DINH2013-04-18
* Fixed build issuesGravatar Hoa V. DINH2013-04-17
* Added support for MD5, JSONGravatar Hoa V. DINH2013-04-16
* Various fixes.Gravatar Hoa V. DINH2013-04-15
* Made build easierGravatar Hoa V. DINH2013-04-11
* add preliminary iOS exampleGravatar Jonathan Willing2013-04-08
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
* Implemented checkAccount operation for POPGravatar Hoa V. DINH2013-04-06
* Build dependencies for iOS armv7. Build dependencies in a subfolder of the pr...Gravatar Hoa V. DINH2013-04-06
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* Added framework target. Added example.Gravatar Hoa V. DINH2013-04-02
* Fixed buildGravatar Hoa V. DINH2013-04-01
* Implemented ObjC API for SMTP and POPGravatar Hoa V. DINH2013-03-30
* Build for iOS.Gravatar Hoa V. DINH2013-03-29
* Work in progress on iOS buildGravatar Hoa V. DINH2013-03-29
* Progress for ObjC IMAP operationsGravatar Hoa V. DINH2013-03-26
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
* Implemented IMAP ObjC APIGravatar Hoa V. DINH2013-03-24
* Fixed class bridgingGravatar DINH Viet Hoa2013-03-23
* Make IMAP ObjC bridge implementation consistentGravatar DINH Viet Hoa2013-03-23
* Implemented HTML renderer delegate for ObjC message parser.Gravatar DINH Viet Hoa2013-03-23
* Fixed search pathGravatar DINH Viet Hoa2013-03-23
* Simplified implementation of ObjC setter/getter by using a common implementat...Gravatar DINH Viet Hoa2013-03-23
* moved MCOOperation to src/objc/utilsGravatar DINH Viet Hoa2013-03-22