What is a pattern in imaplib.

June Kim junaftnoon at nospamplzyahoo.com
Tue Oct 17 18:40:19 EDT 2000


"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.




More information about the Python-list mailing list