Skip to content
#

imap-client

Here are 88 public repositories matching this topic...

BjarniRunar
BjarniRunar commented Jul 21, 2019

Mailpile should automatically stop trying to re-check a mailbox/folder which has been deleted from the source/server.

This should be done in such a way that if the mailbox reappears, polling starts again. This should be relatively straightforward, mostly we need to make sure that each individual mailbox type communicates clearly that it's "gone" (not just temporarily unavailable) and the master

xReaven
xReaven commented Feb 5, 2020

Hey :)

It would be great if documentation, like the "getTextBody" of Message::Class per example, mentionned it could return false (or just bool, but it return hardly false so...).

At first, I was not expecting this, since I saw "string" as return type.
Looking into the code, I understood why I got false, of course and I therefore wrote some code in consequence.
Or maybe... Make it return a

dmjones
dmjones commented Sep 20, 2018

Great job on getting IMAP support into Flutter, much appreciated.

However, as a relative newcomer to the IMAP protocol, I'm finding it quite challenging to know how to use your library to perform common tasks. I also find the ImapResponse class quite difficult to work with; there are many different fields and it's not clear which ones will contain the answer to my commands.

I imagine a lot

Improve this page

Add a description, image, and links to the imap-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imap-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.