On Tue, Apr 23, 2002 at 09:28:27AM +0930, Adam Fox wrote: > Date: Tue, 23 Apr 2002 09:28:27 +0930 > From: Adam Fox <[EMAIL PROTECTED]> > To: info-cyrus <[EMAIL PROTECTED]> > Subject: importing mailboxes from washington imap > > Hi all, > > Is there a script or something out there that will import IMAP mailboxes > from the Washington Uni IMAP software to the Cyrus IMAP software? > > Adam Fox.
There's many scripts if you google for mbox to cyrus or mbox2cyrus i just did cat mbox | formail -s "From " | deliver -q $user of course they lost the read flag... but ohwell... it came thru just fine
