imap_append_domain: make "@" mandatory and add some failsafe checks

This commit is contained in:
Peter Bieringer
2026-07-05 12:54:57 +02:00
parent b3770c4f2d
commit 38a4715a7f
4 changed files with 7 additions and 8 deletions

View File

@@ -442,7 +442,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"type": imap_security}),
("imap_append_domain", {
"value": "",
"help": "Append domain to login before trying IMAP connection like @domain.tld",
"help": "Append '@' + domain to login before trying IMAP connection",
"type": str}),
("oauth2_token_endpoint", {
"value": "",