fix accidently commited host-name

This commit is contained in:
Ralf Becker 2020-07-22 18:21:07 +02:00
parent 28616ef0ee
commit 25f942c431

View File

@ -306,7 +306,7 @@ class Dovecot extends Mail\Imap implements Mail\Imap\PushIface
if (!isset($token)) $token = ((string)$account_id === '0' ? Tokens::instance() : Tokens::user($account_id));
return self::METADATA_PREFIX.$GLOBALS['egw_info']['user']['account_id'].'::'.$this->acc_id.';'.
$token . '@' . 'office.egroupware.org'; //Api\Header\Http::host();
$token . '@' . Api\Header\Http::host();
}
/**