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