_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 *
#-
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
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
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
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.