20040617 - Initial version 20050419 - Handle winmail.dat (suppress with -U option) - Reduce appledouble attachments (suppress with -L option) - Added -? option to show helper applications 20050520 - Stopped using non-standard perl module MIME::Parser (mimimail instead) 20050527 - Fixed mail2multipart/mail2singlepart for message/rfc822 messages - Recurse into message/rfc822 content 20050528 - Fixed translation of content with no file name extensions - Stopped creating Content-Disposition parameters (except filename and size) 20050926 - Use antiword in preference to catdoc for translating msword documents - Fixed deletion of temporary directory (broken since 20050520) 20051111 - Extract long names for attachments inside winmail.dat attachments - Convert bad characters in filenames into underscore rather than dash - Added -S option to override underscore in the above change - Handled Outlook2003's mislabelling of csv as application/vnd.ms-excel - Fixed comment stripping of files for -D and -K option arguments 20051121 - Removed the -S option's argument (now only option is space or underscore) - Added the -Z option to translate multipart/signed attachments - Fixed loss of original mbox From_ header in certain cases - Added the -T option to output in raw mail format - If antiword fails, try catdoc (for rtf pretending to be msword doc) 20051129 - Fixed regexp for quoted-printable =xx values (was [0-9A-Fa-z]) - Fixed comment stripping when parsing /etc/mime.types - Fixed infinite loop on extremely corrupt winmail.dat attachments - Corrupt winmail.dat attachments are now left intact (unless -f) - Remove temp directory even when killed by a signal (int, quit, term) 20060525 - Fixed signal handler (wasn't calling exit after cleaning up!) - Better detection of broken/bizarre winmail.dat attachments - Detect image/audio/video attachments even when application/octet-stream 20070803 - Set LANG=C when generating the manpage - Detect html attachments even when mimetype is application/octet-stream - Fix: stop optimizing blanks, might be signed (spotted by jmc@dolorespark.org)