Ticket #1485327 (closed Bugs: fixed)
No Smart Tags support in washtml
| Reported by: | smultron | Owned by: | |
|---|---|---|---|
| Priority: | 6 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | outlook |
| Cc: |
Description
When viewing HTML emails sent from Outlook, the street-addresses (typically in the sender's signature) becomes garbled and missing chunks of information. However, if you reply or forward to the message, the information is displayed correctly (while composing the reply plain-text mode). For example:
Viewing HTML email:
Jane Doe Sample Assistant M & Associates 111 , 12th Fl Phone: 111-222-3333 Fax: 111-222-4444
Fw or Re in plaintext (correct info):
Jane Doe Sample Assistant M & Associates 111 Fifth Ave, 12th Fl Place City, NY 10017 Phone: 111-222-3333 Fax: 111-222-4444
Here is the relevant part of a header from such an email (let me know if more is needed):
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_003C_01C90F4C.CD015EC0"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
thread-index: AckO0Sb1F7cs2h++TB+PWLDNUIxJDgApYVzg
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350
Message-Id: <20080905164455.4B0CD33017C4@luna.benchmarkresearch.net>
This is a multi-part message in MIME format.
------=_NextPart_000_003C_01C90F4C.CD015EC0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
It also inserts double spaces between each line in HTML view, too, which can be annoying.
Since the plain-text shows the information correctly, it seems like this has something to do with the HTML parser in RC + Outlook?
