sublime-security / sublime-platform

A free and open platform for detecting and preventing email attacks like BEC, malware, and credential phishing. Gain visibility and control, hunt for advanced threats, collaborate with the community, and write detections-as-code.
https://sublime.security
MIT License
153 stars 14 forks source link

Custom imap - encrypted authentication #154

Open secureme71 opened 4 months ago

secureme71 commented 4 months ago

It is impossible to configure custom imap account when imap server accepts on secured connections (SSL / TLS) following types of authentication:

auth cram-md5 auth digest-md5 auth gssapi

The error message is "Login is disabled".

If imap server supports Normal login/auth plain/auth login" (unsecured authentication) for example, it works.

Is it possible to accept also above encrypted authentication?

Thanks in advance.

Best regards