From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87448 Path: news.gmane.org!.POSTED!not-for-mail From: David Mann Newsgroups: gmane.emacs.gnus.general Subject: Moving mail between imap servers Date: Mon, 27 Mar 2017 23:09:42 -0600 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1490710877 26033 195.159.176.226 (28 Mar 2017 14:21:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 28 Mar 2017 14:21:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) To: ding@gnus.org Original-X-From: ding-owner+m35669=ding+2daccount=gmane.org@lists.math.uh.edu Tue Mar 28 16:21:12 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csrzg-0005c5-1h for ding-account@gmane.org; Tue, 28 Mar 2017 16:21:08 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id caf93184-13c1-11e7-8ed1-b499baa2b07a; Tue, 28 Mar 2017 14:21:12 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1csrzi-0001w5-K2 for ding-account@gmane.org; Tue, 28 Mar 2017 09:21:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1csjwb-0006Uw-2K for ding@lists.math.uh.edu; Tue, 28 Mar 2017 00:45:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1csjwZ-0007Fj-KC for ding@lists.math.uh.edu; Tue, 28 Mar 2017 00:45:24 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1csjwY-0007UV-8u for ding@gnus.org; Tue, 28 Mar 2017 07:45:22 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1csjwI-00040S-4Y for ding@gnus.org; Tue, 28 Mar 2017 07:45:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:kKHbrgLl6NnLryFlJhdosf69A1A= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87448 Archived-At: Hi, I was wondering if it is possible to move a message from one imap server to another using gnus? The specific use-case I am thinking of is as follows. I have a private imap server and a Gmail account. I would like to move some messages from the private account to a Gmail folder. This is possible using something like the Apple Mail app, but when I use gnus with Helm, the only folders shown as available to move mail to are on the same server. So is it possible to move mail between servers? David