Открытые члены | |
| __isset (string $name) | |
| setHeader (IncomingMailHeader $header) | |
| addDataPartInfo (DataPartInfo $dataInfo, int $type) | |
| addAttachment (IncomingMailAttachment $attachment) | |
| setHasAttachments (bool $hasAttachments) | |
| hasAttachments () | |
| getAttachments () | |
| removeAttachment (string $id) | |
| getInternalLinksPlaceholders () | |
| replaceInternalLinks (string $baseUri) | |
Защищенные данные | |
| $attachments = [] | |
| $hasAttachments = false | |
| $dataInfo = [[], []] | |
Дополнительные унаследованные члены | |
Поля данных унаследованные от IncomingMailHeader | |
| $id | |
| $imapPath | |
| $mailboxFolder | |
| $isSeen = false | |
| $isAnswered = false | |
| $isRecent = false | |
| $isFlagged = false | |
| $isDeleted = false | |
| $isDraft = false | |
| $date | |
| $headersRaw | |
| $headers | |
| $mimeVersion | |
| $xVirusScanned | |
| $organization | |
| $contentType | |
| $xMailer | |
| $contentLanguage | |
| $xSenderIp | |
| $priority | |
| $importance | |
| $sensitivity | |
| $autoSubmitted | |
| $precedence | |
| $failedRecipients | |
| $subject | |
| $fromHost | |
| $fromName | |
| $fromAddress | |
| $senderHost | |
| $senderName | |
| $senderAddress | |
| $xOriginalTo | |
| $to = [] | |
| $toString | |
| $cc = [] | |
| $ccString | |
| $bcc = [] | |
| $replyTo = [] | |
| $messageId | |
| __isset | ( | string | $name | ) |
The method __isset() is triggered by calling isset() or empty() on inaccessible (protected or private) or non-existing properties.
| string | $name | Name of the property (eg. textPlain) |
| addAttachment | ( | IncomingMailAttachment | $attachment | ) |
| addDataPartInfo | ( | DataPartInfo | $dataInfo, |
| int | $type | ||
| ) |
| DataPartInfo::TEXT_PLAIN | DataPartInfo::TEXT_HTML | $type |
| getAttachments | ( | ) |
| getInternalLinksPlaceholders | ( | ) |
Get array of internal HTML links placeholders.
-return array<string, string>
-var array{1:list<string>, 2:list<string>}
| hasAttachments | ( | ) |
Returns, if the mail has attachments or not.
| removeAttachment | ( | string | $id | ) |
| string | $id | The attachment id |
| replaceInternalLinks | ( | string | $baseUri | ) |
-var string
| setHasAttachments | ( | bool | $hasAttachments | ) |
Sets property $hasAttachments.
| bool | $hasAttachments | True, if IncomingMail[] has one or more attachments |
| setHeader | ( | IncomingMailHeader | $header | ) |
-var array<string, scalar|array|object|null>
|
protected |
|
protected |
|
protected |