aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract
Commit message (Collapse)AuthorAge
...
* Fix undefined ErrorNoopGravatar CodaFi2013-09-24
|
* Remove unused variablesGravatar Yuk Lai Suen2013-09-09
|
* Improved Content-Description support and fixed crash (Fixed #350)Gravatar Hoa V. Dinh2013-09-03
|
* add Content-Description to attachmentGravatar Tae Won Ha2013-09-01
| | | | - using contentDescription->encodedMIMEHeaderValue()->bytes() for mailmime_fields_new_with_data()
* Fixed crash when message does not contain sender or recipientGravatar Hoa V. DINH2013-08-30
|
* Removed public method setDelimiterGravatar Hoa V. DINH2013-08-18
|
* Fixed several warningsGravatar Hoa V. DINH2013-08-17
|
* Fixed build (for Cocoapods)Gravatar Hoa V. Dinh2013-08-12
|
* Added capability for X-GM-EXT-1 (Gmail)Gravatar Hoa V. DINH2013-08-12
|
* Reindented MCMessageHeader.ccGravatar Hoa V. DINH2013-08-04
|
* Fixed #269: fixed crash in forwardHeader() and replyHeader()Gravatar Hoa V. DINH2013-08-04
|
* Serialization of IMAP data. Implemented base64.Gravatar Hoa V. DINH2013-07-31
|
* Fixed #233: fixed headers import from libetpan to mailcore data structures ↵Gravatar Hoa V. Dinh2013-07-26
| | | | regression.
* 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()
* Remove case of Comment and Keyword headers.Gravatar 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.
* | Fixed missing constantGravatar CodaFi2013-07-20
| |
| * Fixes for PR feedbackGravatar Ryan Johnson2013-07-18
| | | | | | | | | | | | * created separated fetchWithExtraHeaders methods, restored previous API * removed log * adding comments
* | 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 build issue.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
| * | Fixed copy() of parts and messagesGravatar Hoa V. DINH2013-07-08
|/ /
| * Whitespace cleanupGravatar Ryan Johnson2013-07-03
| |
| * Fixes for PR feedbackGravatar Ryan Johnson2013-07-01
| | | | | | | | | | | | | | * Reverts MCHashMap changes, uses mc_foreachdictionaryKeyAndValue * Adds getter for mExtraHeaders to MessageHeader * Adds removeHeader * Tweaks method names
* | Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
| |
| * Allows for custom headers to be set in messageGravatar Ryan Johnson2013-06-28
|/ | | | | * Adds setHeaders, addHeader, getHeader to {MCO,MC}MessageHeader * Exposes MCHashMap iterator for more effecient iteration
* Re-add IMAPMessagesRequestKindGmailMessageIDGravatar CodaFi2013-06-23
|
* Fixed threadID typesGravatar CodaFi2013-06-23
|
* Fixed build error.Gravatar Hoa V. DINH2013-06-21
|
* Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
|
* Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
|
* Remove unnecessary calls to to()->count() and cc()->count()Gravatar Ken Grigsby2013-06-20
|
* Added more checks for NULL fields in recipientWithReplyAllGravatar Ken Grigsby2013-06-20
|
* Fix crash in recipientWithReplyAll when mCc is NULLGravatar Ken Grigsby2013-06-20
|
* Merge pull request #45 from kgrigsby59/masterGravatar DINH Viêt Hoà2013-05-08
|\ | | | | Fix typo
| * fix typoGravatar Ken Grigsby2013-05-08
| |
* | Implemented collection of attachmentsGravatar Hoa V. DINH2013-05-05
| |
* | consistent uniqueID for MIME partsGravatar Hoa V. DINH2013-05-04
|/
* Added checks for NULL values when creating reply/forward headersGravatar Ken Grigsby2013-04-22
|
* Added check for text/htmlGravatar Ken Grigsby2013-04-19
|
* added methods to decode data as stringsGravatar Ken Grigsby2013-04-19
|
* Implemented Address::RFC822StringForAddresses and ↵Gravatar Ken Grigsby2013-04-19
| | | | Address::nonEncodedRFC822StringForAddresses and ObjC counterparts