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: Rmail with movemail. Date: Sun, 2 May 2021 22:29:58 +0000 Message-ID: <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="13203"; mail-complaints-to="usenet@ciao.gmane.io" To: Help GNU Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 03 00:31:09 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 1ldKcG-0003Kb-FO for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 03 May 2021 00:31:08 +0200 Original-Received: from localhost ([::1]:44132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldKcF-00082B-HN for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 18:31:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldKbE-0007ik-84 for help-gnu-emacs@gnu.org; Sun, 02 May 2021 18:30:04 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:57853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldKbB-0005lH-Tt for help-gnu-emacs@gnu.org; Sun, 02 May 2021 18:30:04 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 39D08240026 for ; Mon, 3 May 2021 00:29:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619994598; bh=oUQAH4HuflLRHWt0KfDZL5RiNyjpMZfbOOZXA9yRS38=; h=Date:From:To:Subject:From; b=QPszgPTrU6ypl+xy3JyqzC0AXkvsC5qSQCSYMWYC4iupBSeWHpryPISlIqRDjRhB5 X46rDyyCShKEk/A32GX1MRCD+fJfjlPdBCrWbywjxvEMuOZ0u/z0Lqh3+tONs5DAOD sVH38QNMMCuG2yjHGykojJZwG5rIAUs2eFCvGDZt/eWohyqyVjWXYCWY5bnYNuJ0Iq NCWZHsbQlm0uhPJtHj9Oq1a1xAQ6phNm7021UAHnJ15cM2JokiLPO95RhikY/N1dEy RzhQfiNNQ6Y8LSK3iEM3Ab9nNCmPfbO/Yaghpr0weXUTMzMLTtlk6pu7lLMPQvzPkV n2WM08U1hndsw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FYLQF4MGYz9rxN for ; Mon, 3 May 2021 00:29:57 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.65; envelope-from=aprekates@posteo.net; helo=mout01.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_H3=-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:129349 Archived-At: I cant make Mailutils movemail to work with my imap remote mailbox. Can Rmail use other alternatives , eg : fetchmail ? Alexandros