mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
attempt to cleanup regarding old emailadmin/felamimail
This commit is contained in:
parent
1411cc73fb
commit
d3ef9ea496
@ -120,7 +120,7 @@ class mail_ui
|
|||||||
if ($connectionReset)
|
if ($connectionReset)
|
||||||
{
|
{
|
||||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.self::$icServerID);
|
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.self::$icServerID);
|
||||||
emailadmin_bo::unsetCachedObjects(self::$icServerID);
|
emailadmin_imapbase::unsetCachedObjects(self::$icServerID);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -166,7 +166,7 @@ class mail_ui
|
|||||||
}
|
}
|
||||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.'->'.self::$icServerID.'<->'.$_icServerID);
|
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.'->'.self::$icServerID.'<->'.$_icServerID);
|
||||||
self::$icServerID = $_icServerID;
|
self::$icServerID = $_icServerID;
|
||||||
if ($unsetCache) emailadmin_bo::unsetCachedObjects(self::$icServerID);
|
if ($unsetCache) emailadmin_imapbase::unsetCachedObjects(self::$icServerID);
|
||||||
$this->mail_bo = mail_bo::getInstance(false,self::$icServerID);
|
$this->mail_bo = mail_bo::getInstance(false,self::$icServerID);
|
||||||
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Fetched IC Server:'.self::$icServerID.'/'.$this->mail_bo->profileID.':'.function_backtrace());
|
if (mail_bo::$debug) error_log(__METHOD__.__LINE__.' Fetched IC Server:'.self::$icServerID.'/'.$this->mail_bo->profileID.':'.function_backtrace());
|
||||||
// no icServer Object: something failed big time
|
// no icServer Object: something failed big time
|
||||||
@ -656,7 +656,7 @@ class mail_ui
|
|||||||
echo "<h2>".lang('Test Connection and display basic information about the selected profile')."</h2>";
|
echo "<h2>".lang('Test Connection and display basic information about the selected profile')."</h2>";
|
||||||
|
|
||||||
_debug_array('Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.$icServerID);
|
_debug_array('Connection Reset triggered:'.$connectionReset.' for Profile with ID:'.$icServerID);
|
||||||
emailadmin_bo::unsetCachedObjects($icServerID);
|
emailadmin_imapbase::unsetCachedObjects($icServerID);
|
||||||
/*
|
/*
|
||||||
if (mail_bo::$idna2)
|
if (mail_bo::$idna2)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user