You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: