mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-29 00:14:31 +08:00
Bugfix undefined $BIMI
This commit is contained in:
parent
2b2de2abdb
commit
6f59b58e19
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ class Email implements \JsonSerializable
|
|||
'Name' => \MailSo\Base\Utils::Utf8Clear($this->GetDisplayName()),
|
||||
'Email' => \MailSo\Base\Utils::Utf8Clear($this->GetEmail(true)),
|
||||
'DkimStatus' => $this->GetDkimStatus(),
|
||||
'DkimValue' => $this->GetDkimValue(),
|
||||
'BIMI' => $BIMI
|
||||
'DkimValue' => $this->GetDkimValue()
|
||||
// 'BIMI' => $BIMI
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue