Revision history for Perl extension Convert::TNEF.
0.04 Thu May 11 16:00:00 2000
- The longname method should work better now. I still wish I could
be 100% sure about the way I'm doing it. I'm sure its not the
way Outlook does it; it'd be nice to know how its supposed to
be done.
0.03 Tue May 8 15:00:00 2000
- There was two purge methods. I purged one of them.
- fixed a die() in the parse method to return a failure status instead.
- Took out the subclasses which were just aliases for
for MIME::Body::*, and weren't really proper subclasses anyway.
I forget why I did it that way, maybe I planned on making some
extra methods later, or just to see if it worked.
There really should be separate classes for a TNEF object,
and for attachments in the TNEF object, maybe someday I'll
get around to it.
0.02 Mon Dec 12 17:30:00 1999
- fixed and cleaned up some of the debug output.
- had the bright idea in the first release of including a
name() method for attachments and put it in the documentation,
but neglected to actually include the method in the code.
- Found out that the 'AttachTitle' attribute returns only the
short (8 char + 3 char extension) version of the filename, so I
included a 'longname' method which does its best to get the long
version of the filename. This is extracted out of the 'Attachment'
attribute data, which is a binary field, and I don't really know
how to parse this field, but this seems to work to get the name.
0.01 Mon Nov 29 14:26:32 1999
- original version; created by h2xs 1.18