Re: IMAP4 SEARCH question

2006-12-08 Thread Laszlo Nagy
Laszlo Nagy wrote: Sorry, I found it: date= date-text / DQUOTE date-text DQUOTE date-day= 1*2DIGIT ; Day of month date-day-fixed = (SP DIGIT) / 2DIGIT ; Fixed-format version of date-day date-month = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun" / "Jul"

Re: IMAP4 SEARCH question

2006-12-08 Thread Laszlo Nagy
Sorry, I found it: date= date-text / DQUOTE date-text DQUOTE date-day= 1*2DIGIT ; Day of month date-day-fixed = (SP DIGIT) / 2DIGIT ; Fixed-format version of date-day date-month = "Jan" / "Feb" / "Mar" / "Apr" / "May" / "Jun" / "Jul" / "Aug" / "Sep" / "O

IMAP4 SEARCH question

2006-12-08 Thread Laszlo Nagy
Hi, I'm using imaplib to access an IMAP4 server. I'm reading the IMAP4 specification, and I found something odd. The search command can be used in conjuction with date values. For example, I would like to search for messages that are older than 30 days. However, the IMAP4 specs does not def