Increment year in copyright notice.
[squirrelmail.git] / plugins / mail_fetch / setup.php
index ec985446111c1343b451f2f9a1aef3eb5798dda2..a268663a3db18602e64da5b261bcd78a1b76a652 100644 (file)
@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/setup.php
     **
-    **  Copyright (c) 1999-2004 The SquirrelMail Project Team
+    **  Copyright (c) 1999-2005 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Setup of the mailfetch plugin.
@@ -12,7 +12,7 @@
     * @package plugins
     * @subpackage mail_fetch
     **/
-    
+
     /**  */
     require_once(SM_PATH . 'plugins/mail_fetch/functions.php' );
 
@@ -41,7 +41,7 @@
 
         global $data_dir;
         global $mailfetch_server_number;
-        global $mailfetch_cypher;
+        global $mailfetch_cypher, $mailfetch_port_;
         global $mailfetch_server_,$mailfetch_alias_,$mailfetch_user_,$mailfetch_pass_;
         global $mailfetch_lmos_, $mailfetch_uidl_, $mailfetch_login_, $mailfetch_fref_;
         global $PHP_SELF;
@@ -75,7 +75,7 @@
         require_once (SM_PATH . 'plugins/mail_fetch/functions.php');
 
         global $data_dir, $imapServerAddress, $imapPort;
-        
+
         sqgetGlobalVar('username', $username, SQ_SESSION);
         sqgetGlobalVar('key',      $key,      SQ_COOKIE);
 
                 if ($Count == 0) {
                     $pop3->quit();
                     continue;
-                } else {
-                    $newmsgcount = $Count - $i + 1;
                 }
 
                 // Faster to get them all at once
       );
    }
 
-?>
+?>
\ No newline at end of file