|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilMimeMail:Public Member Functions | |
| __construct () | |
| Subject (string $subject, bool $addPrefix=false, string $contextPrefix='') | |
| getSubject () | |
| From (ilMailMimeSender $sender) | |
| To ($to) | |
| Cc ($cc) | |
| Bcc ($bcc) | |
| getTo () | |
| getCc () | |
| getBcc () | |
| Body (string $body) | |
| getFinalBody () | |
| getFinalBodyAlt () | |
| getFrom () | |
| Attach (string $filename, string $file_type='', string $disposition='inline', ?string $display_name=null) | |
| getAttachments () | |
| getImages () | |
| Send (ilMailMimeTransport $transport=null) | |
Static Public Member Functions | |
| static | setDefaultTransport (?ilMailMimeTransport $transport) |
| static | getDefaultTransport () |
Data Fields | |
| final const | MAIL_SUBJECT_PREFIX = '[ILIAS]' |
Protected Member Functions | |
| build () | |
| buildBodyMultiParts (string $skin, string $style) | |
| getHtmlEnvelope (string $skin, string $style) | |
| buildHtmlInlineImages (string $skin, string $style) | |
Protected Attributes | |
| ilMailMimeSender | $sender |
| ilMailMimeSubjectBuilder | $subjectBuilder |
| ilSetting | $settings |
| string | $subject = '' |
| string | $body = '' |
| string | $finalBody = '' |
| string | $finalBodyAlt = '' |
| array | $sendto = [] |
| array | $acc = [] |
| array | $abcc = [] |
| array | $images = [] |
| array | $aattach = [] |
| array | $actype = [] |
| array | $adispo = [] |
| array | $adisplay = [] |
Static Protected Attributes | |
| static ilMailMimeTransport | $defaultTransport = null |
Private Member Functions | |
| removeHTMLTags (string $maybeHTML) | |
| getPathToRootDirectory () | |
Private Attributes | |
| readonly Refinery | $refinery |
Definition at line 23 of file class.ilMimeMail.php.
| ilMimeMail::__construct | ( | ) |
Definition at line 54 of file class.ilMimeMail.php.
References $DIC, ILIAS\Repository\refinery(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilMimeMail::Attach | ( | string | $filename, |
| string | $file_type = '', |
||
| string | $disposition = 'inline', |
||
| ?string | $display_name = null |
||
| ) |
| string | $filename | Path of the file to attach |
| string | $file_type | MIME-type of the file. default to 'application/x-unknown-content-type' |
| string | $disposition | Instruct the Mailclient to display the file if possible ("inline") or always as a link ("attachment") possible values are "inline", "attachment" |
| string | null | $display_name | Filename to use in email (if different from source file) |
Definition at line 180 of file class.ilMimeMail.php.
References $filename.
| ilMimeMail::Bcc | ( | $bcc | ) |
| string|string[] | $bcc BCC email address, accept both a single address or an array of addresses |
Definition at line 120 of file class.ilMimeMail.php.
| ilMimeMail::Body | ( | string | $body | ) |
|
protected |
Definition at line 229 of file class.ilMimeMail.php.
References $DIC, buildBodyMultiParts(), buildHtmlInlineImages(), and removeHTMLTags().
Referenced by Send().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 255 of file class.ilMimeMail.php.
References getHtmlEnvelope(), and ILIAS\Repository\refinery().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 302 of file class.ilMimeMail.php.
References $location, and getPathToRootDirectory().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMimeMail::Cc | ( | $cc | ) |
| string|string[] | $cc CC email address, accept both a single address or an array of addresses |
Definition at line 108 of file class.ilMimeMail.php.
| ilMimeMail::From | ( | ilMailMimeSender | $sender | ) |
| ilMimeMail::getAttachments | ( | ) |
Definition at line 199 of file class.ilMimeMail.php.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:| ilMimeMail::getBcc | ( | ) |
Definition at line 148 of file class.ilMimeMail.php.
References $abcc.
Referenced by ilMailMimeTransportBase\send(), and ilMailTest\testExternalMailDeliveryToLocalRecipientsWorksAsExpected().
Here is the caller graph for this function:| ilMimeMail::getCc | ( | ) |
Definition at line 140 of file class.ilMimeMail.php.
References $acc.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:
|
static |
Definition at line 73 of file class.ilMimeMail.php.
Referenced by ilMailTest\testExternalMailDeliveryToLocalRecipientsWorksAsExpected().
Here is the caller graph for this function:| ilMimeMail::getFinalBody | ( | ) |
Definition at line 158 of file class.ilMimeMail.php.
References $finalBody.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:| ilMimeMail::getFinalBodyAlt | ( | ) |
Definition at line 163 of file class.ilMimeMail.php.
References $finalBodyAlt.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:| ilMimeMail::getFrom | ( | ) |
Definition at line 168 of file class.ilMimeMail.php.
References $sender.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:
|
protected |
Definition at line 280 of file class.ilMimeMail.php.
References $location, and getPathToRootDirectory().
Referenced by buildBodyMultiParts().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMimeMail::getImages | ( | ) |
Definition at line 224 of file class.ilMimeMail.php.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:
|
private |
Definition at line 275 of file class.ilMimeMail.php.
Referenced by buildHtmlInlineImages(), and getHtmlEnvelope().
Here is the caller graph for this function:| ilMimeMail::getSubject | ( | ) |
Definition at line 83 of file class.ilMimeMail.php.
References $subject.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:| ilMimeMail::getTo | ( | ) |
Definition at line 132 of file class.ilMimeMail.php.
References $sendto.
Referenced by ilMailMimeTransportBase\send().
Here is the caller graph for this function:
|
private |
Definition at line 248 of file class.ilMimeMail.php.
Referenced by build().
Here is the caller graph for this function:| ilMimeMail::Send | ( | ilMailMimeTransport | $transport = null | ) |
Definition at line 346 of file class.ilMimeMail.php.
References build().
Here is the call graph for this function:
|
static |
Definition at line 68 of file class.ilMimeMail.php.
Referenced by ilMailMimeTest\setUp(), and ilMailTest\testExternalMailDeliveryToLocalRecipientsWorksAsExpected().
Here is the caller graph for this function:| ilMimeMail::Subject | ( | string | $subject, |
| bool | $addPrefix = false, |
||
| string | $contextPrefix = '' |
||
| ) |
Definition at line 78 of file class.ilMimeMail.php.
| ilMimeMail::To | ( | $to | ) |
| string|string[] | $to To email address, accept both a single address or an array of addresses |
Definition at line 96 of file class.ilMimeMail.php.
|
protected |
Definition at line 45 of file class.ilMimeMail.php.
|
protected |
Definition at line 41 of file class.ilMimeMail.php.
Referenced by getBcc().
|
protected |
Definition at line 39 of file class.ilMimeMail.php.
Referenced by getCc().
|
protected |
Definition at line 47 of file class.ilMimeMail.php.
|
protected |
Definition at line 51 of file class.ilMimeMail.php.
|
protected |
Definition at line 49 of file class.ilMimeMail.php.
|
protected |
Definition at line 33 of file class.ilMimeMail.php.
Referenced by Body().
|
staticprotected |
Definition at line 27 of file class.ilMimeMail.php.
|
protected |
Definition at line 34 of file class.ilMimeMail.php.
Referenced by getFinalBody().
|
protected |
Definition at line 35 of file class.ilMimeMail.php.
Referenced by getFinalBodyAlt().
|
protected |
Definition at line 43 of file class.ilMimeMail.php.
|
private |
Definition at line 52 of file class.ilMimeMail.php.
|
protected |
Definition at line 29 of file class.ilMimeMail.php.
|
protected |
Definition at line 37 of file class.ilMimeMail.php.
Referenced by getTo().
|
protected |
Definition at line 31 of file class.ilMimeMail.php.
|
protected |
Definition at line 32 of file class.ilMimeMail.php.
Referenced by getSubject().
|
protected |
Definition at line 30 of file class.ilMimeMail.php.
| final const ilMimeMail::MAIL_SUBJECT_PREFIX = '[ILIAS]' |
Definition at line 25 of file class.ilMimeMail.php.
Referenced by ilObjMailGUI\populateExternalSettingsForm().