diff --git a/api/src/Mail.php b/api/src/Mail.php index 01292bb903..37151b2b72 100644 --- a/api/src/Mail.php +++ b/api/src/Mail.php @@ -5607,9 +5607,9 @@ class Mail } } } - //error_log(__METHOD__.' ('.__LINE__.') '."[$this->icServer->ImapServerId][$_folder][$_uid][".(empty($_partID)?'NIL':$_partID)."]"); if (!$_stream) { + error_log(__METHOD__.' ('.__LINE__.') '."[$this->icServer->ImapServerId][$_folder][$_uid][".(empty($_partID)?'NIL':$_partID)."]"); $rawBody[$this->icServer->ImapServerId][$_folder][$_uid][(empty($_partID)?'NIL':$_partID)] = $body; } return $body;