From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0IwPGezTAWAGCgAA0tVLHw (envelope-from ) for ; Fri, 15 Jan 2021 17:42:04 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id mAOgFOzTAWAgXAAAB5/wlQ (envelope-from ) for ; Fri, 15 Jan 2021 17:42:04 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 995F9940483 for ; Fri, 15 Jan 2021 17:42:03 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id C694B2A13A; Fri, 15 Jan 2021 12:41:57 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [IPv6:2607:5300:60:c5::1]) by mail.notmuchmail.org (Postfix) with ESMTP id 8A05129919 for ; Fri, 15 Jan 2021 12:41:53 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 605555FF47; Fri, 15 Jan 2021 12:41:52 -0500 (EST) Received: (nullmailer pid 22883 invoked by uid 1000); Fri, 15 Jan 2021 17:41:50 -0000 From: David Bremner To: "Jorge P. de Morais Neto" , notmuch@notmuchmail.org Subject: Re: Please share recommendations of mail fetcher for notmuch on GNU In-Reply-To: <87a6ta5cv4.fsf@disroot.org> References: <87a6ta5cv4.fsf@disroot.org> Date: Fri, 15 Jan 2021 13:41:50 -0400 Message-ID: <877doexfkx.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: FMBNVNUNVNCNZ7RO36GXSBOHNBWL4KIL X-Message-ID-Hash: FMBNVNUNVNCNZ7RO36GXSBOHNBWL4KIL X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.46 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 995F9940483 X-Spam-Score: -0.46 X-Migadu-Scanner: scn1.migadu.com X-TUID: +Ver8MS7Z+iD "Jorge P. de Morais Neto" writes: > Hi. I currently use OfflineIMAP on Python2. However, I want to upgrade > Debian to bullseye, which has no security support for Python2, and > OfflineIMAP's Python3 port is very recent and I fear it is buggy. Could > you then share your recommendation of mail fetcher for notmuch on a GNU > OS? > I have used imap-dl (from mailscripts) and getmail6 for unidirectional fetching. I was happy with imap-dl, but I switched back to getmail6 because I needed non-ssl imap (for complicated reasons involving Microsoft). d