From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28619 invoked from network); 27 May 2021 19:28:40 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 27 May 2021 19:28:40 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmLgN-007o85-Re for ml@inbox.vuxu.org; Thu, 27 May 2021 14:28:39 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lmLgN-00GjsZ-8o for ml@inbox.vuxu.org; Thu, 27 May 2021 14:28:39 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmFqb-00GgHy-S3 for ding@lists.math.uh.edu; Thu, 27 May 2021 08:14:49 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmFqY-006Rqp-Lw for ding@lists.math.uh.edu; Thu, 27 May 2021 08:14:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=BwRApre1hpCfZOtrxglvF/+eoSE8bVIUZVbggNjfHSY=; b=bvlG7p2JQSFt705toyMlBN6US1 D+3LDJNr2M57wnF7v3h6J57rKPrJWrefm6f+3g/ISS0EYjL7roKTqDouWDdRK4AXEtn4e/1cQA1Mn JxIzGCMps3hhfM+5o+FPsRze99ae6tazIqeBO5gso92tSIY+L4q1WSYjCL96OHq4VgpQ=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmFqR-0004kC-Vj for ding@gnus.org; Thu, 27 May 2021 15:14:42 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lmFqR-0009Fw-0Q for ding@gnus.org; Thu, 27 May 2021 15:14:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Dan Christensen Subject: Re: davmail hangs *after* retrieving pop email from Exchange server Date: Thu, 27 May 2021 09:14:32 -0400 Message-ID: <87tumonwsn.fsf@uwo.ca> References: <87fsy8wcns.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cancel-Lock: sha1:DDlfmDhwJf3DJ4BAdErsz6xMEAk= Mail-Copies-To: never List-ID: Precedence: bulk On May 27, 2021, Eric S Fraga wrote: > TL;DR: how do I figure out what gnus is doing when it hangs after > downloading emails via davmail from an Exchange server? This doesn't answer your question, but I use fetchmail to connect to davmail and download the messages, and then I point Gnus at the already downloaded messages. Works well. My only complaint is that davmail doesn't seem to support IDLE (or whatever the equivalent is with Exchange), so I have to make fetchmail poll frequently if I want to see messages quickly. Dan