]> Sergey Matveev's repositories - public-inbox.git/commit
TODO: remove done items, adjust/add/abandon some
authorEric Wong <e@80x24.org>
Thu, 4 Aug 2022 07:23:49 +0000 (07:23 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Aug 2022 20:09:29 +0000 (20:09 +0000)
commit26aac1eb5bb6ab22504b841e4898be6ed2ee3468
tree5c41569858aff9e4bc0986f550622f507bdadbc8
parent03b54f9235dccd111b927de4e7ef76d823a3024a
TODO: remove done items, adjust/add/abandon some

public-inbox-pop3d (and -netd) gives us POP3 support, and
it seems to work.  Proxy support can come independently,
probably after JMAP.

public-inbox-netd provides the multi-protocol "super server"
which allows code memory savings.  Work is ongoing to further
reduce memory use...

Automatically updating on TLS cert and key changes on
inotify/EVFILT_VNODE won't be done, since (IMHO) there's too
much risk of inadvertent updates on incomplete changes.
My same train-of-thought applies to auto-reloading on config
file changes: an admin may save a file halfway through a
multi-step change and auto-reloading can be too surprising and
break things.

I don't think lei+FUSE will be as portable or useful as a
local IMAP server (and maybe JMAP, eventually); but r/w IMAP
support would be nice..

Finally, git SHA-256 repo support will need to be taken into
account.
TODO