aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Enable OAuth2 Capability CheckGravatar CodaFi2013-07-20
|
* Fixed #202: Fixed decoding of modified UTF7Gravatar Hoa V. DINH2013-07-17
|
* Fixed buildGravatar Hoa V. DINH2013-07-16
|
* Don't crash when namespace is emptyGravatar Hoa V. DINH2013-07-16
|
* Fixed MCOIMAPSessionGravatar Hoa V. DINH2013-07-16
|
* Fixed buildGravatar Hoa V. DINH2013-07-16
|
* Fixed #8: When the attachment is a folder, the folder is compressed and the ↵Gravatar Hoa V. DINH2013-07-16
| | | | attachment is the compressed file.
* CMakefile: Detection of UUID, tidy and libxml2Gravatar Hoa V. DINH2013-07-15
|
* Fixed #194: SMTP detection is now performed with an almost valid address.Gravatar Hoa V. DINH2013-07-12
|
* Fixed 171: Updated CMakefile to latest changesGravatar Hoa V. DINH2013-07-12
|
* Fixed build issue.Gravatar Hoa V. DINH2013-07-12
|
* Added a comment about mailstream_cfstream_enabled.Gravatar Hoa V. DINH2013-07-12
|
* Made mailcore::IMAPMessageRenderingOperation public. It made ↵Gravatar Hoa V. DINH2013-07-12
| | | | IMAPMessageRenderingType public too: It's been documented as private type.
* Fixed warning.Gravatar Hoa V. DINH2013-07-11
|
* Removed non-useful include.Gravatar Hoa V. DINH2013-07-11
|
* 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
| | |
| | * 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
| | |
* | | 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
| | |
* | | 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
| | |
| * | 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.