From 78ddea8aab77c0048d367819181e86eb7918afde Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Sun, 31 May 2026 15:05:00 +0530 Subject: [PATCH] fix(email): keep SSL option with IMAP port --- .../channels/emailChannels/ImapSmtpOption.vue | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/emailChannels/ImapSmtpOption.vue b/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/emailChannels/ImapSmtpOption.vue index 009a196a2..350e41ab7 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/emailChannels/ImapSmtpOption.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/emailChannels/ImapSmtpOption.vue @@ -199,14 +199,27 @@ async function createChannel() { :message-type="fieldState('imapAddress')" @blur="v$.imapAddress.$touch" /> - +
+ + +
-