浏览代码

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

Thijs Kinkhorst 22 年之前
父节点
当前提交
091e9bd7f2
共有 1 个文件被更改,包括 0 次插入12 次删除
  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