You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what is happening with the config parser but when using this way, the --imap.secure=false gets turned into {imap: {secure: "false"}} which is actually truthy. Using --imap.secure=0 seems to do the trick
I'm passing
--imap.secure=false
as a command line argument, but the server starts with TLS enabled anyway. Am I missing something?The text was updated successfully, but these errors were encountered: