aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed Xcode 4.6 compatibilityGravatar Hoa V. DINH2013-07-11
|
* Fixed warning.Gravatar Hoa V. DINH2013-07-11
|
* Removed non-useful include.Gravatar Hoa V. DINH2013-07-11
|
* Merge pull request #155 from paulyoung/message-rendering-with-sessionGravatar Hoà V. DINH2013-07-11
|\ | | | | Simple message rendering methods on IMAP.
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
| |\ | |/ |/| | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
| * Cnsolidated calls to release message ivar.Gravatar Paul Young2013-07-11
| |
* | Added comments to custom header APIGravatar Hoa V. DINH2013-07-11
| |
* | Merge pull request #161 from thusfresh/CustomHeadersGravatar Hoà V. DINH2013-07-11
|\ \ | | | | | | Allows for custom headers to be set for message builder.
| | * Retaining message ivar.Gravatar Paul Young2013-07-11
| | |
| | * Added missing call to set message on rendering operation.Gravatar Paul Young2013-07-11
| | |
| | * Added missing import.Gravatar Paul Young2013-07-11
| | |
| | * Added file to build targets.Gravatar Paul Young2013-07-11
| | |
| * | 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 missing include.Gravatar Paul Young2013-07-11
| | |
* | | Fixed headers symbolic link when building OSX frameworkGravatar Hoa V. DINH2013-07-10
| | |
* | | Improved build script for OSX framework.Gravatar Hoa V. DINH2013-07-10
| | |
* | | Fixed public headersGravatar Hoa V. DINH2013-07-10
| | |
| | * Added MCMessageConstantsPrivate.hGravatar Paul Young2013-07-10
| | | | | | | | | | | | * Moved IMAPMessageRenderingType.
| | * Fixing types when instantiating operations.Gravatar Paul Young2013-07-10
| | | | | | | | | | | | | | | * Initializing operations as pointers to core types. * Converting messages to core types.
| | * Converting mailcore::String to NSString.Gravatar Paul Young2013-07-10
| | |
| | * Added public rendering methods to IMAP.AsyncSessionGravatar Paul Young2013-07-10
| | | | | | | | | | | | | | | * Public methods call methods in IMAPAsyncConnection. * Removed unnecessary private method.
* | | Fixed #187: Obj-C searchAnd will use the correct C++ APIGravatar Hoa V. DINH2013-07-10
| | |
| | * Added missing include.Gravatar Paul Young2013-07-10
| | |
| | * Added forward declaration for IMAPMessage.Gravatar Paul Young2013-07-10
| | |
* | | Improved C++ correctnessGravatar Hoa V. DINH2013-07-10
| | |
* | | Fixed script phase: include/mailcore -> include/MailCoreGravatar Hoa V. DINH2013-07-10
| | |
| | * Updated documentation.Gravatar Paul Young2013-07-10
| | |
| | * Removed simple rendering methods from MCOIMAPMessage.Gravatar Paul Young2013-07-10
| | | | | | | | | | | | | | | * This is to address concerns with not being able to cancel the asynchronous operations behind them.
| * | Fixes for PR feedbackGravatar Ryan Johnson2013-07-10
| | | | | | | | | | | | | | | | | | * headerForName -> headerValueForName * setExtraHeaders made private, removed extraHeaders * added removeHeaderForName
* | | MCLibetpan.cpp -> MCLibetpan.ccGravatar Hoa V. DINH2013-07-09
| | |
* | | Fixed ctemplate build for iOS. Fixed ICU build.Gravatar Hoa V. DINH2013-07-08
| | |
* | | Fixed Mac OAuth 2.0 exampleGravatar Hoa V. DINH2013-07-08
| | |
* | | Added OAuth 2.0 support to examplesGravatar Hoa V. DINH2013-07-08
| | |
* | | Merge pull request #114 from CodaFi/NSCoding-NSCopyingGravatar DINH Viêt Hoà2013-07-08
|\ \ \ | | | | | | | | NSCopying for MCOAbstractPart, MCOAbstractMessage and MCONetService
| * | | Patch copyGravatar CodaFi2013-07-08
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-07-08
| |\ \ \ | |/ / / |/| | |
* | | | Fixed copy() of parts and messagesGravatar Hoa V. DINH2013-07-08
| | | |
| | | * Added simple rendering methods on Objective-C side.Gravatar Paul Young2013-07-08
| | | |
| | | * Added simpler public rendering methods.Gravatar Paul Young2013-07-08
| | | |
| | | * Updated error handling.Gravatar Paul Young2013-07-08
| | | |
| | | * Passing result when the operation completes successfully.Gravatar Paul Young2013-07-08
| | | |
| | | * Passing nil when the operation completed successfully.Gravatar Paul Young2013-07-08
| | | |
* | | | Fixed crash in MCOIMAPFetchFoldersOperation (Fixed #179)Gravatar Hoa V. DINH2013-07-07
| | | |
| | | * Fixed example in documentation.Gravatar Paul Young2013-07-07
| | | |
| | | * Fixed rendering operation method calls.Gravatar Paul Young2013-07-07
| | | |
| | | * WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
| | | |
* | | | Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
| | | |
| | | * Added error checking.Gravatar Paul Young2013-07-06
| | | | | | | | | | | | | | | | * Made pError a pointer to ErrorCode.
| | | * Fixed method signature for constructor.Gravatar Paul Young2013-07-06
| | | |
| | | * Revert "Added simple rendering methods for IMAP message at C++ API level."Gravatar Paul Young2013-07-06
| | | | | | | | | | | | | | | | This reverts commit f04a1b069a075a18c6dbaf5a06fd1f8e4067d23c.