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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -