added public mailbox support
This commit is contained in:
@@ -63,7 +63,7 @@ class PremiumEmail extends Model
|
||||
'body_html' => $initialData['content'],
|
||||
'is_seen' => true,
|
||||
'is_flagged' => false,
|
||||
'size' => $initialData['size'],
|
||||
'size' => $initialData['size'] ?? 0,
|
||||
'mailbox' => 'INBOX',
|
||||
'raw_headers' => null,
|
||||
'raw_body' => null,
|
||||
|
||||
Reference in New Issue
Block a user