What is alternative of java imap function doCommand in php ?
doCommand
I want to fire some custom imap extension command but I don\'t find any function to do that
Zend supports custom commends, but unfortunately does not support some basic ones like getting message parts that the default PHP imap library does... :-(