We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My instance seems to not be able to connect to my Mailserver.
I am using STARTTLS for my Server.
Is there a way to change the SSL Type to STARTTLS?
Error /Log: libredesk_app | timestamp=2025-03-08T10:13:21.911Z level=debug message="processing emails from mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:41 sc=email_inbox mailbox=Inbox inbox_id=1 libredesk_app | timestamp=2025-03-08T10:13:26.074Z level=error message="error processing mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:43 sc=email_inbox error="error connecting to IMAP server: tls: first record does not look like a TLS handshake" libredesk_app | timestamp=2025-03-08T10:13:26.074Z level=debug message="finished processing emails from mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:45 sc=email_inbox mailbox=Inbox inbox_id=1
The text was updated successfully, but these errors were encountered:
Ar you using 587 port?
Sorry, something went wrong.
No i am using port 143 :) 587 is smtp.
Sorry! my bad! I meant 143...
Where do you find SSL option? I could not find it in demo.
For starttls some times ssl must be none/false
I'll add STARTTLS configuration options for both IMAP and SMTP in the next release to ensure compatibility with mail servers requiring it.
Thanks.
I'll add STARTTLS configuration options for both IMAP and SMTP in the next release to ensure compatibility with mail servers requiring it. Thanks.
Cool thank you! Looking forward to it!
The latest release has STARTTLS support for IMAP.
abhinavxd
No branches or pull requests
My instance seems to not be able to connect to my Mailserver.
I am using STARTTLS for my Server.
Is there a way to change the SSL Type to STARTTLS?
Error /Log:
libredesk_app | timestamp=2025-03-08T10:13:21.911Z level=debug message="processing emails from mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:41 sc=email_inbox mailbox=Inbox inbox_id=1
libredesk_app | timestamp=2025-03-08T10:13:26.074Z level=error message="error processing mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:43 sc=email_inbox error="error connecting to IMAP server: tls: first record does not look like a TLS handshake"
libredesk_app | timestamp=2025-03-08T10:13:26.074Z level=debug message="finished processing emails from mailbox" caller=/home/runner/work/libredesk/libredesk/internal/inbox/channel/email/imap.go:45 sc=email_inbox mailbox=Inbox inbox_id=1
The text was updated successfully, but these errors were encountered: