Browse Source

add mail forwarding

andre 1 year ago
parent
commit
3878b72840
1 changed files with 9 additions and 1 deletions
  1. 9 1
      app/Libs/Zimbra/Components/Api/Soap/MySoapClient.php

+ 9 - 1
app/Libs/Zimbra/Components/Api/Soap/MySoapClient.php

@@ -54,7 +54,15 @@ class MySoapClient extends SoapClient
             $exception = $e;
         
         }
-        
+
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $request,
+            $action,
+            $response
+        );
+    
         if((isset($this->__soap_fault)) && ($this->__soap_fault != null)) {
         
             //this is where the exception from __doRequest is stored