ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
isAutoresponderEnabled () | |
enableAutoresponder () | |
disableAutoresponder () | |
handleAutoresponderMails (int $auto_responder_receiver_usr_id) | |
enqueueAutoresponderIfEnabled (int $sender_id, ilMailOptions $mail_receiver_options, ilMailOptions $mail_sender_options) | |
emptyAutoresponderData () | |
Data Fields | |
const int | AUTO_RESPONDER_DEFAULT_IDLE_TIME = 3 |
Definition at line 25 of file AutoresponderService.php.
ILIAS\Mail\Autoresponder\AutoresponderService::disableAutoresponder | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
ILIAS\Mail\Autoresponder\AutoresponderService::emptyAutoresponderData | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
ILIAS\Mail\Autoresponder\AutoresponderService::enableAutoresponder | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
ILIAS\Mail\Autoresponder\AutoresponderService::enqueueAutoresponderIfEnabled | ( | int | $sender_id, |
ilMailOptions | $mail_receiver_options, | ||
ilMailOptions | $mail_sender_options | ||
) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
ILIAS\Mail\Autoresponder\AutoresponderService::handleAutoresponderMails | ( | int | $auto_responder_receiver_usr_id | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
ILIAS\Mail\Autoresponder\AutoresponderService::isAutoresponderEnabled | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderServiceImpl.
const int ILIAS\Mail\Autoresponder\AutoresponderService::AUTO_RESPONDER_DEFAULT_IDLE_TIME = 3 |
Definition at line 27 of file AutoresponderService.php.
Referenced by ILIAS\Mail\Service\MailService\autoresponder().