From d82c5b6336ff827147701aa0674bcce2830cc1d6 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Mon, 14 Mar 2011 15:15:26 +0000
Subject: [PATCH] Update the HMEF status pages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1081417 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/hmef/index.xml | 7 +------
src/documentation/content/xdocs/status.xml | 1 +
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/documentation/content/xdocs/hmef/index.xml b/src/documentation/content/xdocs/hmef/index.xml
index 69d0cd1421..adf1624252 100644
--- a/src/documentation/content/xdocs/hmef/index.xml
+++ b/src/documentation/content/xdocs/hmef/index.xml
@@ -135,8 +135,7 @@ public void extract(String winmailFilename, String directoryName) throws Excepti
interest to call:
- getBody() - returns a String containing the RTF
- contents of the message body.
- Note - see limitations
+ contents of the message body.
- getSubject() - returns the message subject
- getAttachments() - returns the list of
Attachment objects for the message
@@ -199,10 +198,6 @@ for(Attachment attach : msg.getAttachments()) {
HMEF is currently a work-in-progress, and not everything
works yet. The current limitations are:
- - Compressed RTF Message Bodies are not correctly
- decompressed. This means that a call to
- HMEFMessage.getBody() is unlikely to return the
- correct RTF.
- Non-standard MAPI properties from the range 0x8000 to 0x8fff
may not be being quite correctly turned into attributes.
The values show up, but the name and type may not always
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index ea0a8a14da..6aa916b383 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -34,6 +34,7 @@
+ HMEF - New component which supports TNEF (Transport Neutral Encoding Format), aka winmail.dat
50313 - support for getting HWPFDocument fields
50912 - fixed setting named styles to HSSFCells
50779 - fixed RecordFormatException when reading unicode strings with photenic data
--
2.39.5