mail - check attachment valid contents if possible

to close #728
This commit is contained in:
Dave Conway-Jones
2021-01-12 12:41:41 +00:00
parent c0c6d75535
commit 14983c9722
3 changed files with 18 additions and 6 deletions

View File

@@ -60,7 +60,8 @@
"fetchfail": "Failed to fetch folder: __folder__",
"parsefail": "Failed to parse message",
"messageerror": "Fetch message error: __error__",
"refreshtoolarge": "Refresh interval too large. Limiting to 2147483 seconds"
"refreshtoolarge": "Refresh interval too large. Limiting to 2147483 seconds",
"invalidattachment": "Invalid attachment content. Must be String or buffer"
}
}
}