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.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 76B5C1F54E for ; Fri, 29 Jul 2022 20:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1659127264; bh=v7KQf0KIfw3qat0fFtYOBEd23IlLDQLFwxXbr1tKtn0=; h=From:To:Subject:Date:From; b=S1Rhdgv7+szjl8ak6Uo6jLsRYOeBBFixiHH6O1D01dxDf7e8CP0NlSL9rny2sdUib eOHFMQIdNfFjeARjdSWr+nOrB2Nm/cxVl+8QHr/mPIHIOfZxskdBtw7o/dDvxCsaG/ FnUgfvGOAIqUNDGoJrdRcCVcEqUem7s+BYYxyBdg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] POP3 docs + tests for users and BOFHs Date: Fri, 29 Jul 2022 20:41:02 +0000 Message-Id: <20220729204104.8563-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Deployed to: https://yhbt.net/lore/lkml/_/text/help/ (also testing some -netd stuff which ain't quite ready, yet...) Eric Wong (2): doc|www: flesh out POP3 documentation for servers and users tests: maintainer test for using mpop Documentation/public-inbox-config.pod | 7 +++ MANIFEST | 1 + lib/PublicInbox/Inbox.pm | 30 +++++++++-- lib/PublicInbox/WwwText.pm | 26 ++++++--- xt/pop3d-mpop.t | 77 +++++++++++++++++++++++++++ 5 files changed, 131 insertions(+), 10 deletions(-) create mode 100644 xt/pop3d-mpop.t