Author: Michael Slusarz (slusarz@horde.org)
Inheritance: extends Ingo_Rule
Esempio n. 1
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver to folder...");
     $this->type = self::TYPE_MAILBOX;
 }
Esempio n. 2
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver to my Inbox and redirect to...");
     $this->type = self::TYPE_TEXT;
 }
Esempio n. 3
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Only flag the message");
 }
Esempio n. 4
0
File: Keep.php Progetto: horde/horde
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->flags = self::FLAG_AVAILABLE;
     $this->label = _("Deliver into my Inbox");
 }
Esempio n. 5
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Reject with reason...");
     $this->type = self::TYPE_TEXT;
 }
Esempio n. 6
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Delete message");
     $this->type = self::TYPE_EMPTY;
 }
Esempio n. 7
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Redirect to...");
     $this->type = self::TYPE_TEXT;
 }
Esempio n. 8
0
 /**
  */
 public function __construct()
 {
     parent::__construct();
     $this->label = _("Notify email address...");
     $this->type = self::TYPE_TEXT;
 }