4 include_once
'./Services/Mail/classes/class.ilMimeMailNotification.php';
5 include_once
'./Services/Mail/classes/class.ilMimeMail.php';
26 parent::initLanguageByIso2Code($a_code);
37 $this->handleCurrentRecipient($rcp);
41 $this->initMimeMail();
50 $body = $this->getOrphandMailsBody();
60 $folder_translation = $this->
getLanguage()->txt(
'deleted');
62 if ($folder_title !== null && $folder_title !==
'') {
63 $lang_key =
'mail_' . $folder_title;
64 $folder_translation = $this->
getLanguage()->txt($lang_key);
66 if ($folder_translation ===
'-' . $lang_key .
'-') {
67 $folder_translation = $folder_title;
71 return $folder_translation;
74 public function getOrphandMailsBody()
78 $mail_folders = $additional_information[
'mail_folders'];
80 $folder_rendered =
false;
82 foreach ($mail_folders as $folder_object) {
83 if ($folder_rendered) {
89 foreach ($folder_object->getOrphanedMailObjects() as $mail_object) {
90 $this->
appendBody(
'- ' . $mail_object->getMailSubject() ?? $this->
getLanguage()->txt(
'not_available'));
94 $folder_rendered =
true;
Class ilMailCronOrphanedMailsNotification.
ilMailCronOrphanedMailsFolderObject
buildFolderTitle(ilMailCronOrphanedMailsFolderObject $folder_object)
getAdditionalInformation()
initLanguageByIso2Code($a_code='')
__construct($a_is_personal_workspace=false)
{}
getRecipients()
get array of recipients
Base class for mime mail notifications.
__construct(Container $dic, ilPlugin $plugin)
appendBody($a_body)
Append body text.
static _getInstallationSignature()
static getSalutation($a_usr_id, ilLanguage $a_language=null)