Robert Virkus
Robert Virkus
Hi mjmon, I am not sure if I got your question right. Do you ask how to thread messages? Currently the IMAP library does not support the [SORT and THREAD...
Related: #44
Interesting, do you mind sharing the used email address? You can send it to me directly: robert-at-enough-dot-de
Hi Guys, in the meantime I have move the discovery part into a dedicated project: https://github.com/Enough-Software/enough_mail_discovery and https://pub.dev/packages/enough_mail_discovery I never noticed a problem with a gmail address, when I check...
@dfangys your problem seems to be different from the original posters one. Could it be that you are using a self-signed certificate? Have you tried specifying a bad certificate handler?...
Thanks for the report! You seem to be using quite an old enough_mail version, please try updating to `enough_mail: ^2.1.1` first. When calling `client.disconnect()` the following code is executed: ```dart...
AFAIK, [ActiveSync](https://en.m.wikipedia.org/wiki/ActiveSync) is not developed anymore and replaced with [Microsoft's graph api](https://docs.microsoft.com/en-us/graph/use-the-api). Also, ActiveSync is not an open protocol, again: as far as I know. In what way do you...
I am not sure I understand your problem correctly, but if it is about accessing the individual mime parts, there are basically 2 ways: 1. Fetch the whole message with...
Please try calling mime Message.parse(); manually before you access any individual parts. Usually this is called indirectly for example when reading the content type header, but I guess I need...
Please also note that mime messages are pretty flexibel when it comes to how they are nested. If you have a complex case it can help to fetch the BODYSTRUCTURE...