diff options
author | Nick Burch <nick@apache.org> | 2011-01-13 13:56:02 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2011-01-13 13:56:02 +0000 |
commit | c07c194b5e894aa54439135da925f2d671661643 (patch) | |
tree | f54feffc0371b07cea4d292a402128912961279d | |
parent | ddc737457b57b0188b441af5c6c1b717b05002d2 (diff) | |
download | poi-c07c194b5e894aa54439135da925f2d671661643.tar.gz poi-c07c194b5e894aa54439135da925f2d671661643.zip |
Update the HMEF page with the latest status of the code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1058557 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/hmef/index.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/hmef/index.xml b/src/documentation/content/xdocs/hmef/index.xml index 95ad884609..99a3c92298 100644 --- a/src/documentation/content/xdocs/hmef/index.xml +++ b/src/documentation/content/xdocs/hmef/index.xml @@ -36,9 +36,11 @@ TNEF (Transport Neurtral Encoding Format), aka winmail.dat, which is used by Outlook and Exchange in some situations.</p> <p>Currently, HMEF provides a low-level, read-only api for - accessing core TNEF attributes. Embedded MAPI attributes - are not yet processed, and attachments are not properly - handled either.</p> + accessing core TNEF attributes. It is able to provide access + to both TNEF and MAPI attributes, and low level access to + attachments. Compressed RTF is not yet fully supported, and + user-facing access to common attributes and attachment contents + is not yet present.</p> <p>HMEF is currently very much a work-in-progress, and we hope to add a text extractor and attachment extractor in the not too distant future.</p> |