ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilObjMailGUI Class Reference
+ Inheritance diagram for ilObjMailGUI:
+ Collaboration diagram for ilObjMailGUI:

Public Member Functions

 __construct ($a_data, $a_id, $a_call_by_reference)
 ilObjMailGUI constructor. More...
 
 executeCommand ()
 execute command More...
 
 getAdminTabs ()
 administration tabs show only permissions and trash folder More...
 
 viewObject ()
 viewObject container presentation for "administration -> repository, trash, permissions"
Exceptions

ilObjectException More...

 
 saveObject ()
 save object@access public More...
 
- Public Member Functions inherited from ilObjectGUI
 executeCommand ()
 execute command More...
 
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not) More...
 
 setCreationMode ($a_mode=true)
 if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More...
 
 getCreationMode ()
 get creation mode More...
 
 prepareOutput ($a_show_subobjects=true)
 prepare output More...
 
 getAdminTabs ()
 administration tabs show only permissions and trash folder More...
 
 getHTML ()
 
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More...
 
 cancelDeleteObject ()
 cancel deletion of object More...
 
 cancelObject ()
 cancel action and go back to previous page @access public More...
 
 createObject ()
 create new object form More...
 
 cancelCreation ()
 cancel create action and go back to repository parent More...
 
 saveObject ()
 save object More...
 
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen. More...
 
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position. More...
 
 editObject ()
 edit object More...
 
 addExternalEditFormCustom (ilPropertyFormGUI $a_form)
 
 updateObject ()
 updates object entry in object_data More...
 
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g. More...
 
 isVisible ($a_ref_id, $a_type)
 
 viewObject ()
 viewObject container presentation for "administration -> repository, trash, permissions" More...
 
 deleteObject ($a_error=false)
 Display deletion confirmation screen. More...
 
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI. More...
 
 redirectAfterCreation ()
 Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html. More...
 
 addToDeskObject ()
 @inheritDoc More...
 
 removeFromDeskObject ()
 @inheritDoc More...
 

Static Public Member Functions

static _goto ($a_target)
 
- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot ($a_raise_error=false)
 Goto repository root. More...
 
static _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset")
 Goto repository root. More...
 

Data Fields

const SETTINGS_SUB_TAB_ID_GENERAL = 1
 
const SETTINGS_SUB_TAB_ID_EXTERNAL = 2
 
const PASSWORD_PLACE_HOLDER = '***********************'
 
- Data Fields inherited from ilObjectGUI
const COPY_WIZARD_NEEDS_PAGE = 1
 
 $objDefinition
 
 $tpl
 
 $tree
 
 $lng
 
 $data
 
 $object
 
 $ref_id
 
 $obj_id
 
 $maxcount
 
 $formaction
 
 $return_location
 
 $target_frame
 
 $tab_target_script
 
 $actions
 
 $sub_objects
 
 $omit_locator = false
 
const CFORM_NEW = 1
 
const CFORM_IMPORT = 2
 
const CFORM_CLONE = 3
 

Protected Member Functions

 getTabs ()
 get tabs abstract method.@abstract overwrite in derived GUI class of your object type @access public

Parameters
objectinstance of ilTabsGUI
More...
 
 buildSettingsSubTabs ($activeSubTab)
 
 showGeneralSettingsForm (ilPropertyFormGUI $form=null)
 
 getGeneralSettingsForm ()
 
 populateGeneralSettingsForm (ilPropertyFormGUI $form)
 
 showExternalSettingsFormObject (ilPropertyFormGUI $form=null)
 
 sendTestUserMailObject ()
 
 sendTestSystemMailObject ()
 
 sendTestMail ($isManualMail=false)
 
 getExternalSettingsForm ()
 
 populateExternalSettingsForm (ilPropertyFormGUI $form)
 
 saveExternalSettingsFormObject ()
 
- Protected Member Functions inherited from ilObjectGUI
 getObjectService ()
 Get object service. More...
 
 assignObject ()
 
 setTitleAndDescription ()
 called by prepare output More...
 
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu. More...
 
 insertHeaderAction ($a_list_gui)
 Insert header action into main template. More...
 
 addHeaderAction ()
 Add header action menu. More...
 
 redrawHeaderActionObject ()
 Ajax call: redraw action header only. More...
 
 setTabs ()
 set admin tabs @access public More...
 
 setAdminTabs ()
 set admin tabs @access public More...
 
 setLocator ()
 set Locator More...
 
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 omitLocator ($a_omit=true)
 
 addAdminLocatorItems ($a_do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 initCreationForms ($a_new_type)
 Init creation froms. More...
 
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion) More...
 
 initCreateForm ($a_new_type)
 Init object creation form. More...
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types. More...
 
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates. More...
 
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook. More...
 
 initEditForm ()
 Init object edit form. More...
 
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form. More...
 
 getEditFormValues ()
 Get values for edit form. More...
 
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields. More...
 
 validateCustom (ilPropertyFormGUI $a_form)
 Validate custom values (if not possible with checkInput()) More...
 
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object. More...
 
 afterUpdate ()
 Post (successful) object update hook. More...
 
 initImportForm ($a_new_type)
 Init object import form. More...
 
 importFileObject ($parent_id=null, $a_catch_errors=true)
 Import. More...
 
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook. More...
 
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command More...
 
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g. More...
 
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command More...
 
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g. More...
 
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command More...
 
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu) More...
 
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl. More...
 
 getTabs ()
 get tabs abstract method. More...
 
 __showButton ($a_cmd, $a_text, $a_target='')
 
 hitsperpageObject ()
 
__initTableGUI ()
 
 __setTableGUIBasicData (&$tbl, &$result_set, $a_from="")
 standard implementation for tables use 'from' variable use different initial setting of table More...
 
 redirectToRefId ($a_ref_id, $a_cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value More...
 
 fillCloneTemplate ($a_tpl_varname, $a_type)
 Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More...
 
 getCenterColumnHTML ()
 Get center column. More...
 
 getRightColumnHTML ()
 Display right column. More...
 
 setColumnSettings (ilColumnGUI $column_gui)
 May be overwritten in subclasses. More...
 
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error. More...
 
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission. More...
 
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files. More...
 
 handleAutoRating (ilObject $a_new_obj)
 Activate rating automatically if parent container setting. More...
 

Protected Attributes

 $tabs
 
 $rbacsystem
 
 $settings
 
- Protected Attributes inherited from ilObjectGUI
 $ilErr
 
 $locator
 
 $user
 
 $access
 
 $rbacsystem
 
 $settings
 
 $rbacreview
 
 $toolbar
 
 $tmp_import_dir
 
 $tabs_gui = null
 
 $ctrl
 
 $object_service
 
 $favourites
 

Private Member Functions

 isEditingAllowed ()
 
 isViewAllowed ()
 
 isPermissionChangeAllowed ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilObjMailGUI::__construct (   $a_data,
  $a_id,
  $a_call_by_reference 
)

ilObjMailGUI constructor.

Parameters
$a_data
int$a_id
bool$a_call_by_reference

Definition at line 37 of file class.ilObjMailGUI.php.

38 {
39 global $DIC;
40
41 $this->type = 'mail';
42 parent::__construct($a_data, $a_id, $a_call_by_reference, false);
43
44 $this->tabs = $DIC->tabs();
45 $this->rbacsystem = $DIC->rbac()->system();
46 $this->settings = $DIC['ilSetting'];
47
48 $this->lng->loadLanguageModule('mail');
49 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
settings()
Definition: settings.php:2
$DIC
Definition: xapitoken.php:46

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and settings().

+ Here is the call graph for this function:

Member Function Documentation

◆ _goto()

static ilObjMailGUI::_goto (   $a_target)
static
Parameters
string$a_target

Definition at line 654 of file class.ilObjMailGUI.php.

655 {
656 global $DIC;
657
658 $mail = new ilMail($DIC->user()->getId());
659
660 if ($DIC->rbac()->system()->checkAccess('internal_mail', $mail->getMailObjectReferenceId())) {
661 ilUtil::redirect('ilias.php?baseClass=ilMailGUI');
662 } else {
663 if ($DIC->access()->checkAccess('read', '', ROOT_FOLDER_ID)) {
664 $_GET['cmd'] = 'frameset';
665 $_GET['target'] = '';
666 $_GET['ref_id'] = ROOT_FOLDER_ID;
667 $_GET['baseClass'] = 'ilRepositoryGUI';
669 sprintf(
670 $DIC->language()->txt('msg_no_perm_read_item'),
672 ),
673 true
674 );
675
676 include 'ilias.php';
677 exit();
678 }
679 }
680
681 $DIC['ilErr']->raiseError($DIC->language()->txt('msg_no_perm_read'), $DIC['ilErr']->FATAL);
682 }
$_GET["client_id"]
static _lookupObjId($a_id)
static _lookupTitle($a_id)
lookup object title
static redirect($a_script)
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
exit
Definition: login.php:29

References $_GET, $DIC, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilUtil\redirect(), and ilUtil\sendFailure().

+ Here is the call graph for this function:

◆ buildSettingsSubTabs()

ilObjMailGUI::buildSettingsSubTabs (   $activeSubTab)
protected
Parameters
int$activeSubTab

Definition at line 163 of file class.ilObjMailGUI.php.

164 {
165 if ($this->isViewAllowed()) {
166 $this->tabs->addSubTab(
167 self::SETTINGS_SUB_TAB_ID_GENERAL,
168 $this->lng->txt('mail_settings_general_tab'),
169 $this->ctrl->getLinkTarget($this, 'view')
170 );
171
172 if ($this->settings->get('mail_allow_external')) {
173 $this->tabs->addSubTab(
174 self::SETTINGS_SUB_TAB_ID_EXTERNAL,
175 $this->lng->txt('mail_settings_external_tab'),
176 $this->ctrl->getLinkTarget($this, 'showExternalSettingsForm')
177 );
178 }
179
180 $this->tabs->activateSubTab($activeSubTab);
181 }
182 }

References isViewAllowed(), and settings().

Referenced by showExternalSettingsFormObject(), and showGeneralSettingsForm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ executeCommand()

ilObjMailGUI::executeCommand ( )

execute command

Reimplemented from ilObjectGUI.

Definition at line 54 of file class.ilObjMailGUI.php.

55 {
56 $next_class = $this->ctrl->getNextClass($this);
57 $cmd = $this->ctrl->getCmd();
58 $this->prepareOutput();
59
60 switch ($next_class) {
61 case 'ilpermissiongui':
62 $perm_gui = new ilPermissionGUI($this);
63 $this->ctrl->forwardCommand($perm_gui);
64 break;
65
66 case 'ilmailtemplategui':
67 if (!$this->isViewAllowed()) {
68 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
69 }
70
71 $this->ctrl->forwardCommand(new ilMailTemplateGUI($this->object));
72 break;
73
74 default:
75 if (!$cmd) {
76 $cmd = 'view';
77 }
78 $cmd .= 'Object';
79 $this->$cmd();
80 break;
81 }
82
83 return true;
84 }
Class ilMailTemplateGUI.
prepareOutput($a_show_subobjects=true)
prepare output
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
redirection script todo: (a better solution should control the processing via a xml file)

References isViewAllowed(), and ilObjectGUI\prepareOutput().

+ Here is the call graph for this function:

◆ getAdminTabs()

ilObjMailGUI::getAdminTabs ( )

administration tabs show only permissions and trash folder

Reimplemented from ilObjectGUI.

Definition at line 113 of file class.ilObjMailGUI.php.

114 {
115 $this->getTabs();
116 }
getTabs()
get tabs abstract method.@abstract overwrite in derived GUI class of your object type @access public

References getTabs().

+ Here is the call graph for this function:

◆ getExternalSettingsForm()

ilObjMailGUI::getExternalSettingsForm ( )
protected
Returns
ilPropertyFormGUI

Definition at line 419 of file class.ilObjMailGUI.php.

420 {
421 $form = new ilPropertyFormGUI();
422
423 $form->setFormAction($this->ctrl->getFormAction($this, 'saveExternalSettingsForm'));
424 $form->setTitle($this->lng->txt('mail_settings_external_frm_head'));
425
426 $smtp = new ilCheckboxInputGUI($this->lng->txt('mail_smtp_status'), 'mail_smtp_status');
427 $smtp->setInfo($this->lng->txt('mail_smtp_status_info'));
428 $smtp->setValue(1);
429 $smtp->setDisabled(!$this->isEditingAllowed());
430 $form->addItem($smtp);
431
432 $host = new ilTextInputGUI($this->lng->txt('mail_smtp_host'), 'mail_smtp_host');
433 $host->setInfo($this->lng->txt('mail_smtp_host_info'));
434 $host->setRequired(true);
435 $host->setDisabled(!$this->isEditingAllowed());
436 $smtp->addSubItem($host);
437
438 $port = new ilNumberInputGUI($this->lng->txt('mail_smtp_port'), 'mail_smtp_port');
439 $port->setInfo($this->lng->txt('mail_smtp_port_info'));
440 $port->allowDecimals(false);
441 $port->setMinValue(0);
442 $port->setMinValue(0);
443 $port->setRequired(true);
444 $port->setDisabled(!$this->isEditingAllowed());
445 $smtp->addSubItem($port);
446
447 $encryption = new ilSelectInputGUI($this->lng->txt('mail_smtp_encryption'), 'mail_smtp_encryption');
448 $encryptionOptions = array(
449 '' => $this->lng->txt('please_choose'),
450 'tls' => $this->lng->txt('mail_smtp_encryption_tls'),
451 'ssl' => $this->lng->txt('mail_smtp_encryption_ssl')
452 );
453
454 $encryption->setOptions($encryptionOptions);
455 $encryption->setDisabled(!$this->isEditingAllowed());
456 $smtp->addSubItem($encryption);
457
458 $user = new ilTextInputGUI($this->lng->txt('mail_smtp_user'), 'mail_smtp_user');
459 $user->setDisabled(!$this->isEditingAllowed());
460 $user->setDisableHtmlAutoComplete(true);
461 $smtp->addSubItem($user);
462
463 $password = new ilPasswordInputGUI($this->lng->txt('mail_smtp_password'), 'mail_smtp_password');
464 $password->setRetype(false);
465 $password->setSkipSyntaxCheck(true);
466 $password->setDisabled(!$this->isEditingAllowed());
467 $password->setDisableHtmlAutoComplete(true);
468 $smtp->addSubItem($password);
469
470 $pre = new ilTextInputGUI($this->lng->txt('mail_subject_prefix'), 'mail_subject_prefix');
471 $pre->setSize(12);
472 $pre->setMaxLength(32);
473 $pre->setInfo($this->lng->txt('mail_subject_prefix_info'));
474 $pre->setDisabled(!$this->isEditingAllowed());
475 $form->addItem($pre);
476
477 $send_html = new ilCheckboxInputGUI($this->lng->txt('mail_send_html'), 'mail_send_html');
478 $send_html->setInfo($this->lng->txt('mail_send_html_info'));
479 $send_html->setValue(1);
480 $send_html->setDisabled(!$this->isEditingAllowed());
481 $form->addItem($send_html);
482
483 $sh = new ilFormSectionHeaderGUI();
484 $sh->setTitle($this->lng->txt('mail_settings_user_frm_head'));
485 $form->addItem($sh);
486
487 $user_from_address = new ilEMailInputGUI(
488 $this->lng->txt('mail_system_usr_from_addr'),
489 'mail_system_usr_from_addr'
490 );
491 $user_from_address->setInfo($this->lng->txt('mail_system_usr_from_addr_info'));
492 $user_from_address->setRequired(true);
493 $user_from_address->setDisabled(!$this->isEditingAllowed());
494 $form->addItem($user_from_address);
495
496 $user_from_name = new ilTextInputGUI($this->lng->txt('mail_system_usr_from_name'), 'mail_system_usr_from_name');
497 $user_from_name->setInfo($this->lng->txt('mail_system_usr_from_name_info'));
498 $user_from_name->setRequired(true);
499 $user_from_name->setDisabled(!$this->isEditingAllowed());
500 $form->addItem($user_from_name);
501
502 $user_envelope_from_addr = new ilEMailInputGUI(
503 $this->lng->txt('mail_system_usr_env_from_addr'),
504 'mail_system_usr_env_from_addr'
505 );
506 $user_envelope_from_addr->setInfo($this->lng->txt('mail_system_usr_env_from_addr_info'));
507 $user_envelope_from_addr->setDisabled(!$this->isEditingAllowed());
508 $form->addItem($user_envelope_from_addr);
509
510 $sh = new ilFormSectionHeaderGUI();
511 $sh->setTitle($this->lng->txt('mail_settings_system_frm_head'));
512 $form->addItem($sh);
513
514 $system_from_addr = new ilEMailInputGUI(
515 $this->lng->txt('mail_system_sys_from_addr'),
516 'mail_system_sys_from_addr'
517 );
518 $system_from_addr->setInfo($this->lng->txt('mail_system_sys_from_addr_info'));
519 $system_from_addr->setRequired(true);
520 $system_from_addr->setDisabled(!$this->isEditingAllowed());
521 $form->addItem($system_from_addr);
522
523 $system_from_name = new ilTextInputGUI(
524 $this->lng->txt('mail_system_sys_from_name'),
525 'mail_system_sys_from_name'
526 );
527 $system_from_name->setRequired(true);
528 $system_from_name->setDisabled(!$this->isEditingAllowed());
529 $form->addItem($system_from_name);
530
531 $system_reply_to_addr = new ilEMailInputGUI(
532 $this->lng->txt('mail_system_sys_reply_to_addr'),
533 'mail_system_sys_reply_to_addr'
534 );
535 $system_reply_to_addr->setRequired(true);
536 $system_reply_to_addr->setDisabled(!$this->isEditingAllowed());
537 $form->addItem($system_reply_to_addr);
538
539 $system_return_path = new ilEMailInputGUI(
540 $this->lng->txt('mail_system_sys_env_from_addr'),
541 'mail_system_sys_env_from_addr'
542 );
543 $system_return_path->setInfo($this->lng->txt('mail_system_sys_env_from_addr_info'));
544 $system_return_path->setDisabled(!$this->isEditingAllowed());
545 $form->addItem($system_return_path);
546
547 $signature = new ilTextAreaInputGUI($this->lng->txt('mail_system_sys_signature'), 'mail_system_sys_signature');
548 $signature->setRows(8);
549 $signature->setDisabled(!$this->isEditingAllowed());
550 $form->addItem($signature);
551
552 $placeholders = new ilManualPlaceholderInputGUI('mail_system_sys_signature');
553 foreach (array(
554 array('placeholder' => 'CLIENT_NAME', 'label' => $this->lng->txt('mail_nacc_client_name')),
555 array('placeholder' => 'CLIENT_DESC', 'label' => $this->lng->txt('mail_nacc_client_desc')),
556 array('placeholder' => 'CLIENT_URL', 'label' => $this->lng->txt('mail_nacc_ilias_url'))
557 ) as $key => $value) {
558 $placeholders->addPlaceholder($value['placeholder'], $value['label']);
559 }
560 $placeholders->setDisabled(!$this->isEditingAllowed());
561 $form->addItem($placeholders);
562
563 if ($this->isEditingAllowed()) {
564 $form->addCommandButton('saveExternalSettingsForm', $this->lng->txt('save'));
565 }
566
567 return $form;
568 }
This class represents a checkbox property in a property form.
This class represents a email property in a property form.
This class represents a section header in a property form.
Class ilManualPlaceholderInputGUI.
This class represents a number property in a property form.
This class represents a password property in a property form.
This class represents a property form user interface.
This class represents a selection list property in a property form.
This class represents a text area property in a property form.
This class represents a text property in a property form.
$password
Definition: cron.php:14

References $password, ilObjectGUI\$user, and isEditingAllowed().

Referenced by saveExternalSettingsFormObject(), and showExternalSettingsFormObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getGeneralSettingsForm()

ilObjMailGUI::getGeneralSettingsForm ( )
protected
Returns
\ilPropertyFormGUI

Definition at line 214 of file class.ilObjMailGUI.php.

215 {
216 $form = new ilPropertyFormGUI();
217
218 $form->setFormAction($this->ctrl->getFormAction($this, 'save'));
219 $form->setTitle($this->lng->txt('general_settings'));
220
221 $cb = new ilCheckboxInputGUI($this->lng->txt('mail_allow_external'), 'mail_allow_external');
222 $cb->setInfo($this->lng->txt('mail_allow_external_info'));
223 $cb->setValue(1);
224 $cb->setDisabled(!$this->isEditingAllowed());
225 $form->addItem($cb);
226
227 include_once 'Services/Mail/classes/Form/class.ilIncomingMailInputGUI.php';
228 $incoming_mail_gui = new ilIncomingMailInputGUI($this->lng->txt('mail_incoming'), 'incoming_type');
229 $incoming_mail_gui->setDisabled(!$this->isEditingAllowed());
230 $this->ctrl->setParameterByClass('ilobjuserfoldergui', 'ref_id', USER_FOLDER_ID);
231 $incoming_mail_gui->setInfo(sprintf(
232 $this->lng->txt('mail_settings_incoming_type_see_also'),
233 $this->ctrl->getLinkTargetByClass('ilobjuserfoldergui', 'settings')
234 ));
235 $this->ctrl->clearParametersByClass('ilobjuserfoldergui');
236 $form->addItem($incoming_mail_gui);
237
238 $show_mail_settings_gui = new ilCheckboxInputGUI($this->lng->txt('show_mail_settings'), 'show_mail_settings');
239 $show_mail_settings_gui->setInfo($this->lng->txt('show_mail_settings_info'));
240 $show_mail_settings_gui->setValue(1);
241 $form->addItem($show_mail_settings_gui);
242
243 $ti = new ilNumberInputGUI($this->lng->txt('mail_maxsize_attach'), 'mail_maxsize_attach');
244 $ti->setSuffix($this->lng->txt('kb'));
245 $ti->setInfo($this->lng->txt('mail_max_size_attachments_total'));
246 $ti->setMaxLength(10);
247 $ti->setSize(10);
248 $ti->setDisabled(!$this->isEditingAllowed());
249 $form->addItem($ti);
250
251 $mn = new ilFormSectionHeaderGUI();
252 $mn->setTitle($this->lng->txt('mail_member_notification'));
253 $form->addItem($mn);
254
255 $cron_mail = new ilSelectInputGUI($this->lng->txt('cron_mail_notification'), 'mail_notification');
256 $cron_options = array(
257 0 => $this->lng->txt('cron_mail_notification_never'),
258 1 => $this->lng->txt('cron_mail_notification_cron')
259 );
260 $cron_mail->setOptions($cron_options);
261 $cron_mail->setInfo(sprintf(
262 $this->lng->txt('cron_mail_notification_desc'),
263 $this->lng->txt('mail_allow_external')
264 ));
265 $cron_mail->setDisabled(!$this->isEditingAllowed());
266 $form->addItem($cron_mail);
267
270 $form,
271 $this
272 );
273
274 if ($this->isEditingAllowed()) {
275 $form->addCommandButton('save', $this->lng->txt('save'));
276 }
277
278 return $form;
279 }
const USER_FOLDER_ID
Class ilObjUserFolder.
static addFieldsToForm($a_form_id, ilPropertyFormGUI $a_form, ilObjectGUI $a_parent_gui)
Class ilIncomingMailInputGUI.

References ilAdministrationSettingsFormHandler\addFieldsToForm(), ilAdministrationSettingsFormHandler\FORM_MAIL, isEditingAllowed(), and USER_FOLDER_ID.

Referenced by saveObject(), and showGeneralSettingsForm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getTabs()

ilObjMailGUI::getTabs ( )
protected

get tabs abstract method.@abstract overwrite in derived GUI class of your object type @access public

Parameters
objectinstance of ilTabsGUI

Reimplemented from ilObjectGUI.

Definition at line 121 of file class.ilObjMailGUI.php.

122 {
123 if ($this->isViewAllowed()) {
124 $this->tabs->addTarget(
125 'settings',
126 $this->ctrl->getLinkTarget($this, 'view'),
127 array(
128 'view',
129 'save',
130 '',
131 'showExternalSettingsForm',
132 'saveExternalSettingsForm',
133 'sendTestUserMail',
134 'sendTestSystemMail'
135 ),
136 '',
137 ''
138 );
139 }
140
141 if ($this->isViewAllowed()) {
142 $this->tabs->addTarget(
143 'mail_templates',
144 $this->ctrl->getLinkTargetByClass('ilmailtemplategui', 'showTemplates'),
145 '',
146 'ilmailtemplategui'
147 );
148 }
149
150 if ($this->isPermissionChangeAllowed()) {
151 $this->tabs->addTarget(
152 'perm_settings',
153 $this->ctrl->getLinkTargetByClass(array(get_class($this), 'ilpermissiongui'), 'perm'),
154 array('perm', 'info', 'owner'),
155 'ilpermissiongui'
156 );
157 }
158 }

References isPermissionChangeAllowed(), and isViewAllowed().

Referenced by getAdminTabs().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isEditingAllowed()

ilObjMailGUI::isEditingAllowed ( )
private
Returns
bool

Definition at line 89 of file class.ilObjMailGUI.php.

90 {
91 return $this->rbacsystem->checkAccess('write', $this->object->getRefId());
92 }

Referenced by getExternalSettingsForm(), getGeneralSettingsForm(), saveExternalSettingsFormObject(), and saveObject().

+ Here is the caller graph for this function:

◆ isPermissionChangeAllowed()

ilObjMailGUI::isPermissionChangeAllowed ( )
private
Returns
bool

Definition at line 105 of file class.ilObjMailGUI.php.

106 {
107 return $this->rbacsystem->checkAccess('edit_permission', $this->object->getRefId());
108 }

Referenced by getTabs().

+ Here is the caller graph for this function:

◆ isViewAllowed()

ilObjMailGUI::isViewAllowed ( )
private
Returns
bool

Definition at line 97 of file class.ilObjMailGUI.php.

98 {
99 return $this->rbacsystem->checkAccess('read', $this->object->getRefId());
100 }

Referenced by buildSettingsSubTabs(), executeCommand(), getTabs(), sendTestMail(), showExternalSettingsFormObject(), and showGeneralSettingsForm().

+ Here is the caller graph for this function:

◆ populateExternalSettingsForm()

ilObjMailGUI::populateExternalSettingsForm ( ilPropertyFormGUI  $form)
protected
Parameters
ilPropertyFormGUI$form

Definition at line 573 of file class.ilObjMailGUI.php.

574 {
575 $subjectPrefix = $this->settings->get('mail_subject_prefix');
576 if (false === $subjectPrefix) {
577 $subjectPrefix = ilMimeMail::MAIL_SUBJECT_PREFIX;
578 }
579
580 $form->setValuesByArray(array(
581 'mail_smtp_status' => (bool) $this->settings->get('mail_smtp_status'),
582 'mail_smtp_host' => $this->settings->get('mail_smtp_host'),
583 'mail_smtp_port' => (int) $this->settings->get('mail_smtp_port'),
584 'mail_smtp_user' => $this->settings->get('mail_smtp_user'),
585 'mail_smtp_password' => strlen($this->settings->get('mail_smtp_password')) > 0 ? self::PASSWORD_PLACE_HOLDER : '',
586 'mail_smtp_encryption' => $this->settings->get('mail_smtp_encryption'),
587 'mail_subject_prefix' => $subjectPrefix,
588 'mail_send_html' => (int) $this->settings->get('mail_send_html'),
589 'mail_system_usr_from_addr' => $this->settings->get('mail_system_usr_from_addr'),
590 'mail_system_usr_from_name' => $this->settings->get('mail_system_usr_from_name'),
591 'mail_system_usr_env_from_addr' => $this->settings->get('mail_system_usr_env_from_addr'),
592 'mail_system_sys_from_addr' => $this->settings->get('mail_system_sys_from_addr'),
593 'mail_system_sys_from_name' => $this->settings->get('mail_system_sys_from_name'),
594 'mail_system_sys_reply_to_addr' => $this->settings->get('mail_system_sys_reply_to_addr'),
595 'mail_system_sys_env_from_addr' => $this->settings->get('mail_system_sys_env_from_addr'),
596 'mail_system_sys_signature' => $this->settings->get('mail_system_sys_signature')
597 ));
598 }
const MAIL_SUBJECT_PREFIX
setValuesByArray($a_values, $a_restrict_to_value_keys=false)
Set form values from an array.

References ilMimeMail\MAIL_SUBJECT_PREFIX, settings(), and ilPropertyFormGUI\setValuesByArray().

Referenced by showExternalSettingsFormObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ populateGeneralSettingsForm()

ilObjMailGUI::populateGeneralSettingsForm ( ilPropertyFormGUI  $form)
protected
Parameters
ilPropertyFormGUI$form

Definition at line 284 of file class.ilObjMailGUI.php.

285 {
286 $form->setValuesByArray(array(
287 'mail_allow_external' => $this->settings->get('mail_allow_external'),
288 'incoming_type' => (int) $this->settings->get('mail_incoming_mail'),
289 'mail_address_option' => strlen($this->settings->get('mail_address_option')) ? $this->settings->get('mail_address_option') : ilMailOptions::FIRST_EMAIL,
290 'mail_address_option_both' => strlen($this->settings->get('mail_address_option')) ? $this->settings->get('mail_address_option') : ilMailOptions::FIRST_EMAIL,
291 'show_mail_settings' => $this->settings->get('show_mail_settings', 1),
292 'mail_maxsize_attach' => $this->settings->get('mail_maxsize_attach'),
293 'mail_notification' => $this->settings->get('mail_notification')
294 ));
295 }

References ilMailOptions\FIRST_EMAIL, settings(), and ilPropertyFormGUI\setValuesByArray().

Referenced by showGeneralSettingsForm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveExternalSettingsFormObject()

ilObjMailGUI::saveExternalSettingsFormObject ( )
protected

Definition at line 603 of file class.ilObjMailGUI.php.

604 {
605 if (!$this->isEditingAllowed()) {
606 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
607 }
608
609 $form = $this->getExternalSettingsForm();
610 $isFormValid = $form->checkInput();
611
612 if (!$isFormValid) {
613 $form->setValuesByPost();
614 $this->showExternalSettingsFormObject($form);
615 return;
616 }
617
618 $isSmtpEnabled = (bool) $form->getInput('mail_smtp_status');
619 if ($isSmtpEnabled && $form->getInput('mail_smtp_user') && !$form->getInput('mail_smtp_password')) {
620 $form->getItemByPostVar('mail_smtp_password')->setRequired(true);
621 $form->getItemByPostVar('mail_smtp_password')->setAlert($this->lng->txt('mail_smtp_password_req'));
622 $form->setValuesByPost();
623 $this->showExternalSettingsFormObject($form);
624 return;
625 }
626
627 $this->settings->set('mail_smtp_status', (int) $form->getInput('mail_smtp_status'));
628 $this->settings->set('mail_smtp_host', $form->getInput('mail_smtp_host'));
629 $this->settings->set('mail_smtp_port', (int) $form->getInput('mail_smtp_port'));
630 $this->settings->set('mail_smtp_user', $form->getInput('mail_smtp_user'));
631 if ($form->getInput('mail_smtp_password') != self::PASSWORD_PLACE_HOLDER) {
632 $this->settings->set('mail_smtp_password', $form->getInput('mail_smtp_password'));
633 }
634 $this->settings->set('mail_smtp_encryption', $form->getInput('mail_smtp_encryption'));
635
636 $this->settings->set('mail_send_html', $form->getInput('mail_send_html'));
637 $this->settings->set('mail_subject_prefix', $form->getInput('mail_subject_prefix'));
638 $this->settings->set('mail_system_usr_from_addr', $form->getInput('mail_system_usr_from_addr'));
639 $this->settings->set('mail_system_usr_from_name', $form->getInput('mail_system_usr_from_name'));
640 $this->settings->set('mail_system_usr_env_from_addr', $form->getInput('mail_system_usr_env_from_addr'));
641 $this->settings->set('mail_system_sys_from_addr', $form->getInput('mail_system_sys_from_addr'));
642 $this->settings->set('mail_system_sys_from_name', $form->getInput('mail_system_sys_from_name'));
643 $this->settings->set('mail_system_sys_reply_to_addr', $form->getInput('mail_system_sys_reply_to_addr'));
644 $this->settings->set('mail_system_sys_env_from_addr', $form->getInput('mail_system_sys_env_from_addr'));
645 $this->settings->set('mail_system_sys_signature', $form->getInput('mail_system_sys_signature'));
646
647 ilUtil::sendSuccess($this->lng->txt('saved_successfully'), true);
648 $this->ctrl->redirect($this, 'showExternalSettingsForm');
649 }
showExternalSettingsFormObject(ilPropertyFormGUI $form=null)

References getExternalSettingsForm(), isEditingAllowed(), settings(), and showExternalSettingsFormObject().

+ Here is the call graph for this function:

◆ saveObject()

ilObjMailGUI::saveObject ( )

save object@access public

Reimplemented from ilObjectGUI.

Definition at line 300 of file class.ilObjMailGUI.php.

301 {
302 if (!$this->isEditingAllowed()) {
303 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
304 }
305
306 $form = $this->getGeneralSettingsForm();
307 if ($form->checkInput()) {
308 $incoming_type = (int) $form->getInput('incoming_type');
309
310 $mail_address_option = ilMailOptions::FIRST_EMAIL;
311 if ($incoming_type == ilMailOptions::INCOMING_EMAIL) {
312 $mail_address_option = (int) $form->getInput('mail_address_option');
313 } else {
314 if ($incoming_type == ilMailOptions::INCOMING_BOTH) {
315 $mail_address_option = (int) $form->getInput('mail_address_option_both');
316 }
317 }
318
319 $this->settings->set('mail_allow_external', (int) $form->getInput('mail_allow_external'));
320 $this->settings->set('mail_incoming_mail', $incoming_type);
321 $this->settings->set('show_mail_settings', (int) $form->getInput('show_mail_settings'));
322
323 $this->settings->set('mail_address_option', $mail_address_option);
324 $this->settings->set('mail_maxsize_attach', $form->getInput('mail_maxsize_attach'));
325 $this->settings->set('mail_notification', (int) $form->getInput('mail_notification'));
326
327 ilUtil::sendSuccess($this->lng->txt('saved_successfully'), true);
328 $this->ctrl->redirect($this);
329 }
330
331 $form->setValuesByPost();
332 $this->showGeneralSettingsForm($form);
333 }
showGeneralSettingsForm(ilPropertyFormGUI $form=null)

References ilMailOptions\FIRST_EMAIL, getGeneralSettingsForm(), ilMailOptions\INCOMING_BOTH, ilMailOptions\INCOMING_EMAIL, isEditingAllowed(), settings(), and showGeneralSettingsForm().

+ Here is the call graph for this function:

◆ sendTestMail()

ilObjMailGUI::sendTestMail (   $isManualMail = false)
protected
Parameters
bool$isManualMail

Definition at line 379 of file class.ilObjMailGUI.php.

380 {
381 if (!$this->isViewAllowed()) {
382 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
383 }
384
385 if (strlen($GLOBALS['DIC']->user()->getEmail()) == 0) {
386 return $this->showExternalSettingsFormObject();
387 }
388
389 if ($isManualMail) {
390 $mail = new ilMail($GLOBALS['DIC']->user()->getId());
391 } else {
392 $mail = new ilMail(ANONYMOUS_USER_ID);
393 }
394
395 $mail->setSaveInSentbox(false);
396 $mail->appendInstallationSignature(true);
397
398 $lngVariablePrefix = 'sys';
399 if ($isManualMail) {
400 $lngVariablePrefix = 'usr';
401 }
402
403 $mail->enqueue(
404 $GLOBALS['DIC']->user()->getEmail(),
405 '',
406 '',
407 $this->lng->txt('mail_email_' .$lngVariablePrefix . '_subject'),
408 $this->lng->txt('mail_email_' . $lngVariablePrefix . '_body'),
409 []
410 );
411
412 ilUtil::sendSuccess($this->lng->txt('mail_external_test_sent'));
414 }
user()
Definition: user.php:4
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64

References $GLOBALS, isViewAllowed(), showExternalSettingsFormObject(), and user().

Referenced by sendTestSystemMailObject(), and sendTestUserMailObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sendTestSystemMailObject()

ilObjMailGUI::sendTestSystemMailObject ( )
protected

Definition at line 371 of file class.ilObjMailGUI.php.

372 {
373 $this->sendTestMail();
374 }
sendTestMail($isManualMail=false)

References sendTestMail().

+ Here is the call graph for this function:

◆ sendTestUserMailObject()

ilObjMailGUI::sendTestUserMailObject ( )
protected

Definition at line 366 of file class.ilObjMailGUI.php.

367 {
368 $this->sendTestMail(true);
369 }

References sendTestMail().

+ Here is the call graph for this function:

◆ showExternalSettingsFormObject()

ilObjMailGUI::showExternalSettingsFormObject ( ilPropertyFormGUI  $form = null)
protected
Parameters
ilPropertyFormGUI | null$form

Definition at line 338 of file class.ilObjMailGUI.php.

339 {
340 if (!$this->isViewAllowed()) {
341 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
342 }
343
344 $this->buildSettingsSubTabs(self::SETTINGS_SUB_TAB_ID_EXTERNAL);
345
346 if ($form === null) {
347 $form = $this->getExternalSettingsForm();
348 $this->populateExternalSettingsForm($form);
349 }
350
351 if (strlen($GLOBALS['DIC']->user()->getEmail()) > 0) {
353 $btn->setUrl($this->ctrl->getLinkTarget($this, 'sendTestUserMail'));
354 $btn->setCaption('mail_external_send_test_usr');
355 $GLOBALS['DIC']->toolbar()->addButtonInstance($btn);
356
358 $btn->setUrl($this->ctrl->getLinkTarget($this, 'sendTestSystemMail'));
359 $btn->setCaption('mail_external_send_test_sys');
360 $GLOBALS['DIC']->toolbar()->addButtonInstance($btn);
361 }
362
363 $this->tpl->setContent($form->getHTML());
364 }
static getInstance()
Factory.
buildSettingsSubTabs($activeSubTab)
populateExternalSettingsForm(ilPropertyFormGUI $form)

References $GLOBALS, buildSettingsSubTabs(), getExternalSettingsForm(), ilLinkButton\getInstance(), isViewAllowed(), populateExternalSettingsForm(), and user().

Referenced by saveExternalSettingsFormObject(), and sendTestMail().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showGeneralSettingsForm()

ilObjMailGUI::showGeneralSettingsForm ( ilPropertyFormGUI  $form = null)
protected
Parameters
ilPropertyFormGUI | null$form

Definition at line 195 of file class.ilObjMailGUI.php.

196 {
197 if (!$this->isViewAllowed()) {
198 $this->ilias->raiseError($this->lng->txt('msg_no_perm_write'), $this->ilias->error_obj->WARNING);
199 }
200
201 $this->buildSettingsSubTabs(self::SETTINGS_SUB_TAB_ID_GENERAL);
202
203 if ($form === null) {
204 $form = $this->getGeneralSettingsForm();
205 $this->populateGeneralSettingsForm($form);
206 }
207
208 $this->tpl->setContent($form->getHTML());
209 }
populateGeneralSettingsForm(ilPropertyFormGUI $form)

References buildSettingsSubTabs(), getGeneralSettingsForm(), isViewAllowed(), and populateGeneralSettingsForm().

Referenced by saveObject(), and viewObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ viewObject()

ilObjMailGUI::viewObject ( )

viewObject container presentation for "administration -> repository, trash, permissions"

Exceptions

ilObjectException

Reimplemented from ilObjectGUI.

Definition at line 187 of file class.ilObjMailGUI.php.

188 {
190 }

References showGeneralSettingsForm().

+ Here is the call graph for this function:

Field Documentation

◆ $rbacsystem

ilObjMailGUI::$rbacsystem
protected

Definition at line 24 of file class.ilObjMailGUI.php.

◆ $settings

ilObjMailGUI::$settings
protected

Definition at line 29 of file class.ilObjMailGUI.php.

◆ $tabs

ilObjMailGUI::$tabs
protected

Definition at line 19 of file class.ilObjMailGUI.php.

◆ PASSWORD_PLACE_HOLDER

const ilObjMailGUI::PASSWORD_PLACE_HOLDER = '***********************'

Definition at line 14 of file class.ilObjMailGUI.php.

◆ SETTINGS_SUB_TAB_ID_EXTERNAL

const ilObjMailGUI::SETTINGS_SUB_TAB_ID_EXTERNAL = 2

Definition at line 12 of file class.ilObjMailGUI.php.

◆ SETTINGS_SUB_TAB_ID_GENERAL

const ilObjMailGUI::SETTINGS_SUB_TAB_ID_GENERAL = 1

Definition at line 11 of file class.ilObjMailGUI.php.


The documentation for this class was generated from the following file: