aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Workaround certificate issueGravatar Hoa V. DINH2013-07-29
|
* revert change in MCIMAPSession.ccGravatar Hoa V. Dinh2013-07-26
|
* Fixed #233: fixed headers import from libetpan to mailcore data structures ↵Gravatar Hoa V. Dinh2013-07-26
| | | | regression.
* Check certificate is implemented for Mac/iOS (Fixed #152)Gravatar Hoa V. DINH2013-07-26
|
* Fixed log for deallocGravatar Hoa V. Dinh2013-07-25
|
* Fixed memory leaks (fixed #241)Gravatar Hoa V. DINH2013-07-24
|
* Fixed #230: fixed AbstractMessagePart::partForUniqueID() and case when all ↵Gravatar Hoa V. DINH2013-07-22
| | | | required data have not been retrieved yet htmlForAbstractMessagePart()
* Fixed IndexSet::count() implementation.Gravatar Hoa V. DINH2013-07-22
|
* Fixed #227: SMTP OAuth2 can now be used even if the password is not setGravatar Hoa V. Dinh2013-07-22
|
* Added an Obj-C method to create a file attachment with in-memory data.Gravatar Hoa V. DINH2013-07-22
|
* Fixed namespace constantsGravatar Hoa V. DINH2013-07-22
|
* 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 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
* Fixed #194: SMTP detection is now performed with an almost valid address.Gravatar 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.
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
| * Merge pull request #161 from thusfresh/CustomHeadersGravatar Hoà V. DINH2013-07-11
| |\ | | | | | | Allows for custom headers to be set for message builder.
| | * 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 MCMessageConstantsPrivate.hGravatar Paul Young2013-07-10
| | | | | | | | | | | | * Moved IMAPMessageRenderingType.
| | * 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 copy() of parts and messagesGravatar Hoa V. DINH2013-07-08
| | |
* | | Updated error handling.Gravatar Paul Young2013-07-08
| | |
| * | 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.
* | | Assigning error in IMAP session rendering methods.Gravatar Paul Young2013-07-06
| | | | | | | | | | | | * Fixed method signature (ErrorCode is not a pointer).
* | | Moved HTMLRendererIMAPDataCallback to its own file.Gravatar Paul Young2013-07-06
| | | | | | | | | | | | | | | * Added implementation. * Updated include.
* | | Made HTMLBodyRendererTemplateCallback public again.Gravatar Paul Young2013-07-06
| | | | | | | | | | | | * Removed accidentally.
* | | Passing `&error` parameter to rendering methods.Gravatar Paul Young2013-07-06
| | |
* | | Removed duplicated HTML body renderer template callback.Gravatar Paul Young2013-07-06
| | |
* | | Added simple rendering methods for IMAP message at C++ API level.Gravatar Paul Young2013-07-06
| | |
* | | Added HTMLRendererIMAPDataCallback.Gravatar Paul Young2013-07-06
| | |