From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E83B61F8C8 for ; Thu, 16 Sep 2021 00:26:53 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] www: support publicinbox.imapserver Date: Thu, 16 Sep 2021 00:26:50 +0000 Message-Id: <20210916002653.12188-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: public-inbox-imapd seems to be holding up so far, so I guess it's safe to advertise... Eric Wong (3): inbox: streamline ->nntp_url www: support publicinbox.imapserver www_stream: note existence of IMAP and NNTP URLs Documentation/public-inbox-config.pod | 28 ++++++--- lib/PublicInbox/Config.pm | 7 ++- lib/PublicInbox/Inbox.pm | 83 +++++++++++++-------------- lib/PublicInbox/WwwStream.pm | 20 ++++++- lib/PublicInbox/WwwText.pm | 16 +++++- t/config.t | 13 +++-- 6 files changed, 107 insertions(+), 60 deletions(-)