mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 23:38:14 +08:00
Resolve #722
This commit is contained in:
parent
f6f820c43d
commit
5c71c3949e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
if ($BIMI) {
|
if ($BIMI) {
|
||||||
$aUrls[] = $BIMI;
|
$aUrls[] = $BIMI;
|
||||||
// $aResult = ['text/uri-list', $BIMI];
|
// $aResult = ['text/uri-list', $BIMI];
|
||||||
\SnappyMail\Log::debug('Avatar', "BIMI {$sDomain} for {$sUrl}");
|
\SnappyMail\Log::debug('Avatar', "BIMI {$sDomain}: {$BIMI}");
|
||||||
} else {
|
} else {
|
||||||
\SnappyMail\Log::notice('Avatar', "BIMI 404 for {$sDomain}");
|
\SnappyMail\Log::notice('Avatar', "BIMI 404 for {$sDomain}");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue