]> source.dussan.org Git - poi.git/commit
Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF and...
authorNick Burch <nick@apache.org>
Thu, 3 Mar 2011 12:41:39 +0000 (12:41 +0000)
committerNick Burch <nick@apache.org>
Thu, 3 Mar 2011 12:41:39 +0000 (12:41 +0000)
commit9ae939c6f799b058f88b8b3ca7617d1ae9fdf600
tree12bb9071037ae202174f98be42bb2f2e14fd6201
parentfd77fc1d74719d438e1260695605626b7bcd2daf
Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF and MAPI attributes, and use this to allow easier access to common file parts. Then use this in the attachment unit tests.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076603 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hmef/Attachment.java
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIAttribute.java
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIDateAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/MAPIStringAttribute.java
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFAttribute.java
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFDateAttribute.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hmef/attribute/TNEFStringAttribute.java
src/scratchpad/src/org/apache/poi/hmef/dev/HMEFDumper.java
src/scratchpad/testcases/org/apache/poi/hmef/TestAttachments.java
src/testcases/org/apache/poi/POIDataSamples.java