[imp] IMAP send NOOP
Frank Patzig
fp at mdlink.de
Wed May 11 14:56:31 UTC 2011
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');
}
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.
Can i help you.
Frank
More information about the imp
mailing list