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

Problem with ImapFolder.Thread() function? #739

Closed
smorks opened this issue Jul 30, 2018 · 3 comments
Closed

Problem with ImapFolder.Thread() function? #739

smorks opened this issue Jul 30, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@smorks
Copy link

smorks commented Jul 30, 2018

I was trying to use the ImapFolder.Thread() function, and i'm getting the following error:

Syntax error in untagged THREAD response. Unexpected token: '('

I've attached my protocol log, which shows the two responses from two different folders from the server. It looks to me like it doesn't like when there are two opening parentheses in a row, i'm not sure if that's non-standard?

For more info, it's my own imap server running dovecot 2.3.2.1, with a very basic config, so I don't know if it's an issue with my server?

Any help would be greatly appreciated!

@jstedfast
Copy link
Owner

Thanks, I'll try to take a look at this soon.

Dovecot is usually pretty good about being standards compliant so off-hand, I'm going to guess that the bug is in my parser...

@jstedfast jstedfast added the bug Something isn't working label Jul 31, 2018
@smorks
Copy link
Author

smorks commented Jul 31, 2018

wow that was quick, thank you! and thanks for all your work on MimeKit/MailKit!

@jstedfast
Copy link
Owner

No problem :)

I expect to make a new release this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants