I think that this one is the most popular option.
Sep 30, 2021
6
Level 11
Need a stable Mail Client (IMAP)
I tried to work with https://www.php-imap.com but my inbox is to big, and I got timeouts even with pagination or limiting
I need to process millions of emails with attachments a day.
So I need a client who works with chunking.
Any advise for a library or an other solution ?
Level 3
Maybe https://github.com/barbushin/php-imap could help. To limit the number of messages to get you can use the searchMailbox() function.
$mailbox->searchMailbox('SINCE "1 Jan 2018" BEFORE "28 Jan 2018"');
Please or to participate in this conversation.