Re: appending messages in imaplib

2005-12-05 Thread [EMAIL PROTECTED]
>On google the first link is... a Python script. >http://home.tiscali.cz:8080/~cz210552/distfiles/mbox2imap.py >And there are other entries... That appears to contain the magic I need thanks. It just use python mailbox so adding in MH support should be trivial. Then I need to add some directory

Re: appending messages in imaplib

2005-12-05 Thread Laurent Pointal
[EMAIL PROTECTED] wrote: > So I have the unfortunate task of migrating several hundred users from > local mail (mbox and mh) up to an exchange server as part of wearisome > SOX compliance nonsense. > > I thought the best path through this thicket would be to knock up a > quick python script using