Browse Source

All calls to this function were removed a while ago; remove the function
itself too.

Thijs Kinkhorst 22 years ago
parent
commit
091e9bd7f2
1 changed files with 0 additions and 12 deletions
  1. 0 12
      plugins/mail_fetch/class.POP3.php

+ 0 - 12
plugins/mail_fetch/class.POP3.php

@@ -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