from address in history

This commit is contained in:
Yuri Kuznetsov
2025-07-25 15:51:34 +03:00
parent 0331075d1e
commit b1af278364
6 changed files with 102 additions and 25 deletions
+6
View File
@@ -74,6 +74,12 @@ class Email extends Entity
public const LINK_REPLIES = 'replies';
public const ADDRESS_FROM = 'from';
public const ADDRESS_TO = 'to';
public const ADDRESS_CC = 'cc';
public const ADDRESS_BCC = 'bcc';
public const ADDRESS_REPLY_TO = 'replyTo';
public function get(string $attribute): mixed
{
if ($attribute === 'subject') {