[
http://jira.magnolia-cms.com/browse/MGNLFORUM-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grégory Joseph updated MGNLFORUM-146:
-------------------------------------
Description:
Some email clients seem to insist on sending html-only emails (Thunderbird,
Lotus Domino, ...) - so we should probably consider supporting those too.
Here's a possible solution: jtidy+xslt->markdown
http://stackoverflow.com/questions/59557/html-to-markdown-with-java/178278#178278
http://stackoverflow.com/questions/59557/html-to-markdown-with-java
http://stackoverflow.com/questions/4071370/is-there-a-decent-customisable-html-to-markdown-java-api
Tika is also capable of extracting plain text out of html very easily
({{arseUtils.getStringContent(part.getInputStream(),
TikaConfig.getDefaultConfig(), "text/html");}}), but we'd loose any
markup/formatting.
was:
Some email clients seem to insist on sending html-only emails (Thunderbird,
Lotus Domino, ...) - so we should probably consider supporting those too.
Here's a possible solution: jtidy+xslt->markdown
http://stackoverflow.com/questions/59557/html-to-markdown-with-java/178278#178278
> Support html-only emails
> ------------------------
>
> Key: MGNLFORUM-146
> URL: http://jira.magnolia-cms.com/browse/MGNLFORUM-146
> Project: Magnolia Forum Module
> Issue Type: Sub-task
> Security Level: Public
> Reporter: Grégory Joseph
> Assignee: Grégory Joseph
> Fix For: 2.0
>
>
> Some email clients seem to insist on sending html-only emails (Thunderbird,
> Lotus Domino, ...) - so we should probably consider supporting those too.
> Here's a possible solution: jtidy+xslt->markdown
>
> http://stackoverflow.com/questions/59557/html-to-markdown-with-java/178278#178278
> http://stackoverflow.com/questions/59557/html-to-markdown-with-java
>
> http://stackoverflow.com/questions/4071370/is-there-a-decent-customisable-html-to-markdown-java-api
> Tika is also capable of extracting plain text out of html very easily
> ({{arseUtils.getStringContent(part.getInputStream(),
> TikaConfig.getDefaultConfig(), "text/html");}}), but we'd loose any
> markup/formatting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------