[imp] IMAP send NOOP
Michael M Slusarz
slusarz at horde.org
Wed May 11 15:30:11 UTC 2011
Quoting Frank Patzig <fp at mdlink.de>:
> 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 [slusarz at horde.org]
More information about the imp
mailing list