mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
log an errormessage to error-log, if expunge fails, after moving to trash on deleteMessage
This commit is contained in:
parent
ef6bc0949a
commit
d35dcaa295
@ -684,7 +684,8 @@
|
||||
return false;
|
||||
}
|
||||
// delete the messages finaly
|
||||
$this->icServer->expunge();
|
||||
$rv = $this->icServer->expunge();
|
||||
if ( PEAR::isError($rv)) error_log(__METHOD__." failed to expunge Message(s) from Folder: ".$_folder.' due to:'.$rv->message);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user