aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822
Commit message (Collapse)AuthorAge
* Fallback if file doesn't existGravatar Hoa V. DINH2016-07-10
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Added partID to RFC 822 messages, provided a way to retrieve data for ↵Gravatar Hoa V. DINH2016-05-01
| | | | serialized MessageParser
* Add method for building message rfc822 body directly to file.Gravatar Dmitry Isaikin2016-02-09
|
* improved mime typesGravatar Hoa V. DINH2015-06-21
|
* Improve serialization of messagesGravatar Hoa V. DINH2015-03-27
|
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* Fixed #1031: don't add 'name' and 'charset' fields to content type ↵Gravatar Hoa V. DINH2015-01-22
| | | | parameters because they're already at top-level
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Fixed win32 exportsGravatar Hoa V. DINH2014-11-22
|
* added exportGravatar Hoa V. DINH2014-11-22
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Fixed crash, additional memory usage optimizationGravatar Hoa V. DINH2014-10-24
|
* Memory usage optimizationGravatar Hoa V. DINH2014-10-24
|
* Implement unit tests for message builder and message parsersGravatar Hoa V. DINH2014-10-21
|
* Fixed #887: refactored to make use of stripWhitespaceGravatar Hoa V. DINH2014-10-07
|
* Keep boundaries across RFC822 message generation (fixed #597)Gravatar Hoa V. DINH2014-10-06
|
* Provided helpers for OpenPGP encryption and signatureGravatar Hoa V. DINH2014-09-23
|
* Generate message data for signature or encryption (never use 7bit or 8bit ↵Gravatar Hoa V. DINH2014-09-22
| | | | encoding)
* Simplified extra headers implementation and content-types parametersGravatar Hoa V. DINH2014-09-22
|
* Merge pull request #814 from foxinushka/feature/attachment-extra-parametersGravatar Hoà V. DINH2014-08-02
|\ | | | | Added extra parameters to attachment
| * Renamed 'extra parameters' of MCAttachment to 'content type parameters'Gravatar Viktor Gedzenko2014-08-02
| |
| * Added extra parameters to attachmentGravatar Viktor Gedzenko2014-07-31
| |
* | Recognize multipart/signed content typeGravatar Maksim Bauer2014-07-25
|/
* Fixed #689: fixed parser in case it's starting with mbox delimiterGravatar Hoa V. DINH2014-07-15
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Fixed #260: added ability to render a message without stripping spacesGravatar Hoa V. DINH2013-11-13
|
* Fixed #454: fixed parsing of headersGravatar Hoa V. DINH2013-11-13
|
* 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()
* Added an Obj-C method to create a file attachment with in-memory data.Gravatar Hoa V. DINH2013-07-22
|
* 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.
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
| * Fixed copy() of parts and messagesGravatar Hoa V. DINH2013-07-08
| |
* | Removed duplicated HTML body renderer template callback.Gravatar Paul Young2013-07-06
|/
* Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
|
* Fix for MCMessageBuilder copy constructorGravatar Ryan Johnson2013-06-24
| | | | Fix for HTML body being overwritten with text body.
* Improved headers documentation. Fixed #109.Gravatar Hoa V. DINH2013-06-21
|
* Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
|
* Implemented collection of attachmentsGravatar Hoa V. DINH2013-05-05
|
* consistent uniqueID for MIME partsGravatar Hoa V. DINH2013-05-04
|
* added methods to decode data as stringsGravatar Ken Grigsby2013-04-19
|
* Various fixes.Gravatar Hoa V. DINH2013-04-15
|
* Cleanup.Gravatar Hoa V. DINH2013-04-10
|
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
|
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* Progress for ObjC IMAP operationsGravatar Hoa V. DINH2013-03-26
|
* Simplified implementation of ObjC setter/getter by using a common ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.