Re: X-Status processing for reconstruct

2003-10-14 Thread Rayed Alrashed
Hi, This tool will scan IMAP folders for Status, and X-Status for status information and apply them on IMAP using store function. Usage: fix_status.py username password It took 1.5 second for ~1000 emails, hope it will be usefull. - Rayed #!/usr/local/bin/python -u """ fix_status.py This t

Re: X-Status processing for reconstruct

2003-10-13 Thread Rob Siemborski
On Sat, 11 Oct 2003, Rayed Alrashed wrote: > I am facing the same problem, I was thinking of a small program that > login to each user and scan the X-Status for all emails in all folders, > and apply the change to IMAP, but I guess it will take forever to finish > for large number of users. If yo

Re: X-Status processing for reconstruct

2003-10-11 Thread Rayed Alrashed
I am facing the same problem, I was thinking of a small program that login to each user and scan the X-Status for all emails in all folders, and apply the change to IMAP, but I guess it will take forever to finish for large number of users. - Rayed Diego Rivera wrote: Hello all I've recently

Re: X-Status processing for reconstruct

2003-09-28 Thread Diego Rivera
On Sun, 2003-09-28 at 10:15, Rob Siemborski wrote: > On Sat, 27 Sep 2003, Diego Rivera wrote: > No, it doesn't. I'd be willing to look at a patch that did this (as long > as it was option-controlled). That would be the idea...something like: $ ./reconstruct (...classic-params...) -X would wor

Re: X-Status processing for reconstruct

2003-09-28 Thread Rob Siemborski
On Sat, 27 Sep 2003, Diego Rivera wrote: > Would it be feasible/acceptable to add a '--status' (-S?) flag to > reconstruct for such occasions? That way, reconstruct could check the > X-Status header and set the appropriate bits in the index/cache > databases when "recovering" a migrated mailbox.