mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
disable umlautdomnain capability test on connection test/reset
This commit is contained in:
parent
645b17824d
commit
df7659f53f
@ -206,7 +206,7 @@ class uifelamimail
|
||||
|
||||
_debug_array('Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.self::$icServerID);
|
||||
emailadmin_bo::unsetCachedObjects(self::$icServerID);
|
||||
|
||||
/*
|
||||
if (felamimail_bo::$idna2)
|
||||
{
|
||||
_debug_array('Umlautdomains supported (see Example below)');
|
||||
@ -214,7 +214,7 @@ class uifelamimail
|
||||
$encDom = felamimail_bo::$idna2->encode($dom);
|
||||
_debug_array(array('source'=>$dom,'result'=>array('encoded'=>$encDom,'decoded'=>felamimail_bo::$idna2->decode($encDom))));
|
||||
}
|
||||
|
||||
*/
|
||||
if ($preferences->preferences['prefcontroltestconnection'] == 'reset') exit;
|
||||
|
||||
echo "<hr /><h3 style='color:red'>".lang('IMAP Server')."</h3>";
|
||||
|
Loading…
Reference in New Issue
Block a user