Parse::RecDescent dependency (was: IMAP server notes, maybe JMAP?)

2020-06-14 Thread Eric Wong
Eric Wong wrote: > I know there's also interest in getting search usable via an > HTTP(S) API, so maybe JMAP[1] is worth looking into since it > seems like an easier-to-implement take on IMAP; and both > have search. We already use JSON for manifest.js.gz... > > [1] https://lwn.net/Articles/6800

[PATCH] imap: clarify "DONE" usage with IDLE

2020-06-14 Thread Eric Wong
"DONE" is a continuation and not a normal IMAP command, so ensure it can't be called like a normal IMAP command which has a tag. --- lib/PublicInbox/IMAP.pm | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/PublicInbox/IMAP.pm b/lib/PublicInbox/IMAP.pm index bc