From 1ae7d3f8710e91227193c41daea9e0d9098c332d Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Fri, 8 Jan 2010 13:42:17 +0000 Subject: [PATCH] Docs tweaks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897200 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hsmf/index.xml | 18 +++++++++++------- src/documentation/content/xdocs/status.xml | 1 + 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/documentation/content/xdocs/hsmf/index.xml b/src/documentation/content/xdocs/hsmf/index.xml index 3fef9530c..de2c06e49 100644 --- a/src/documentation/content/xdocs/hsmf/index.xml +++ b/src/documentation/content/xdocs/hsmf/index.xml @@ -34,17 +34,21 @@ Overview

HSMF is the POI Project's pure Java implementation of the Outlook MSG format.

-

At this time, it provides simple read access to some of the - textual content of MSG files. Further support and documentation - is expected over the comming weeks and months. For now, users - are advised to consult the unit tests for example use.

+

At this time, it provides low-level read access to all of the file, along + with a user-facing way to get at the common textual content of MSG files. + to all

+

There is an example MSG textual renderer, which shows how to access the + common parts such as sender, subject, message body and examples. This is + in the + HSMF examples area + of SVN. You may also wish to look at the unit tests for more use guides.

+ This code currently lives the scratchpad area of the POI SVN repository. - Ensure that you have the scratchpad jar or the scratchpad - build area in your - classpath before experimenting with this code. + Ensure that you have the scratchpad jar or the scratchpad + build area in your classpath before experimenting with this code. diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 1cc222777..df6e8688c 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + Some improvements to HSMF parsing of .msg files Initialise the link type of HSSFHyperLink, so that getType() on it works 48425 - improved performance of DateUtil.isCellDateFormatted() 47215 - fixed InterfaceEndRecord to tolerate unexpected record contents