Retrieve IMAP email based on date AND time? -


i'm trying retrieve email using imap that's less number of hours old. i've looked on specifications, , there since method accepts rfc date. however, ignores time , timezone. there method can use retrieve email based on date time? thanks

rfc 5032 documents within extension introduces search keyword younger, you're looking for.

for example, search emails less 2 hours old:

a search younger 7200 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -