Re: X-Status processing for reconstruct

2003-10-14 Thread Rayed Alrashed
_status.py This tool will scan IMAP folders for Status, and X-Status for status information and apply them on IMAP using store function Rayed Alrashed 13 Oct 2003 [EMAIL PROTECTED] """ import imaplib import sys from string import * #-

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: Changing Cyrus to accept 8bit subjects

2003-09-22 Thread Rayed Alrashed
mborski wrote: On Mon, 22 Sep 2003, Rayed Alrashed wrote: I just modified my Cyrus IMAP to make it accept 8 bit subjects without changing it to the letter 'X', I changed these two files: imap/lmtpengine.c imap/message.c I tested it and it seems to work fine. My question is

Re: Changing Cyrus to accept 8bit subjects

2003-09-22 Thread Rayed Alrashed
Actually most of the users just set a default charset and everything works fine with them. I know it breaks the standard, but we have to do it. Rob Siemborski wrote: On Mon, 22 Sep 2003, Rayed Alrashed wrote: I just modified my Cyrus IMAP to make it accept 8 bit subjects without changing it

Changing Cyrus to accept 8bit subjects

2003-09-22 Thread Rayed Alrashed
Hello all, I just modified my Cyrus IMAP to make it accept 8 bit subjects without changing it to the letter 'X', I changed these two files: imap/lmtpengine.c imap/message.c I tested it and it seems to work fine. My question is this change safe? I am afraid it might break Cyrus database format.