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
This commit is contained in:
Nick Burch 2011-01-13 13:56:02 +00:00
parent 89df31493c
commit e71b2d533d
1 changed files with 5 additions and 3 deletions

View File

@ -36,9 +36,11 @@
TNEF (Transport Neurtral Encoding Format), aka winmail.dat, TNEF (Transport Neurtral Encoding Format), aka winmail.dat,
which is used by Outlook and Exchange in some situations.</p> which is used by Outlook and Exchange in some situations.</p>
<p>Currently, HMEF provides a low-level, read-only api for <p>Currently, HMEF provides a low-level, read-only api for
accessing core TNEF attributes. Embedded MAPI attributes accessing core TNEF attributes. It is able to provide access
are not yet processed, and attachments are not properly to both TNEF and MAPI attributes, and low level access to
handled either.</p> 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 <p>HMEF is currently very much a work-in-progress, and we hope
to add a text extractor and attachment extractor in the not to add a text extractor and attachment extractor in the not
too distant future.</p> too distant future.</p>