]> source.dussan.org Git - poi.git/commitdiff
Update the HMEF status pages
authorNick Burch <nick@apache.org>
Mon, 14 Mar 2011 15:15:26 +0000 (15:15 +0000)
committerNick Burch <nick@apache.org>
Mon, 14 Mar 2011 15:15:26 +0000 (15:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1081417 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hmef/index.xml
src/documentation/content/xdocs/status.xml

index 69d0cd1421a309638814e485e504994c888d48e5..adf1624252be33e221511bf88647dbdca98e859b 100644 (file)
@@ -135,8 +135,7 @@ public void extract(String winmailFilename, String directoryName) throws Excepti
             interest to call:</p>
            <ul>
              <li><em>getBody()</em> - returns a String containing the RTF
-               contents of the message body. 
-               <em>Note - see limitations</em></li>
+               contents of the message body. </li>
              <li><em>getSubject()</em> - returns the message subject</li>
              <li><em>getAttachments()</em> - returns the list of 
                <em>Attachment</em> objects for the message</li>
@@ -199,10 +198,6 @@ for(Attachment attach : msg.getAttachments()) {
           <p>HMEF is currently a work-in-progress, and not everything
             works yet. The current limitations are:</p>
           <ul>
-            <li>Compressed RTF Message Bodies are not correctly 
-              decompressed. This means that a call to 
-              <em>HMEFMessage.getBody()</em> is unlikely to return the
-              correct RTF.</li>
             <li>Non-standard MAPI properties from the range 0x8000 to 0x8fff
               may not be being quite correctly turned into attributes. 
               The values show up, but the name and type may not always
index ea0a8a14dabab9039665b62e4bb363ec1463c61e..6aa916b383379e901660e4121a70e8a166a4bfe8 100644 (file)
@@ -34,6 +34,7 @@
 
     <changes>
         <release version="3.8-beta2" date="2011-??-??">
+           <action dev="poi-developers" type="add">HMEF - New component which supports TNEF (Transport Neutral Encoding Format), aka winmail.dat</action>
            <action dev="poi-developers" type="fix">50313 - support for getting HWPFDocument fields</action>
            <action dev="poi-developers" type="fix">50912 - fixed setting named styles to HSSFCells</action>
            <action dev="poi-developers" type="fix">50779 - fixed RecordFormatException when reading unicode strings with photenic data</action>