Re: mbx repair script: Python vs perl

2005-04-30 Thread Donn Cave
Quoth "David Isaac" <[EMAIL PROTECTED]>: | I'm looking for the Python equivalent of the perl script and module | described at | http://comments.gmane.org/gmane.mail.imap.uw.c-client/707 | | Any hope? Sure, should be doable, if for some reason you can't just use that. I personally wouldn't do it ex

mbx repair script: Python vs perl

2005-04-30 Thread David Isaac
I'm looking for the Python equivalent of the perl script and module described at http://comments.gmane.org/gmane.mail.imap.uw.c-client/707 Any hope? Thanks, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list

Re: mbx repair script

2005-04-29 Thread David Isaac
"Donn Cave" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > All mbx files start with a 2048 byte > header, and a valid header can be copied to another > file and still be valid. For example, if the damaged > file still has 2048 bytes of header, > >1. Find or create another mbx

Re: mbx repair script

2005-04-28 Thread Donn Cave
In article <[EMAIL PROTECTED]>, "David Isaac" <[EMAIL PROTECTED]> wrote: > I'm looking for a Python script to repair the mbx header > for a mail file where only the header is corrupted. "Repair" and "corrupted" covers a lot of territory. In the simplest case, a Python script would just be a nui

mbx repair script

2005-04-27 Thread David Isaac
I'm looking for a Python script to repair the mbx header for a mail file where only the header is corrupted. Thanks, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list