From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Re: Rmail with movemail. Date: Mon, 3 May 2021 10:14:25 +0000 Message-ID: <20210503131425.1980950a@enous> References: <20210503012958.7e220294@enous> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3686"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Help GNU Emacs To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 03 12:14:56 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ldVbM-0000sA-Gl for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 12:14:56 +0200 Original-Received: from localhost ([::1]:52722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldVbL-0005lW-K5 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 06:14:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44072) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldVaw-0005jZ-Vg for help-gnu-emacs@gnu.org; Mon, 03 May 2021 06:14:30 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:37571) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldVau-0008PS-FS for help-gnu-emacs@gnu.org; Mon, 03 May 2021 06:14:30 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B47D02400FC for ; Mon, 3 May 2021 12:14:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1620036865; bh=tdiyM9sC7vvA91c/frUwzAPDg05Odr3JnJKng6HT/0g=; h=Date:From:To:Cc:Subject:From; b=fW0wNpdZvTfht08GIEtkZwBeqnufKBAcsXkWyUzs5Z92imv2HUIDtRL2n1uycOMEw Dpj95zBPmy9ZToLk1zNpZBbA5NcPjpCnbsX4jLiOWjscOeegc8aaQmyqBuEHdEaJ+0 eSsQ85OeOHYFsdqEGoTdlLRj+4CPBhZ9tCRjtt4KXlee2uAu/F5hHpXLjG3Yp8A1G9 hgl5SiywG4bRVxiIwp0hksZyZLvxcdBHrXE3G7oEu6s7Trr2bW2vR8a74WV7mIXz39 0ottzJkoniw1su6Qd38kLXuIIc+P/ozCA4Uz3Q0aXGIensJN0dItRIX5qEgFkQ+N90 sWuiBt/Pms2UQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FYf346G6bz9rxf; Mon, 3 May 2021 12:14:24 +0200 (CEST) In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=aprekates@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:129368 Archived-At: On Mon, 3 May 2021 02:19:47 +0300 Jean Louis wrote: > * Alexandros Prekates [2021-05-03 01:31]: > > I cant make Mailutils movemail to work with my imap remote mailbox. > > > > Can Rmail use other alternatives , eg : fetchmail ? > > Yes, it can use. > > Please post your movemail settings. I will try to re-construct from > Lisp, how I use movemail: > > $ timeout 10m /usr/bin/movemail -m v > 'imaps://USERNAME:PASSWORD@IMAP.EXAMPLE.COM:994/INBOX' "~/Maildir/" > > Is that how you use it? > > Posteo gives: incoming mail server (IMAP): With STARTTLS using port 143, or with SSL/TLS encryption using port 993 $ cd ~ $ mkdir -p ~/mailFromMovemail/{cur,new,tmp} I have tried: $ movemail -m -vv \ 'imaps://foo:***@posteo.eu:993/INBOX' \ "~/mailFromMovemail" I tried to add my full username but i read that instead of foo@posteo.eu i should use foo%40posteo.eu $ movemail --debug-level='mailbox.prot' -p -vvv \ 'imaps://foo%40posteo.eu:***@posteo.de:993/INBOX' \ "~/mailFromMovemail" movemail: Reading user ticket file /home/chomwitt/.mu-tickets movemail: Retrieved and set ticket: 0 movemail: opening mailbox imaps://foo%40posteo.eu@posteo.de:993/INBOX movemail: mailbox `imaps://foo%40posteo.eu@posteo.de:993/INBOX': cannot open: Input/output error and if i try imap and not imaps. $ timeout 10m movemail --debug-level='mailbox.prot' -p -vvv \ 'imap://foo%40posteo.eu:***s@posteo.de/INBOX' \ "~/mailFromMovemail" movemail: Reading user ticket file /home/chomwitt/.mu-tickets movemail: Retrieved and set ticket: 0 movemail: opening mailbox imap://foo%40posteo.eu:***@posteo.de/INBOX movemail: S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED] Dovecot ready. movemail: C: 01 CAPABILITY movemail: S: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS LOGINDISABLED movemail: S: 01 OK Pre-login capabilities listed, post-login capabilities have more. movemail: C: 02 STARTTLS movemail: S: 02 OK Begin TLS negotiation now. movemail: C: 03 CAPABILITY movemail: mailbox `imap://foo%40posteo.eu:***@posteo.de/INBOX': cannot open: Authentication failed