You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2011/03/14 16:15:26 UTC

svn commit: r1081417 - in /poi/trunk/src/documentation/content/xdocs: hmef/index.xml status.xml

Author: nick
Date: Mon Mar 14 15:15:26 2011
New Revision: 1081417

URL: http://svn.apache.org/viewvc?rev=1081417&view=rev
Log:
Update the HMEF status pages

Modified:
    poi/trunk/src/documentation/content/xdocs/hmef/index.xml
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/src/documentation/content/xdocs/hmef/index.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/hmef/index.xml?rev=1081417&r1=1081416&r2=1081417&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/hmef/index.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/hmef/index.xml Mon Mar 14 15:15:26 2011
@@ -135,8 +135,7 @@ public void extract(String winmailFilena
             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.getAttachmen
           <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

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=1081417&r1=1081416&r2=1081417&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Mon Mar 14 15:15:26 2011
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org