fix: SMTP shouldn't be configurable without IMAP enabled (#4428)

* fix: Configure SMTP only if IMAP is enabled
This commit is contained in:
Aswin Dev P.S
2022-04-11 12:35:03 +05:30
committed by GitHub
parent b1efcde495
commit f1ae09d21b
4 changed files with 23 additions and 3 deletions

View File

@@ -470,6 +470,7 @@
"IMAP": {
"TITLE": "IMAP",
"SUBTITLE": "Set your IMAP details",
"NOTE_TEXT": "To enable SMTP, please configure IMAP.",
"UPDATE": "Update IMAP settings",
"TOGGLE_AVAILABILITY": "Enable IMAP configuration for this inbox",
"TOGGLE_HELP": "Enabling IMAP will help the user to recieve email",
@@ -529,6 +530,7 @@
"SSL_TLS": "SSL/TLS",
"START_TLS": "STARTTLS",
"OPEN_SSL_VERIFY_MODE": "Open SSL Verify Mode"
}
},
"NOTE": "Note: "
}
}