phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20993] point a problem in code, without clear soluti


From: Caeies
Subject: [Phpgroupware-cvs] [20993] point a problem in code, without clear solution
Date: Wed, 27 Jan 2010 21:06:19 +0000

Revision: 20993
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20993
Author:   Caeies
Date:     2010-01-27 21:06:19 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
point a problem in code, without clear solution

Modified Paths:
--------------
    modules/phpgwapi/trunk/inc/auth/class.auth_mail.inc.php

Modified: modules/phpgwapi/trunk/inc/auth/class.auth_mail.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/auth/class.auth_mail.inc.php     2010-01-27 
21:06:05 UTC (rev 20992)
+++ modules/phpgwapi/trunk/inc/auth/class.auth_mail.inc.php     2010-01-27 
21:06:19 UTC (rev 20993)
@@ -70,6 +70,7 @@
                                case 'imaps':
                                        $port = 993;
                                        $extra = "/ssl{$this->ssl_args}";
+                                       //XXX Caeies : what that supposed to do 
? To be Checked
                                        $mailauth = 
imap_open("\{{$GLOBALS['phpgw_info']['server']['mail_server']}:{$port}\}INBOX", 
$username , $passwd);
                                        break;
                                case 'imap':





reply via email to

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