[20993] point a problem in code, without clear solution

Caeies <[email protected]> Wed, 27 Jan 2010 21:06:19 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
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':