Closes #180: IMAP inbox synching (ui)

This commit is contained in:
Benjamin Gamard
2018-02-27 20:05:10 +01:00
parent 797a987e2b
commit 7ded510625
8 changed files with 187 additions and 215 deletions
@@ -361,6 +361,20 @@
"smtp_password": "SMTP password",
"smtp_updated": "SMTP configuration updated successfully"
},
"inbox": {
"title": "Inbox scanning",
"message": "By enabling this feature, the system while periodically scan the specified inbox for new emails and automatically import them.",
"enabled": "Enable inbox scanning",
"hostname": "IMAP hostname",
"port": "IMAP port (143 or 993)",
"username": "IMAP username",
"password": "IMAP password",
"tag": "Tag added to imported documents",
"test": "Test the parameters",
"last_sync": "Last synchronization: {{ data.date | date }}, {{ data.count }} message{{ data.count > 1 ? 's' : '' }} imported",
"test_success": "The connection to the inbox is successful ({{ count }} message{{ count > 1 ? 's' : '' }})",
"test_fail": "An error occurred while connecting to the inbox, please check the parameters"
},
"log": {
"title": "Server logs",
"date": "Date",