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-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 0CFEE1F5AE for ; Sun, 14 Jun 2020 00:25:06 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] IMAP fixes for older systems Date: Sun, 14 Jun 2020 00:25:02 +0000 Message-Id: <20200614002505.15384-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (3): testcommon: allow OR-ing module dependencies inboxidle: support Linux::Inotify2 1.x t/imapd*.t: support older Mail::IMAPClient lib/PublicInbox/InboxIdle.pm | 5 ++++- lib/PublicInbox/TestCommon.pm | 11 ++++++++++- t/imap.t | 6 +++--- t/imapd-tls.t | 7 +++++-- t/imapd.t | 9 +++++---- xt/imapd-mbsync-oimap.t | 1 + xt/imapd-validate.t | 2 +- xt/mem-imapd-tls.t | 2 +- 8 files changed, 30 insertions(+), 13 deletions(-)