Enough-Software / enough_mail

IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Mozilla Public License 2.0
105 stars 55 forks source link

MailException: Threading not supported by server #184

Open Shadman12345 opened 2 years ago

Shadman12345 commented 2 years ago

Any Idea regarding this?

robert-virkus commented 2 years ago

It means that the mail service you have connected to does not support threading. In this case you either have to fallback to not having threads or to client side threading.

cscipher commented 2 years ago

@robert-virkus This is even not working with Gmail client. I tried to do threading based on reference ids (from headers) of email but that also doesn't works.