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

IMAP server notes, maybe JMAP?

2020-06-09 Thread Eric Wong
OK, so I almost have something that won't kill clients or trigger OOMs on the server. I think I'll have to implement MSN (message sequence numbers) properly for some clients, cheaply. I know there's also interest in getting search usable via an HTTP(S) API, so maybe JMAP[1] is worth looking into