mirror of https://github.com/apache/poi.git
Update the HMEF status pages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1081417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08488cf978
commit
d82c5b6336
|
@ -135,8 +135,7 @@ public void extract(String winmailFilename, String directoryName) throws Excepti
|
||||||
interest to call:</p>
|
interest to call:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><em>getBody()</em> - returns a String containing the RTF
|
<li><em>getBody()</em> - returns a String containing the RTF
|
||||||
contents of the message body.
|
contents of the message body. </li>
|
||||||
<em>Note - see limitations</em></li>
|
|
||||||
<li><em>getSubject()</em> - returns the message subject</li>
|
<li><em>getSubject()</em> - returns the message subject</li>
|
||||||
<li><em>getAttachments()</em> - returns the list of
|
<li><em>getAttachments()</em> - returns the list of
|
||||||
<em>Attachment</em> objects for the message</li>
|
<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
|
<p>HMEF is currently a work-in-progress, and not everything
|
||||||
works yet. The current limitations are:</p>
|
works yet. The current limitations are:</p>
|
||||||
<ul>
|
<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
|
<li>Non-standard MAPI properties from the range 0x8000 to 0x8fff
|
||||||
may not be being quite correctly turned into attributes.
|
may not be being quite correctly turned into attributes.
|
||||||
The values show up, but the name and type may not always
|
The values show up, but the name and type may not always
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
<changes>
|
<changes>
|
||||||
<release version="3.8-beta2" date="2011-??-??">
|
<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">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">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>
|
<action dev="poi-developers" type="fix">50779 - fixed RecordFormatException when reading unicode strings with photenic data</action>
|
||||||
|
|
Loading…
Reference in New Issue