From f9dd35f0890de11354d22a63baefb347a38e4a25 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 15 Oct 2010 07:14:00 +0000 Subject: [PATCH] Added gosa Mail delivery flag description to the code of the mail class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20050 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../mail/personal/mail/class_mailAccount.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc index 0cbc6af0c..2b8f9324b 100644 --- a/gosa-plugins/mail/personal/mail/class_mailAccount.inc +++ b/gosa-plugins/mail/personal/mail/class_mailAccount.inc @@ -43,6 +43,25 @@ Functions : */ +/* + + FLAG POSTNAME DESC + #################################################################################################### + L (!) only_local Enables: "User is only allowed to send and receive local mails" + + 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 */ -- 2.30.2