]> Sergey Matveev's repositories - public-inbox.git/commit
preliminary imap server implementation
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:00 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit90f11ce471c53365a77896c847d0a39b0995b5b5
treeda22ca9fd8df2a85ed4245812999bd67f0577e49
parenta7018ba43dec712675d21ace5ea1e19d901fdb0f
preliminary imap server implementation

It shares a bit of code with NNTP.  It's copy+pasted for now
since this provides new ground to experiment with APIs for
dealing with slow storage and many inboxes.
Documentation/public-inbox-imapd.pod [new file with mode: 0644]
MANIFEST
lib/PublicInbox/Daemon.pm
lib/PublicInbox/IMAP.pm [new file with mode: 0644]
lib/PublicInbox/IMAPD.pm [new file with mode: 0644]
lib/PublicInbox/IMAPdeflate.pm [new file with mode: 0644]
lib/PublicInbox/Smsg.pm
script/public-inbox-imapd [new file with mode: 0644]
t/imapd-tls.t [new file with mode: 0644]
t/imapd.t [new file with mode: 0644]