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


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to