Procházet zdrojové kódy

debug mail forwarding

andre před 1 rokem
rodič
revize
6a2b5b7f99

+ 0 - 2
app/Enums/Zimbra.php

@@ -95,8 +95,6 @@ class Zimbra
         'zimbraFeaturePeopleSearchEnabled',
         'zimbraFeatureSMIMEEnabled',
         'zimbraFeatureEwsEnabled',
-        'zimbraPrefMailLocalDeliveryDisabled',
-        'zimbraFeatureMailForwardingEnabled'
     ];
 
 }

+ 9 - 0
app/Libs/Zimbra/Components/Api/Soap/Services/Update/UpdateAccount.php

@@ -79,6 +79,15 @@ class UpdateAccount extends CreateAccount
             $account->setAttr(Account::ATTR_DISABLE_LOCAL, FALSE);
             $account->setAttr(Account::ATTR_ENABLE_FORWARD, FALSE);
         }
+
+        logModuleCall(
+            'zimbraEmail',
+            __FUNCTION__,
+            $this->formData,
+            'Debug Acount Action',
+            $account
+        );    
+
         return $account;
 
     }