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
Post a Comment