Skip to content
New issue

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

STARTTLS feature not easy to figure out #719

Open
pvanhoof opened this issue May 6, 2022 · 1 comment
Open

STARTTLS feature not easy to figure out #719

pvanhoof opened this issue May 6, 2022 · 1 comment

Comments

@pvanhoof
Copy link

pvanhoof commented May 6, 2022

It's quite hard to figure out that in .offlineimaprc you need to do:

remotehost = mail.domain.ext
ssl = no
starttls = yes
remoteport = 143

To use STARTLS on 143/imap instead of wrapped SSL 993/imaps. While increasingly IMAP server softwares are no longer enabling by default the 993 wrapped SSL. Case example is Cyrus IMAP which by default doesn't enable it.

I think that when ssl = yes and starttls = yes that offlineimap could give the user a warning that it'll pick wrapped SSL instead of STARTLS on 143. And I think if port 993 is closed, it could retry on 143 with STARTTLS.

@xeruf
Copy link

xeruf commented Jul 12, 2022

software is moving from SSL to STARTTLS? That seems very odd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants