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
Description: This issue was highlighted in the nmail telegram group.
nmail is not able to connect to IMAP StartTLS service. Log content:
nmail
GnuTLS error: An unexpected TLS packet was received. 2023-05-10 19:46:15.295 | ERROR | mailimap_ssl_connect(m_Imap, m_Host.c_str(), m_Port) = MAILIMAP_ERROR_SSL (imap.cpp:101)
How to reproduce it: Configure IMAP port 143 and try connect using STARTTLS. Example for Gandi mail service:
imap_host=mail.gandi.net imap_port=143
Environment:
The text was updated successfully, but these errors were encountered:
ca1f235
This should be fixed in above commit. Tested OK with Gandi IMAP STARTTLS.
Sorry, something went wrong.
d99kris
No branches or pull requests
Description:
This issue was highlighted in the nmail telegram group.
nmail
is not able to connect to IMAP StartTLS service. Log content:How to reproduce it:
Configure IMAP port 143 and try connect using STARTTLS. Example for Gandi mail service:
Environment:
The text was updated successfully, but these errors were encountered: