Shortcuts in Gmail are actually (from an IMAP perspective), so to get all emails with a tag, you can simply list the emails in a folder with that name.
You can use the “undocumented” search() function to search() see Zend/Mail/Imap/Protocol.php ), but see the method comment: This method is currently marked as internal as the API might change and is not safe if you don't take precautions. Therefore, you can rather use native PHP imap_search () .
See also the Zend Framework ZF-8858 feature request.
source share