about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-26 09:14:21 +0000
committerEric Wong <e@80x24.org>2016-02-26 09:14:21 +0000
commitc3c73cd734203b4ab5d840dcc7e3e733100b1957 (patch)
tree97e588aae784e69e64089f8b751ffc3e48ad9636 /lib
parentf8629575e505828e8d19d430aea68699802bd820 (diff)
downloadpublic-inbox-c3c73cd734203b4ab5d840dcc7e3e733100b1957.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Daemon.pm2
1 files changed, 1 insertions, 1 deletions
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;