What is a pattern in imaplib.

junwon,Seo linuxqna at chollian.net
Mon Oct 16 22:43:50 EDT 2000


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





More information about the Python-list mailing list