Quoting Frank Patzig <[email protected]>:
Hallo,
in Horde 3.3.8 with IMP 4.3.7 send the command NOOP to the
IMAP-Server. In the soure code found not code for thies command. Can
i help you.
In the pear module pear/php/Net/IMAPProtocol.php found the code
function cmdNoop()
{
return $this->_genericCommand('NOOP');
}
What does this have to do with IMP? Imp doesn't use Net_IMAP.
I modify the code to
function cmdNoop()
{
return $this->_genericCommand('NOOP Test');
}
and check with tcpdump the connection, the see NOOP and not NOOP Test.
IMP 4 uses the c-client PHP extension to do all IMAP commands.
michael
___________________________________
Michael Slusarz [[email protected]]
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]