eud2mbox.pl - Eudora to mbox converter
Copyright (C) 1999 Jonathan J. Miner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Jonathan J. Miner
416 E. Wilson St. #45
Madison, WI 53703
DESCRIPTION
Conversion utility to convert Eudora mailboxes (already mostly mbox format) to real mbox formatted mailboxes, gone is all the html/x-flowed and other garbage.
Reads the TOC file and properly inserts both Status: and X-Status: headers so that mailers like mutt/pine/elm can properly tell what messages are read, new, replied, etc.
USAGE: eud2mbox.pl <mailbox_name>
convert mailbox_name.mbx and mailbox_name.toc to out/mailbox_name (a directory ./out must exist).
NOTES
- Monday 27 September 1999 18:35 CDT - Release 1.0. Pretty rough as-of-yet. Does not check for existence of directory ./out, does not allow for bulk-conversions. In other words, it works well when used exactly the way I use it. PLEASE experiment FIRST. Back up before attempting to use this product.
