Skip to content

feat: Add the ability to parse Outlook style reply

Abhilash Raj requested to merge maxking/hyperkitty:parse-outlook-reply into master

This makes it such that outlook style replies/forwards can be parsed and put inside the "blockquote" like we do for traditional email style blockquote.

The current implementation does work but it doesn't parse the text inside the content of the outlook reply for further levels of quotes or any other rules since we don't have a way to do that with plugins atm.

Merge request reports