aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.
* moved MCOOperation to src/objc/utilsGravatar DINH Viet Hoa2013-03-22
|
* Renamed IMAP operations to include IMAP in the name. Fixed tests to match ↵Gravatar DINH Viet Hoa2013-03-22
| | | | the new API.
* Implemented Objective-C wrapper for core/abstractGravatar DINH Viet Hoa2013-03-22
|
* MessageHeader: fixed copy, ObjC wrappers for Address and MessageHeaderGravatar DINH Viet Hoa2013-03-11
|
* now uses IndexSet for message uids and numbersGravatar DINH Viet Hoa2013-03-10
|
* Implemented QRESYNC. Implemented IndexSet. Implemented CAPABILITY.Gravatar DINH Viet Hoa2013-03-07
|
* Fixed to match latest libetpan build systemGravatar DINH Viet Hoa2013-03-03
|
* Fixed a warningGravatar DINH Viet Hoa2013-03-03
|
* Add <stdlib.h> for malloc() and free() declarations.Gravatar Scott Herscher2013-02-10
|
* Removed some unnecesary build settings.Gravatar DINH Viet Hoa2013-02-05
|
* Use libc++ instead of GNU stdc++.Gravatar DINH Viet Hoa2013-02-05
|
* Removed MCOObjectWrapper. Increase reference count of operation in progress.Gravatar DINH Viet Hoa2013-02-05
|
* VoIPEnabled property has a getter isVoIPEnabled.Gravatar DINH Viet Hoa2013-02-04
|
* Simplified MCOIMAPSession.mm integration with C++.Gravatar DINH Viet Hoa2013-02-04
|
* Removed extra retains.Gravatar DINH Viet Hoa2013-02-04
|
* Fixed loop.Gravatar DINH Viet Hoa2013-02-04
|
* Improved header documentation.Gravatar DINH Viet Hoa2013-02-04
|
* Fixed a crasher.Gravatar DINH Viet Hoa2013-02-04
|
* fixed testGravatar DINH Viet Hoa2013-02-04
|
* Revert "Change pthread usage in MCOperationQueue to use std::mutex/std::thread"Gravatar DINH Viet Hoa2013-02-04
| | | | This reverts commit 54b038df296c4bb85bcd1a586f7c90c4c76d09e0.
* Implemented HTML cleaner string->cleanedHTMLString(). Fixed crash in ↵Gravatar DINH Viet Hoa2013-02-04
| | | | flattenHTML().
* Merge branch 'master' of github.com:MailCore/mailcore2Gravatar Scott Herscher2013-02-03
|\
* | Change pthread usage in MCOperationQueue to use std::mutex/std::threadGravatar Scott Herscher2013-02-03
| |
| * Added example of HTML renderer.Gravatar DINH Viet Hoa2013-02-02
| |
| * Added public headerGravatar DINH Viet Hoa2013-02-02
| |
| * added C++ guardsGravatar DINH Viet Hoa2013-02-02
| |
| * added header guardsGravatar DINH Viet Hoa2013-02-02
| |
| * Only make MCHTMLRendererCallback public.Gravatar DINH Viet Hoa2013-02-02
| |
| * Default value for HTML callbacksGravatar DINH Viet Hoa2013-02-02
| |
| * Fixed default template.Gravatar DINH Viet Hoa2013-02-02
| |
| * Fail properly when template is invalid.Gravatar DINH Viet Hoa2013-02-02
| |
| * Fixed size formatting.Gravatar DINH Viet Hoa2013-02-02
| |
| * Implemented HTML rendering of messagesGravatar DINH Viet Hoa2013-02-02
| |
| * removed MCAsyncIMAP.h from MCCore.hGravatar DINH Viet Hoa2013-02-02
| |
| * changed name of function to testObjC()Gravatar DINH Viet Hoa2013-02-02
| |
| * Fixed include.Gravatar DINH Viet Hoa2013-02-02
| |
| * Initializer uniqueID() for part.Gravatar DINH Viet Hoa2013-02-01
| |
| * Build script for CTemplateGravatar DINH Viet Hoa2013-02-01
| |
| * Implemented conversion methods from Objective-C objects to MailCore basetypesGravatar DINH Viet Hoa2013-02-01
| |
| * Cleanup: removed commented className() methodsGravatar DINH Viet Hoa2013-02-01
| |
| * fixed crash in String::replaceOccurrencesOfString()Gravatar DINH Viet Hoa2013-02-01
|/
* Changed the API around to reflect when Hoa and I decided on for asyncGravatar Matt Ronge2013-02-01
|
* Forgot a fileGravatar Matt Ronge2013-02-01
|
* Implemented fetch folders in Obj-C wrapperGravatar Matt Ronge2013-02-01
|
* Was trying to login before creating a connection in ↵Gravatar Matt Ronge2013-01-31
| | | | IMAPCheckAccountOperation, which was causing a crash
* Reming some obj-c files that aren't usedGravatar Matt Ronge2013-01-31
|
* Start of an Obj-C async APIGravatar Matt Ronge2013-01-31
|