diff --git a/src/documentation/content/xdocs/hmef/index.xml b/src/documentation/content/xdocs/hmef/index.xml index 95ad88460..99a3c9229 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.

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.

+ 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.

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.