mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-11-12 15:39:46 +00:00
103441: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103246: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
103035: Merged NESS/4.2.N-2015_03_12 (4.2.5) to V4.2-BUG-FIX (4.2.5)
102240: MNT-13531: EMLTransformer ignoring multipart emails
- used htmlparser to extract text from html mail part
- added test to check if html special chars appear in transformation result
102375: MNT-13531: EMLTransformer ignoring multipart emails
- use plain/text representation if present, prior to html representation on multipart/alternative parts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103625 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
29 lines
879 B
Plaintext
29 lines
879 B
Plaintext
MIME-Version: 1.0
|
|
Received: by 10.000.0.000 with HTTP; Thu, 16 Aug 2012 08:13:29 -0700 (PDT)
|
|
Date: Thu, 16 Aug 2012 16:13:29 +0100
|
|
Delivered-To: jane.doe@alfresco.com
|
|
Message-ID: <CAL0uq1f9vPczLRinL3xB5U_oSSd5U0ob=408nBgosCY0OVFyBw@mail.alfresco.com>
|
|
Subject: Attachment test
|
|
From: <john.doe@alfresco.com>
|
|
To: <jane.doe@alfresco.com>
|
|
Content-Type: multipart/alternative;
|
|
boundary="----=_NextPart_000_0005_01D06C6A.DBA98EC0"
|
|
|
|
This is a multipart message in MIME format.
|
|
|
|
------=_NextPart_000_0005_01D06C6A.DBA98EC0
|
|
Content-Type: text/plain;
|
|
charset="utf-8"
|
|
Content-Transfer-Encoding: 7bit
|
|
|
|
html special characters
|
|
|
|
------=_NextPart_000_0005_01D06C6A.DBA98EC0
|
|
Content-Type: text/html;
|
|
charset="utf-8"
|
|
Content-Transfer-Encoding: quoted-printable
|
|
|
|
<div dir=3D"ltr">html special characters</div>
|
|
|
|
------=_NextPart_000_0005_01D06C6A.DBA98EC0--
|