/** */ public function __construct() { parent::__construct(); $this->flags = self::FLAG_AVAILABLE; $this->label = _("Deliver to folder..."); $this->type = self::TYPE_MAILBOX; }
/** */ public function __construct() { parent::__construct(); $this->flags = self::FLAG_AVAILABLE; $this->label = _("Deliver to my Inbox and redirect to..."); $this->type = self::TYPE_TEXT; }
/** */ public function __construct() { parent::__construct(); $this->flags = self::FLAG_AVAILABLE; $this->label = _("Only flag the message"); }
/** */ public function __construct() { parent::__construct(); $this->flags = self::FLAG_AVAILABLE; $this->label = _("Deliver into my Inbox"); }
/** */ public function __construct() { parent::__construct(); $this->label = _("Reject with reason..."); $this->type = self::TYPE_TEXT; }
/** */ public function __construct() { parent::__construct(); $this->label = _("Delete message"); $this->type = self::TYPE_EMPTY; }
/** */ public function __construct() { parent::__construct(); $this->label = _("Redirect to..."); $this->type = self::TYPE_TEXT; }
/** */ public function __construct() { parent::__construct(); $this->label = _("Notify email address..."); $this->type = self::TYPE_TEXT; }