I need to use imap_search() but with date-time not just a date but I guess the imap_search() function just work with dates.
<?php
imap_search($stream, 'UNSEEN SINCE 20-Sep-2015 12:35:03');
?>
How to get all emails after specific date-time ?
I need to use imap_search() but with date-time not just a date but I guess the imap_search() function just work with dates.
<?php
imap_search($stream, 'UNSEEN SINCE 20-Sep-2015 12:35:03');
?>
How to get all emails after specific date-time ?