Code

Added gosa Mail delivery flag description to the code of the mail class.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 07:14:00 +0000 (07:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Oct 2010 07:14:00 +0000 (07:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20050 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/class_mailAccount.inc

index 0cbc6af0c06d296f418932eff4423d369c43624b..2b8f9324bbd53d9fa61fafde3b553fdad880047c 100644 (file)
@@ -43,6 +43,25 @@ Functions :
 
  */
 
+/*
+
+    FLAG    POSTNAME                DESC
+    ####################################################################################################
+    L  (!)  only_local              Enables: "User is only allowed to send and receive local mails"
+
+                                    <REVERSED> If checked in the ui, the flag is not present in the 
+                                     gosaMailDeliveryMode attribute. If its unchecked in the ui, the 
+                                     character 'L' is added to the delivery flags.
+
+    R       use_mailsize_limit      Enables rule: "Reject mails bigger than [n] MB";
+    S       use_spam_filter         Enables rule: "Move mails tagged with SPAM level greater than [n] 
+                                     to folder [x]"
+    V       use_vacation            Enables: "Vacation message"
+    C       own_script              Enables: "Use custom sieve script (disables all Mail options!)"
+    I       drop_own_mails          Enables: "No delivery to own mailbox."
+
+*/
+
 class mailAccount extends plugin
 {
   /* Definitions */