All calls to this function were removed a while ago; remove the function
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 May 2003 16:06:29 +0000 (16:06 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 May 2003 16:06:29 +0000 (16:06 +0000)
itself too.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4890 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/class.POP3.php

index 1edd8763c1db453357bf35f01726d30b25d3e217..9b1883ff2ccb974d930ff285c9a816a31841732b 100644 (file)
@@ -106,18 +106,6 @@ class POP3 {
         return true;
     }
 
-    function noop () {
-    
-        if(!isset($this->FP)) {
-            $this->ERROR = _("POP3 noop:") . ' ' . _("No connection to server");
-            return false;
-        } else {
-            $cmd = "NOOP";
-            $reply = $this->send_cmd( $cmd );
-            return( $this->is_ok( $reply ) );
-        }
-    }
-
     function user ($user = "") {
         // Sends the USER command, returns true or false