diff --git a/src/apps/config/config/imap b/src/apps/config/config/imap index 387904d..6e506b3 100644 --- a/src/apps/config/config/imap +++ b/src/apps/config/config/imap @@ -2,5 +2,5 @@ "version": 1, "port": 143, "port_ssl": 993, - "threads_max": 50, + "threads_max": 50 } diff --git a/src/apps/config/config/pop3 b/src/apps/config/config/pop3 index a45153b..7323d8d 100644 --- a/src/apps/config/config/pop3 +++ b/src/apps/config/config/pop3 @@ -1,5 +1,5 @@ { "version": 1, "port": 110, - "port_ssl": 995, + "port_ssl": 995 }