From: Nick Burch Date: Mon, 9 Jul 2007 22:50:00 +0000 (+0000) Subject: Add stub hsmf documentation X-Git-Tag: REL_3_0_2_BETA1~76 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a21c4c4594a6844aaf5c8110bb3ce5ef594c4c7d;p=poi.git Add stub hsmf documentation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index a0f10c0dbe..36c50e6fe9 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -39,6 +39,7 @@ + diff --git a/src/documentation/content/xdocs/hsmf/book.xml b/src/documentation/content/xdocs/hsmf/book.xml new file mode 100644 index 0000000000..a6cc4c761c --- /dev/null +++ b/src/documentation/content/xdocs/hsmf/book.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + diff --git a/src/documentation/content/xdocs/hsmf/index.xml b/src/documentation/content/xdocs/hsmf/index.xml new file mode 100755 index 0000000000..3fef9530c4 --- /dev/null +++ b/src/documentation/content/xdocs/hsmf/index.xml @@ -0,0 +1,51 @@ + + + + + +
+ POI-HSMF - Java API To Access Microsoft Outlook MSG Files + Overview + + + + +
+ + +
+ 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.

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