From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WHGwA9UL/17RTwAA0tVLHw (envelope-from ) for ; Fri, 03 Jul 2020 10:43:33 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 6I3+OtQL/16IFAAAbx9fmQ (envelope-from ) for ; Fri, 03 Jul 2020 10:43:32 +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 (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4C00894062F for ; Fri, 3 Jul 2020 10:43:31 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id CB6D01FA31; Fri, 3 Jul 2020 06:43:21 -0400 (EDT) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by mail.notmuchmail.org (Postfix) with ESMTPS id 53DE21F705 for ; Fri, 3 Jul 2020 06:43:19 -0400 (EDT) Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 49ys4k2JtgzFdrt; Fri, 3 Jul 2020 03:43:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1593772998; bh=CajH2hVaz/SXhTfnTVABlvLLxx4ApRL2xz4mkzjtfM0=; h=Date:From:To:Subject:References:In-Reply-To:From; b=I6CHa5haAsYRPIFMyCWsvSXuC773Hs5paeBJ3+US9qFqdSzeeWsjb1fc6nmEnYmXb ItM1ZawUleHjnY0r3hC0VNq9f7WSyDfqCl6VXiJiXYKOtwem2KGoMVeFCQCI0z7CJL 3mL9lkwd6dlvK/8zy1ss0qJNZyT8yaIg4ED4IG3g= X-Riseup-User-ID: 5C03FBB29DBE8A548A1EBB52401588AC3D34F4392A2D98A80A14B97E14602D3E Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 49ys4j3XHVzJpc5; Fri, 3 Jul 2020 03:43:17 -0700 (PDT) Date: Fri, 3 Jul 2020 10:43:12 +0000 From: Georg Faerber To: Tomer B , notmuch@notmuchmail.org Subject: Re: Newbie: On Outlook Exchange how to use notmuch to connect to it? Message-ID: <20200703104312.GB5725@debian> References: <87wo3lu4i8.fsf@fifthhorseman.net> Content-Disposition: inline In-Reply-To: <87wo3lu4i8.fsf@fifthhorseman.net> Message-ID-Hash: 6TQMIUW5LEN35PI53WKMVRBQFFC2CZR7 X-Message-ID-Hash: 6TQMIUW5LEN35PI53WKMVRBQFFC2CZR7 X-MailFrom: georg@riseup.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: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=riseup.net header.s=squak header.b=I6CHa5ha; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=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-Spam-Score: 1.63 X-TUID: l+GH9+YTXS3B On 20-07-02 14:59:59, Daniel Kahn Gillmor wrote: > Notmuch only works with a local maildir. So what you need is a way to > get a copy of your messages from Exchange and build a local maildir. > > I'm afraid i don't have a good answer for that -- it will typically > depend on how Exchange is configured. If Exchange has an IMAP > connector enabled, you can use a tool like imap-dl (from the > mailscripts package), getmail, or offlineimap to retrieve the messages > via IMAP and stash them in a local maildir. > > If Exchange doesn't have an IMAP connector enabled, then you'll need > to learn more about what interfaces are available for you to fetch the > underlying messages. In case your Exchange doesn't offer IMAP, davmail [1] might be of help, which supports Outlook Web Access as well. Cheers, Georg [1] http://davmail.sourceforge.net/ _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org