aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* build for libc++Gravatar Hoa V. DINH2014-07-26
|
* Changed build versionGravatar Hoa V. DINH2014-07-26
|
* Merge pull request #807 from gnachman/iOS8AndLibCppGravatar Hoà V. DINH2014-07-26
|\ | | | | Add support for building against iOS 8 SDK. Use libc++ instead of libstdc++.
* \ Merge pull request #810 from bitlogica/masterGravatar Hoà V. DINH2014-07-25
|\ \ | | | | | | use NS_ENUM and NS_OPTIONS
| * | use NS_ENUM and NS_OPTIONSGravatar Adlai Holler2014-07-25
|/ /
| * Merge branch 'master' of https://github.com/MailCore/mailcore2 into ↵Gravatar George Nachman2014-07-24
| |\ | |/ |/| | | iOS8AndLibCpp
| * Add sdk 7.1 and 8 to build-mailcore2-iosGravatar George Nachman2014-07-24
| |
* | Merge pull request #804 from rlaferla/patch-6Gravatar Hoà V. DINH2014-07-22
|\ \ | | | | | | Added entries for Comcast, Verizon and RCN
| * | Added entries for Comcast, Verizon and RCNGravatar Robert La Ferla2014-07-22
|/ /
* | Updated to libetpan 01b3b3b83d2b8651c0279018d4e48061509494ebGravatar Hoa V. DINH2014-07-20
| |
* | Fixed memory leak (fixed #794)Gravatar Hoa V. DINH2014-07-20
| |
* | Fixed some memory leaksGravatar Hoa V. DINH2014-07-20
| |
* | Merge pull request #797 from yuklai/master_sessionSwitchReduceGravatar Hoà V. DINH2014-07-18
|\ \ | | | | | | Reduce chance of session (connection) switch in MCIMAPAsyncSession.cc
* | | Don't install cmake on travisGravatar Hoa V. Dinh2014-07-18
| | |
| * | Revert perf stuffGravatar Yuk Lai Suen2014-07-17
| | |
| * | Reduce chance of session (connection) switch in MCIMAPAsyncSession.ccGravatar Yuk Lai Suen2014-07-17
| | |
| * | Merge from devGravatar Yuk Lai Suen2014-07-17
| |\ \ | |/ / |/| |
* | | Fixed #715: ability to set a date while adding messagesGravatar Hoa V. DINH2014-07-15
| | |
* | | Fixed #689: fixed parser in case it's starting with mbox delimiterGravatar Hoa V. DINH2014-07-15
| | |
* | | Merge pull request #770 from foxinushka/masterGravatar Hoà V. DINH2014-07-15
|\ \ \ | | | | | | | | Fixed DOCTYPE in MCHTMLCleaner
* | | | Updated libetpan to d4929c391042d1b7a98ab577f5514c21da9f7534Gravatar Hoa V. DINH2014-07-15
| | | |
| * | | Reverted "Fixed MessageID property for messages without Message-ID field in ↵Gravatar Viktor Gedzenko2014-07-16
| | | | | | | | | | | | | | | | | | | | | | | | header" This reverts commit 846310cec548559a0fb4037007ca036b5a48abbb.
* | | | Fixed #791: fixed crash when trying to parse an invalid addressGravatar Hoa V. Dinh2014-07-15
| | | |
* | | | Merge pull request #766 from rlaferla/patch-3Gravatar Hoà V. DINH2014-07-15
|\ \ \ \ | | | | | | | | | | Gmail sentmail is "Sent Mail" not "Sent"
* \ \ \ \ Merge pull request #781 from siberianisaev/dispatch_queue_propertyGravatar Hoà V. DINH2014-07-15
|\ \ \ \ \ | | | | | | | | | | | | dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORT
| | | | | * Fix iOS 8 support and use libc++ instead of libstdc++Gravatar George Nachman2014-07-15
| |_|_|_|/ |/| | | |
| | | * | Fixed MCOIMAPCapabilityChildrenGravatar Viktor Gedzenko2014-07-07
| | | | |
| | | * | Fixed IMAPQuotaOperationGravatar Viktor Gedzenko2014-07-07
| | | | |
| | | * | Added mail.ru providerGravatar Viktor Gedzenko2014-07-07
| | | | |
| | | * | Added hotmail & live domains to outlook providerGravatar Viktor Gedzenko2014-07-06
| | | | |
| | | * | Fixed MessageID property for messages without Message-ID field in headerGravatar Viktor Gedzenko2014-07-05
| | | | |
| * | | | dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORTGravatar Andrey Isaev2014-07-03
|/ / / /
* | | | refactored sortedArray()Gravatar Hoa V. DINH2014-06-26
| | | |
| | * | Fixed DOCTYPE in MCHTMLCleanerGravatar Viktor Gedzenko2014-06-24
| |/ / |/| |
| * | Gmail sentmail is "Sent Mail" not "Sent"Gravatar Robert La Ferla2014-06-20
|/ /
* | Fixed #755: fixed build on xcode6 with iOS8 SDKGravatar Hoa V. DINH2014-06-14
| |
* | Updated to libetpan 8f5362931453920803a270c6d35ab82f69a02525Gravatar Hoa V. DINH2014-06-14
| |
* | Merge pull request #738 from CleanShavenApps/mc-masterGravatar Hoà V. DINH2014-06-14
|\ \ | | | | | | Potential fix for crashes caused by NULL value returned when parsing text with japanese encoding
* | | Fixed intersction methodsGravatar Hoa V. DINH2014-06-13
| | |
* | | case insensitive header lookupGravatar Hoa V. DINH2014-06-10
| | |
| * | Merge branch 'fix-for-jap-encoding-crash' into mc-masterGravatar honcheng2014-06-03
|/| |
| * | Fixed crash when stringWithDetectedCharset in MCData returns NULL for ↵Gravatar honcheng2014-06-03
| | | | | | | | | | | | Japanese text encoding.
| | * Add perf traceGravatar Yuk Lai Suen2014-05-30
| |/ |/|
* | Merge pull request #728 from rlaferla/masterGravatar Hoà V. DINH2014-05-28
|\ \ | | | | | | Update MCOAddress.h
| * | Update MCOAddress.hGravatar Robert La Ferla2014-05-28
| | | | | | | | | Corrected example for reference docs.
* | | Added help methods to MCOMessageHeaderGravatar Hoa V. Dinh2014-05-27
| | |
* | | Merge pull request #726 from foxinushka/masterGravatar Hoà V. DINH2014-05-27
|\ \ \ | | | | | | | | Fixed MCString::htmlMessageContent()
| * | | Fixed MCString::htmlMessageContent()Gravatar Viktor Gedzenko2014-05-27
|/ / /
* | | Fixed IndexSet iteratorGravatar Hoa V. DINH2014-05-22
| | |
* | | Travis build for multi-OSGravatar Hoa V. DINH2014-05-18
| | |