Rename account IncLogin to ImapUser and OutLogin to SmtpUser

This commit is contained in:
the-djmaze 2024-04-15 00:24:11 +02:00
parent 326d35eee7
commit f8790a3a89
3 changed files with 20 additions and 12 deletions

View file

@ -553,7 +553,7 @@ trait Messages
}
if ($oMessage) {
$ETag = $oMessage->ETag($this->getAccountFromToken()->IncLogin());
$ETag = $oMessage->ETag($this->getAccountFromToken()->ImapUser());
$this->verifyCacheByKey($ETag);
$this->Plugins()->RunHook('filter.result-message', array($oMessage));
$this->cacheByKey($ETag);