From c3c73cd734203b4ab5d840dcc7e3e733100b1957 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 26 Feb 2016 09:14:21 +0000 Subject: [PATCH] daemon: update comment about usage in httpd Writing a read-only IMAP server isn't out-of-scope, either, but I've never studiied the IMAP protocol, much, unlike HTTP/1.x or even NNTP. --- lib/PublicInbox/Daemon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/Daemon.pm b/lib/PublicInbox/Daemon.pm index 02d2dc5d..2878e33b 100644 --- a/lib/PublicInbox/Daemon.pm +++ b/lib/PublicInbox/Daemon.pm @@ -2,7 +2,7 @@ # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) package PublicInbox::Daemon; # empty class :p -# contains common daemon code for the nntpd server. +# contains common daemon code for the nntpd and httpd servers. # This may be used for read-only IMAP server if we decide to implement it. package main; use strict; -- 2.44.0