aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.mm
Commit message (Collapse)AuthorAge
* Removed references to ICUGravatar Hoa V. DINH2013-08-24
|
* Serialization of IMAP data. Implemented base64.Gravatar Hoa V. DINH2013-07-31
|
* Merge pull request #161 from thusfresh/CustomHeadersGravatar Hoà V. DINH2013-07-11
|\ | | | | Allows for custom headers to be set for message builder.
| * Adds NULL check and style cleanupGravatar Ryan Johnson2013-07-11
| | | | | | | | | | | | * Adds check for mExtraHeaders == NULL to all allExtraHeadersNames() * Makes mExtraHeaders == NULL checks more consistent * Cleans up code formatting to be more consistent
* | Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
| |
* | Updated type of MCLogEnabled to int instead of bool.Gravatar Paul Young2013-07-03
| |
* | Updated remaining references to mailcore::logEnabled.Gravatar Paul Young2013-07-02
| |
| * Allows for custom headers to be set in messageGravatar Ryan Johnson2013-06-28
|/ | | | | * Adds setHeaders, addHeader, getHeader to {MCO,MC}MessageHeader * Exposes MCHashMap iterator for more effecient iteration
* Fix for MCMessageBuilder copy constructorGravatar Ryan Johnson2013-06-24
| | | | Fix for HTML body being overwritten with text body.
* Fixed tests on iOSGravatar Hoa V. DINH2013-05-04
|
* Proper C++ singletonsGravatar CodaFi2013-05-01
|
* Providers APIGravatar CodaFi2013-04-28
|
* added methods to decode data as stringsGravatar Ken Grigsby2013-04-19
|
* Implemented Address::RFC822StringForAddresses and ↵Gravatar Ken Grigsby2013-04-19
| | | | Address::nonEncodedRFC822StringForAddresses and ObjC counterparts
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* Build for iOS.Gravatar Hoa V. DINH2013-03-29