You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2011/04/01 17:05:07 UTC

[jira] [Created] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
---------------------------------------------------------------------------------------------

                 Key: TIKA-631
                 URL: https://issues.apache.org/jira/browse/TIKA-631
             Project: Tika
          Issue Type: Improvement
          Components: parser
    Affects Versions: 0.9
            Reporter: Nick Burch
            Assignee: Nick Burch


There are two areas in the outlook parsing that could use some enhancement:
 * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
 * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one

Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch updated TIKA-631:
----------------------------

    Attachment: OutlookRTFStub.patch

The attached patch OutlookRTFStub.patch requires POI 3.8 beta 2, and fetches the RTF message body. It isn't used though, pending TIKA-632

> Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
> ---------------------------------------------------------------------------------------------
>
>                 Key: TIKA-631
>                 URL: https://issues.apache.org/jira/browse/TIKA-631
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: OutlookRTFStub.patch
>
>
> There are two areas in the outlook parsing that could use some enhancement:
>  * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
>  * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one
> Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch updated TIKA-631:
----------------------------

    Attachment: OutlookHtmlRtf_beta3.diff

Updated patch including TIKA-656 fix

> Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
> ---------------------------------------------------------------------------------------------
>
>                 Key: TIKA-631
>                 URL: https://issues.apache.org/jira/browse/TIKA-631
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: OutlookHtmlRtf.patch, OutlookHtmlRtf_beta3.diff, OutlookHtmlRtf_beta3.diff, OutlookRTFStub.patch
>
>
> There are two areas in the outlook parsing that could use some enhancement:
>  * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
>  * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one
> Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch updated TIKA-631:
----------------------------

    Attachment: OutlookHtmlRtf.patch

OutlookHtmlRtf.patch requires POI 3.8 beta 3, but enables the use of the HTML part in preference to the plain text one

One thing though - is there a trick to only have the body part of the nested html output when delegating to the Html Parser part way through?

> Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
> ---------------------------------------------------------------------------------------------
>
>                 Key: TIKA-631
>                 URL: https://issues.apache.org/jira/browse/TIKA-631
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: OutlookHtmlRtf.patch, OutlookRTFStub.patch
>
>
> There are two areas in the outlook parsing that could use some enhancement:
>  * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
>  * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one
> Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch updated TIKA-631:
----------------------------

    Attachment: OutlookHtmlRtf_beta3.diff

Work again 3.8 beta 2 applied in r1091042. Updated patch for POI 3.8 beta 3

> Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
> ---------------------------------------------------------------------------------------------
>
>                 Key: TIKA-631
>                 URL: https://issues.apache.org/jira/browse/TIKA-631
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>         Attachments: OutlookHtmlRtf.patch, OutlookHtmlRtf_beta3.diff, OutlookRTFStub.patch
>
>
> There are two areas in the outlook parsing that could use some enhancement:
>  * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
>  * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one
> Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TIKA-631) Improve handling of Outlook emails which contain html, and those with non-unicode text bodies

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch resolved TIKA-631.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

POI version bumped to 3.8 beta 3, and patch applied in r1133380.

> Improve handling of Outlook emails which contain html, and those with non-unicode text bodies
> ---------------------------------------------------------------------------------------------
>
>                 Key: TIKA-631
>                 URL: https://issues.apache.org/jira/browse/TIKA-631
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.9
>            Reporter: Nick Burch
>            Assignee: Nick Burch
>             Fix For: 1.0
>
>         Attachments: OutlookHtmlRtf.patch, OutlookHtmlRtf_beta3.diff, OutlookHtmlRtf_beta3.diff, OutlookRTFStub.patch
>
>
> There are two areas in the outlook parsing that could use some enhancement:
>  * If the text content is stored as non unicode strings, we should try to have the right encoding used for this
>  * If the email contains a html or rtf version of the message body, we should prefer this over the plain text one
> Note - some of these enhancements may need to wait for POI 3.8 beta 3

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira