aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fixed indentation of MCIMAPAsyncSession.hGravatar Hoa V. DINH2013-07-21
|
* Remove case of Comment and Keyword headers.Gravatar Hoa V. DINH2013-07-20
|
* Adds automatically fetch kind when extra headers is non-NULLGravatar Hoa V. DINH2013-07-20
|
* Merge pull request #204 from thusfresh/CustomReceiveHeadersGravatar Hoà V. DINH2013-07-20
|\ | | | | Allows for requesting optional headers when fetching messages.
* \ Merge pull request #220 from CodaFi/x-oauth2-capabilityGravatar Hoà V. DINH2013-07-20
|\ \ | | | | | | Added XOAuth2 Capability.
* | | changing #warnings to TODOGravatar Damien Glancy2013-07-20
| | |
| * | Fixed missing constantGravatar CodaFi2013-07-20
| | |
| * | Enable OAuth2 Capability CheckGravatar CodaFi2013-07-20
| | |
* | | - Removed hardcoded #warnings as mentioned in Issue #215.Gravatar Damien Glancy2013-07-20
|/ / | | | | | | - Opened individual issues for each #warning removal
| * Fixes for PR feedbackGravatar Ryan Johnson2013-07-18
| | | | | | | | | | | | * created separated fetchWithExtraHeaders methods, restored previous API * removed log * adding comments
* | 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.
| * Fix for incorrect date() checkGravatar Ryan Johnson2013-07-16
| |
| * Allows for request custom headers when fetching messagesGravatar Ryan Johnson2013-07-16
|/ | | | | | * Defines new request kind ExtraHeaders * Exposes extraHeaders property on fetch messages operations * Modifies MessageHeader::importIMFFields for handling any headers
* 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
| | | |