Hello,
I just discovered a "bug" in the imaplib.
I want to send the following command to the imap-server and I was suprisedto get a error. :-)
The command:
UID STORE 2349672398 +FLAGS (\SEEN)
IMAP4 makes from this command:
UID STORE 2323423233 "+FLAGS(\SE EN)"
This is not valid (http://community.roxen.com/developer.../rfc3501..html)
So ... is there a fix for this problem? Or have someone a workaround für this problem?
I call the uid like this
uid("STORE",uid ,"+FLAGS(\SEEN) ")
--
Oliver Kurz
I just discovered a "bug" in the imaplib.
I want to send the following command to the imap-server and I was suprisedto get a error. :-)
The command:
UID STORE 2349672398 +FLAGS (\SEEN)
IMAP4 makes from this command:
UID STORE 2323423233 "+FLAGS(\SE EN)"
This is not valid (http://community.roxen.com/developer.../rfc3501..html)
So ... is there a fix for this problem? Or have someone a workaround für this problem?
I call the uid like this
uid("STORE",uid ,"+FLAGS(\SEEN) ")
--
Oliver Kurz
Comment