What is a pattern in imaplib.
June Kim
junaftnoon at nospamplzyahoo.com
Tue Oct 17 18:40:19 EDT 2000
More information about the Python-list mailing list
Tue Oct 17 18:40:19 EDT 2000
- Previous message (by thread): Still no luck - PLease help!!
- Next message (by thread): What is a pattern in imaplib.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"junwon,Seo" <linuxqna at chollian.net> wrote in message news:8sgdo3$2dp$1 at news1.kornet.net... > Hi,, > In imaplib, many method have a "pattern" argument.. > What is a pattern? > > Examply, I programmed following. > > ---------------- > p = re.compile("^.*") > l = imap.LIST("INBOX",p) > ---------------- > Error.... > > please help me > > The patterns are strings of regular expression pattern, not compiled.
- Previous message (by thread): Still no luck - PLease help!!
- Next message (by thread): What is a pattern in imaplib.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list