imaplib.IMAP4: Bug in implementation
Donn Cave
donn at u.washington.edu
Wed Mar 17 11:51:51 EST 2004
More information about the Python-list mailing list
Wed Mar 17 11:51:51 EST 2004
- Previous message (by thread): imaplib.IMAP4: Bug in implementation
- Next message (by thread): imaplib.IMAP4: Bug in implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <mailman.77.1079525205.742.python-list at python.org>, "Oliver Kurz" <olku at web.de> wrote: > I call the uid like this > > uid("STORE",uid,"+FLAGS(\SEEN)") Have you tried uid("STORE", uid, "+FLAGS", "(\SEEN)")? Donn Cave, donn at u.washington.edu
- Previous message (by thread): imaplib.IMAP4: Bug in implementation
- Next message (by thread): imaplib.IMAP4: Bug in implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list