phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc class.mail_dcom_pop3.inc.php,1.8,1.8.2


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.mail_dcom_pop3.inc.php,1.8,1.8.2.1
Date: Mon, 18 Feb 2002 12:04:10 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv10440

Modified Files:
      Tag: Version-0_9_14-branch
        class.mail_dcom_pop3.inc.php 
Log Message:
fixed a few bugs and removed unneeded code

Index: class.mail_dcom_pop3.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** class.mail_dcom_pop3.inc.php        19 Dec 2001 16:17:50 -0000      1.8
--- class.mail_dcom_pop3.inc.php        18 Feb 2002 17:04:07 -0000      1.8.2.1
***************
*** 232,278 ****
                }
  
-               /*
-               // DEPRECIATED - OBSOLETE - DO NOT CALL
-               function login( $folder='INBOX')
-               {       
-                       //$debug_logins = True;
-                       $debug_logins = False;
-                       if ($debug_logins)
-                       {
-                               echo 'CALL TO LOGIN IN CLASS MSG 
POP3'.'<br>'.'userid='.$GLOBALS['phpgw_info']['user']['preferences']['email']['userid'];
-                       }
-       
-                       error_reporting(error_reporting() - 2);
-                       if ($folder != "INBOX")
-                       {
-                               // pop3 has only 1 "folder" - inbox
-                               $folder = 'INBOX';
-                       }
- 
-                       // WORKAROUND FOR BUG IN EMAIL CUSTOM PASSWORDS (PHASED 
OUT 7/2/01)
-                       // $pass = $this->get_email_passwd();
-                       // === ISSET CHECK ==
-                       if ( 
(isset($GLOBALS['phpgw_info']['user']['preferences']['email']['userid']))
-                               && 
($GLOBALS['phpgw_info']['user']['preferences']['email']['userid'] != '')
-                               && 
(isset($GLOBALS['phpgw_info']['user']['preferences']['email']['passwd']))
-                               && 
($GLOBALS['phpgw_info']['user']['preferences']['email']['passwd'] != '') )
-                       {
-                               $user = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['userid'];
-                               $pass = 
$GLOBALS['phpgw_info']['user']['preferences']['email']['passwd'];
-                       }
-                       else
-                       {
-                               // problem - invalid or nonexistant info for 
userid and/or passwd
-                               return False;
-                       }
- 
-                       $server_str = 
$GLOBALS['phpgw']->msg->get_mailsvr_callstr();
-                       $mbox = $this->open($server_str.$folder, $user, $pass);
- 
-                       error_reporting(error_reporting() + 2);
-                       return $mbox;
-               }
-               */
-               
                function construct_folder_str($folder)
                {
--- 232,235 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]