2003-02-22 18:57 ed * outlook_text_to_mbox: For perl5.005 compatibility use '-w' not 'use warnings'. 2003-02-22 18:44 ed * README: Spelling correction. 2003-02-20 22:12 ed * README, outlook_csv_to_mbox, outlook_text_to_mbox: Version 1.2. 2003-02-20 22:08 ed * README: Spelling correction. 2003-02-20 22:06 ed * outlook_csv_to_mbox: The Subject heading is also now in the string table. read_contents(): set empty fields to undef. This removes the need for the emptiness check in fix_addresses(). Added a table of German strings sent by Frederick Ferner. 2003-02-20 21:51 ed * outlook_csv_to_mbox: Moved the English column heading strings into a data structure; they are fished out based on whether the 'Subject' column heading is present. fix_addresses(): An empty 'person tuple' (eg cc, bcc) is not converted to an empty header, it is just skipped. 2003-02-20 20:56 ed * outlook_csv_to_mbox: fix_addresses(): no longer has Name, Address, Type strings hardcoded, they have to be passed in. write_msg(): this replaces write_msgs(). It only knows about the headers to be written out, it doesn't know about other weird Outlook headers to be ignored. These changes are necessary generalizations to support multiple languages (yes, Outlook's CSV format uses different column headings depending on the user's language.) Also using -w instead of 'use warnings;' for perl 5.005 compatibility. 2003-02-09 11:02 ed * outlook_csv_to_mbox: Made lines fit in 80 columns. 2002-08-31 20:47 ed * README, outlook_csv_to_mbox, outlook_text_to_mbox: Updated website and email address. 2002-05-17 17:19 ed * README, mkdist, outlook_csv_to_mbox: Added outlook_csv_to_mbox, which converts from some wacky CSV formats to (some sort of) Unix mailbox. Now the package is a 'bundle' of two scripts and the version (1.1) is taken from the README. 2002-05-14 15:40 ed * mkdist: mkdist: a small script to gather files needed for a distribution tarball. 2002-05-14 15:40 ed * outlook_text_to_mbox: Version 1.0! 2002-05-14 15:25 ed * README: First version of README. 2002-05-14 15:15 ed * outlook_text_to_mbox: Added mention of the web page. 2002-05-14 15:12 ed * outlook_text_to_mbox: Initial revision 2002-05-14 15:12 ed * outlook_text_to_mbox: Importing this script to CVS. It converts the 'save as text' format from Outlook (and possibly other programs) to Unix mbox format.