فهرست منبع

debug mail forwarding

andre 1 سال پیش
والد
کامیت
6a2b5b7f99
2فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 0 2
      app/Enums/Zimbra.php
  2. 9 0
      app/Libs/Zimbra/Components/Api/Soap/Services/Update/UpdateAccount.php

+ 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;
 
     }