]> source.dussan.org Git - poi.git/commit
Refactor the TNEF Attributes to better match the MAPI ones, and move both into their...
authorNick Burch <nick@apache.org>
Wed, 2 Mar 2011 15:25:35 +0000 (15:25 +0000)
committerNick Burch <nick@apache.org>
Wed, 2 Mar 2011 15:25:35 +0000 (15:25 +0000)
commitff0cd1cc2ee066136d7018d3a2cad78f153f9b58
tree42cbff2b59cd01a03da11e4037e2a2a7e2de162b
parent72c070adcacb127dc2106f5f46af45a0f381281f
Refactor the TNEF Attributes to better match the MAPI ones, and move both into their own package

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076251 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/scratchpad/src/org/apache/poi/hmef/Attachment.java
src/scratchpad/src/org/apache/poi/hmef/Attribute.java [deleted file]
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
src/scratchpad/src/org/apache/poi/hmef/MAPIAttribute.java [deleted file]
src/scratchpad/src/org/apache/poi/hmef/MAPIRtfAttribute.java [deleted file]
src/scratchpad/src/org/apache/poi/hmef/MAPIStringAttribute.java [deleted file]
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIRtfAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIStringAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFProperty.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java
src/scratchpad/testcases/org/apache/poi/hmef/TestCompressedRTF.java
src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java