I am using the IMAP-module from Zend Framework to interact with Gmail.
But I need to implement to XLIST command (http://code.google.com/intl/nl-NL/apis/gmail/imap/#xlist) to get folder names. But I don’t have any clue how to do this with Zend…
Is there anybody who can help me?
Thanks!
Use the requestAndResponse method to send arbitrary IMAP commands (from the Zend_Mail_Protocol_Imap class, not from the Zend_Mail_Storage_Imap class).