fix: Add validation for the inbox name to avoid special characters (#4920)

This commit is contained in:
Tejaswini Chile
2022-06-30 10:59:37 +05:30
committed by GitHub
parent 3f6862e04d
commit ac7ebe516a
3 changed files with 66 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ en:
host_unreachable_error: Host unreachable, Please check the IMAP address, IMAP port and try again.
connection_timed_out_error: Connection timed out for %{address}:%{port}
connection_closed_error: Connection closed.
validations:
name: should not start or end with symbols, and it should not have < > / \ @ characters.
reports:
period: Reporting period %{since} to %{until}