diff --git a/social/email/61-email.html b/social/email/61-email.html
index 9850bcea..c7ddcc8d 100644
--- a/social/email/61-email.html
+++ b/social/email/61-email.html
@@ -38,7 +38,7 @@
- Use secure connection.
+
@@ -150,9 +150,9 @@
diff --git a/social/email/locales/en-US/61-email.json b/social/email/locales/en-US/61-email.json
index 3bbcf71f..a3d1c318 100644
--- a/social/email/locales/en-US/61-email.json
+++ b/social/email/locales/en-US/61-email.json
@@ -4,6 +4,7 @@
"to": "To",
"server": "Server",
"port": "Port",
+ "useSecureConnection": "Use secure connection.",
"userid": "Userid",
"password": "Password",
"repeat": "Refresh",
@@ -11,7 +12,10 @@
"folder": "Folder",
"protocol": "Protocol",
"useSSL": "Use SSL?",
- "disposition": "Disposition"
+ "disposition": "Disposition",
+ "none": "None",
+ "read": "Mark Read",
+ "delete": "Delete"
},
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
"tip": {
diff --git a/social/email/locales/ja/61-email.json b/social/email/locales/ja/61-email.json
index 7c7ee4de..db4821b3 100644
--- a/social/email/locales/ja/61-email.json
+++ b/social/email/locales/ja/61-email.json
@@ -4,6 +4,7 @@
"to": "宛先",
"server": "サーバ",
"port": "ポート",
+ "useSecureConnection": "安全な接続を使用",
"userid": "ユーザID",
"password": "パスワード",
"repeat": "更新",
@@ -11,7 +12,10 @@
"folder": "フォルダ",
"protocol": "プロトコル",
"useSSL": "SSLを使用",
- "disposition": "受信後の処理"
+ "disposition": "受信後の処理",
+ "none": "なし",
+ "read": "既読",
+ "delete": "削除"
},
"default-message": "__description__\n\nNode-REDからファイルが添付されました: __filename__",
"tip": {