-
Notifications
You must be signed in to change notification settings - Fork 8
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
Problem with ssl_opts, when server and server_name_indication are not the same #25
Comments
If you send a PR for andreas-ementio@ccca909 I'd be open to merging it.
That's correct, my use case for making the library didn't require fetching existing emails. I am not opposed to adding that functionality though - there was even some talk about it in #24 but you'd have to check with @bkono on the status of that. |
Apologies, got pulled off to a different project for a bit and haven't cleaned up / broken down my changes to a place where I was comfortable sending a PR. I just pushed an updated version of the branch currently being used in one of my projects, @andreas-ementio you're welcome to scan the commits I've added and see if there's anything useful in there. At the moment, it has some needed tweaks to address parsing / tag flowing etc, and a usable implementation of capability listing, mailbox listing, count of messages in a mailbox, mailbox creation, message move support, message fetching ... probably forgetting something else I needed along the way. 😆 |
Hi, if it helps anyone, the error with the |
with my email services ssl verification does not work.
the genserver crashes and causes this:
which caused some confusion on my side, though it had to do something with the next_cmd_tag
i think the the cause is that the verification does not work on "imap.fastmail.com", it only works on "fastmail.com"
solutions for that could be:
on a side note: this library handles only receiving new email and not fetching already existing emails in the inbox or am i missing something?
The text was updated successfully, but these errors were encountered: