History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UBCWEBMAIL-82
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nick Bolton
Reporter: Benito J. Gonzalez
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
UBC Webmail

HTML Email from MS Outlook 2003 Does Not Render Correctly

Created: 21/Sep/07 01:56 AM   Updated: 07/Dec/07 05:21 PM
Component/s: None
Affects Version/s: 3.2
Fix Version/s: 4.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Solaris on an Intel Architecture. Webmail modified to prefer HTML over Plain Text


 Description  « Hide
The custom Microsoft namespaces embedded in the HTML of their mail messages is not recognized by jtidy. This then causes an exception. The logic for handling malformed HTML seems to force an ISO charset and then tries tidy again. This does not help with these messages. The 'catch' clause triggered then wraps the markup in CDATA.

Some possible resolutions are to replace tidy with tag soup or similar package that is better maintained. Another approach is to add a 'hook' to add some custom filtering.



 All   Comments   Work Log   Change History      Sort Order:
Nick Bolton [07/Dec/07 05:20 PM]
Tidy was replaced with Tagsoup