aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/renderer
Commit message (Collapse)AuthorAge
* Fix calendar attachment appearing twice in the HTML output (#1690)Gravatar Arek Holko2017-11-20
|
* Return NULL instead of crashing when mainPart is missingGravatar Hoa V. DINH2016-05-02
|
* Added partID to RFC 822 messages, provided a way to retrieve data for ↵Gravatar Hoa V. DINH2016-05-01
| | | | serialized MessageParser
* Memory usage tweaksGravatar Hoa V. DINH2016-02-22
|
* Fixed thread safetyGravatar Hoa V. DINH2016-02-14
|
* Fixed unit tests accordinglyGravatar Hoa V. DINH2016-01-29
|
* Sanitize display nameGravatar Hoa V. DINH2016-01-29
|
* Also apply filter to text partGravatar Hoa V. DINH2015-06-21
|
* Removed assertionGravatar Hoa V. DINH2015-06-07
|
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
|
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* 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
|
* Tweaked template for attachmentsGravatar Hoa V. DINH2014-11-04
|
* Removed ICU dependency from MCDateFormatterGravatar Hoa V. DINH2014-10-21
|
* Fixed date formatter, CoreFoundation formatGravatar Hoa V. DINH2014-09-11
|
* Added clean html method to rendeder delegateGravatar Viktor Gedzenko2014-08-12
|
* Fixed behavior of htmlForAbstractMultipartAlternative()Gravatar Hoa V. DINH2014-08-06
|
* Merge remote-tracking branch 'upstream/master'Gravatar Maksim Bauer2014-08-01
|\ | | | | | | | | Conflicts: src/objc/abstract/MCOAbstractPart.h
| * Fixed #792: show calendar invitation properly when it's sent by exchangeGravatar Hoa V. DINH2014-07-29
| |
* | Recognize multipart/signed content typeGravatar Maksim Bauer2014-07-25
|/
* Made very short display string even shorterGravatar Hoa V. DINH2014-04-15
|
* Fixed crashGravatar Hoa V. DINH2014-03-18
|
* Fixed crash when getting list of attachmentsGravatar Hoa V. DINH2014-03-18
|
* Cleanup of requiredParts() per Hoa's suggestionsGravatar Matt Ronge2014-03-17
|
* Moved implementation of requiredPartsForRenderingGravatar Matt Ronge2014-03-14
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Fixed part size in default rendering (fixed #595)Gravatar Hoa V. DINH2014-02-18
|
* Render text as HTMLGravatar Hoa V. DINH2014-02-05
|
* Revert "Use ICU of the system (fixed #533)"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af.
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Add required virtual destructors.Gravatar Robert Widmann2013-12-29
|
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Fixed #230: fixed AbstractMessagePart::partForUniqueID() and case when all ↵Gravatar Hoa V. DINH2013-07-22
| | | | required data have not been retrieved yet htmlForAbstractMessagePart()
* Fixed method signature for constructor.Gravatar Paul Young2013-07-06
|
* 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.
* Removed duplicated HTML body renderer template callback.Gravatar Paul Young2013-07-06
|
* Added HTMLRendererIMAPDataCallback.Gravatar Paul Young2013-07-06
|
* Renamed file to match class name.Gravatar Paul Young2013-07-06
| | | | * Updated includes.
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-06
|\ | | | | | | message-rendering-with-session
| * Added simple rendering methods for RFC822 message at C++ API levelGravatar Hoa V. DINH2013-07-05
| |
* | Removed MessageRendererHelper class.Gravatar Paul Young2013-07-04
| | | | | | | | * Added ivars and assigned message rendering callbacks in IMAPSession.
* | Made HTMLBodyRendererTemplateCallback a subclass of Object.Gravatar Paul Young2013-07-04
| | | | | | | | This provides "reference counting for free".
* | Fixed memory leaks.Gravatar Paul Young2013-07-02
| | | | | | | | | | | | * Allocating in constructor and assigning to ivars. * Returning ivars in methods. * Releasing ivars in destructor.
* | Moved HTMLBodyRendererTemplateCallback class to its own file.Gravatar Paul Young2013-07-02
| |
* | Removed htmlCallback().Gravatar Paul Young2013-07-02
| |
* | Fixed return type for htmlBodyCallback().Gravatar Paul Young2013-07-02
| |