CodingLion Hello, I want to do the following: with REST API access to the email mailbox and select the alias mail and look up if there came email through? like: thealias@domain.ltd get-request: http://127.0.0.1:6969/api/getInbox?email=thealias@domain.ltd Because IMAP is not working without SSL…
CodingLion IMAP isn’t working because of the following error, how to fix it in the mail server settings? “[PRIVACYREQUIRED] Plaintext authentication disallowed on non-secure (SSL/TLS) connections.”