-
Notifications
You must be signed in to change notification settings - Fork 22
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
update native-tls version #73
Conversation
Ah, great! No backwards-incompatible change? Have you had a chance to test it? |
It now compiles and it is connecting to my mail server, and it fetches something but I do not see the body. But I think that is just my code. Quick test works. |
How do I search or get a list of uid of emails in BOX? |
Did you close the PR by accident? |
Yes, sorry. And yes, better docs are needed. I think I am going to use your buzz/main.rs as a base for this project. |
Please merge |
Thank you! |
@mattnenterprise note that a major bump will be required for this as the |
This may be a stupid question but when I do a uid_fetch with a "body[]", should I get all headers and body. but right now I just get the Fetch structure. How do I get everything? |
Not stupid at all! The IMAP standard is a hot mess too. We currently don't extract |
I turned debug on and got this. It looks like it is getting parsed. Just need to get to a upper layer. : a108 IDLE |
Ah, sorry, what I meant was that it doesn't get parsed by |
I was going to write a issue but it was easy fix. just upgraded native-tls to version 0.2.0