mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-06 11:45:48 +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()),
|
'Name' => \MailSo\Base\Utils::Utf8Clear($this->GetDisplayName()),
|
||||||
'Email' => \MailSo\Base\Utils::Utf8Clear($this->GetEmail(true)),
|
'Email' => \MailSo\Base\Utils::Utf8Clear($this->GetEmail(true)),
|
||||||
'DkimStatus' => $this->GetDkimStatus(),
|
'DkimStatus' => $this->GetDkimStatus(),
|
||||||
'DkimValue' => $this->GetDkimValue(),
|
'DkimValue' => $this->GetDkimValue()
|
||||||
'BIMI' => $BIMI
|
// 'BIMI' => $BIMI
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue