aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Simplified linking against mailcore. Added quick instructions in README.mdGravatar Hoa V. DINH2013-05-21
* Changed delegate prototype to make it easier to use the renderer and customiz...Gravatar Hoa V. DINH2013-05-18
* Fixed attachments queryGravatar Hoa V. Dinh2013-05-09
* added shouldShowPart to remove unwanted attachments from rendererGravatar Ken Grigsby2013-05-08
* Merge pull request #45 from kgrigsby59/masterGravatar DINH Viêt Hoà2013-05-08
|\
| * fix typoGravatar Ken Grigsby2013-05-08
* | Implemented collection of attachmentsGravatar Hoa V. DINH2013-05-05
* | cleanupGravatar Hoa V. DINH2013-05-05
* | Fixed buildGravatar Hoa V. DINH2013-05-04
* | Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
* | Improved comment for message partGravatar Hoa V. DINH2013-05-04
* | use NSAutoreleasePool on Mac/iOS to implement MCAutoreleasePoolGravatar Hoa V. DINH2013-05-04
* | Merge pull request #44 from MailCore/CPP-CCGravatar DINH Viêt Hoà2013-05-04
|\ \
* | | consistent uniqueID for MIME partsGravatar Hoa V. DINH2013-05-04
| |/ |/|
| * CPP->CCGravatar CodaFi2013-05-04
|/
* call CFRelease on localeRef not localeGravatar Ken Grigsby2013-05-02
* Proper C++ singletonsGravatar CodaFi2013-05-02
* fixes for providersGravatar Hoa V. DINH2013-05-02
* Providers APIGravatar CodaFi2013-05-02
* Fixed iteratorsGravatar Hoa V. DINH2013-04-28
* Workaround ICU issue on iOS by implementing date formatter using CoreFoundati...Gravatar Hoa V. DINH2013-04-28
* Fixed header guardsGravatar Hoa V. DINH2013-04-28
* Added comment to rendererGravatar Hoa V. DINH2013-04-28
* Fixes for embedded messages and headersGravatar Ken Grigsby2013-04-22
* Added checks for NULL values when creating reply/forward headersGravatar Ken Grigsby2013-04-22
* Fix copying of array contentsGravatar Ken Grigsby2013-04-20
* Fixed sortedArray implementationGravatar Hoa V. DINH2013-04-19
* Added check for text/htmlGravatar Ken Grigsby2013-04-19
* added methods to decode data as stringsGravatar Ken Grigsby2013-04-19
* Removed MCONSArray category on MCOAddress. Renamed RFC822String and nonEncode...Gravatar Ken Grigsby2013-04-19
* Implemented Address::RFC822StringForAddresses and Address::nonEncodedRFC822St...Gravatar Ken Grigsby2013-04-19
* added #ifdef __cplusplusGravatar Ken Grigsby2013-04-19
* Merge pull request #29 from kgrigsby59/masterGravatar DINH Viêt Hoà2013-04-19
|\
| * implemented init method to create c++ MessageBuilderGravatar Ken Grigsby2013-04-19
* | Implemented JSON parser with Unicode support. Implemented iteratorsGravatar Hoa V. DINH2013-04-18
|/
* brought forward some methods to ObjC interfaceGravatar Ken Grigsby2013-04-18
* Fixed build issuesGravatar Hoa V. DINH2013-04-17
* TyposGravatar CodaFi2013-04-17
* Homogenous documentationGravatar CodaFi2013-04-17
* Implemented addressesWithRFC822StringGravatar CodaFi2013-04-17
* Fixed MD5.Gravatar Hoa V. DINH2013-04-16
* Added support for MD5, JSONGravatar Hoa V. DINH2013-04-16
* Fixed behavior of String::deleteCharactersInRange()Gravatar Hoa V. DINH2013-04-16
* Various fixes.Gravatar Hoa V. DINH2013-04-15
* Fixed nil array case when using Set::addObjectsFromArray()Gravatar Hoa V. DINH2013-04-13
* Fixed empty subject case when using MessageHeader::extractSubject()Gravatar Hoa V. DINH2013-04-13
* Added String::stringByAppendingPathComponent()Gravatar Hoa V. DINH2013-04-13
* Cleanup.Gravatar Hoa V. DINH2013-04-10
* log only if logEnabled if set to trueGravatar Hoa V. DINH2013-04-08
* Added an autorelease pool.Gravatar Hoa V. DINH2013-04-08