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=-3.0 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 6AA8F1F5AE for ; Fri, 24 Jul 2020 19:53:49 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3B80A120988; Sat, 25 Jul 2020 04:53:06 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 9AA7112097E for ; Sat, 25 Jul 2020 04:53:04 +0900 (JST) Received: by filterdrecv-p3mdw1-75c584b9c6-jl2gb with SMTP id filterdrecv-p3mdw1-75c584b9c6-jl2gb-19-5F1B3C3B-10 2020-07-24 19:53:31.138325881 +0000 UTC m=+2429041.137887036 Received: from herokuapp.com (unknown) by geopod-ismtpd-4-1 (SG) with ESMTP id aUsV1emDQMSeNsxxgXtUxQ for ; Fri, 24 Jul 2020 19:53:31.033 +0000 (UTC) Date: Fri, 24 Jul 2020 19:53:31 +0000 (UTC) From: christophe.fish@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 75106 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17049 X-Redmine-Issue-Author: Nestorfish X-Redmine-Sender: Nestorfish X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?f2Qzf7er4kSr39E=2FSyynbz4vBsb4h+OBq5FRTDabnra1NYEdDBF4fRPEn2VqKC?= =?us-ascii?Q?bALZvkwiJXapO7K0ZZw2O86NGtpnCNpU3V9SZyF?= =?us-ascii?Q?Fl3uOj=2FWFo0+AY1e89QKc+Zn0=2FzSCdshTcriX3x?= =?us-ascii?Q?vPmUukrWEU56=2FLV4qIjRhf57FsKtPxaqztQW52V?= =?us-ascii?Q?QmgZoRzCcnR=2FVa5shEJ0o1D+F2evTMuaSrz4G8N?= =?us-ascii?Q?YxSsSDShyEvV3xRxk=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 99315 Subject: [ruby-core:99315] [Ruby master Bug#17049] Net::IMAP - Handling of NOOP untagged responses sent by Zimbra X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17049 has been reported by Nestorfish (Christophe Le Roy). ---------------------------------------- Bug #17049: Net::IMAP - Handling of NOOP untagged responses sent by Zimbra https://bugs.ruby-lang.org/issues/17049 * Author: Nestorfish (Christophe Le Roy) * Status: Open * Priority: Normal * ruby -v: ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin17] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Zimbra server sends invalid untagged responses to prevent some clients from disconnecting during long-running requests. As they are invalid, they raise an exception in Net::IMAP, while they could be clearly identified and safely ignored. I have opened an issue on net-imap GitHub repository, along with a pull request (https://github.com/ruby/net-imap/issues/2 and https://github.com/ruby/net-imap/pull/3), but it seems I should have reported the issue here. Can we have a look to these ? -- https://bugs.ruby-lang.org/