From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: rmail_ how download emails for secondary email Date: Tue, 03 Oct 2023 08:58:46 +0300 Message-ID: <83msx06ycp.fsf@gnu.org> References: <2570740aa81ec3b8a853ec5c761659c2@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34855"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 03 07:59:28 2023 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 1qnYRM-0008jd-0G for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 03 Oct 2023 07:59:28 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qnYQi-0006TX-JR; Tue, 03 Oct 2023 01:58:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qnYQg-0006So-Dx for help-gnu-emacs@gnu.org; Tue, 03 Oct 2023 01:58:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qnYQg-0004tm-5Q for help-gnu-emacs@gnu.org; Tue, 03 Oct 2023 01:58:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=qNpJUbd3nsSDnQW1dzjfI6qnwW8rtp4tkljdpdpV4bQ=; b=aRYBh1AgWBNwrI0vpdLL VXt1Oziz1eYVmLlF1QQfrUqUXEJxM95B/zxhydoGIGLi6RDoC1g63aTGdugMgoo6fpAGaw4kjJCoL H3D4ggaPz8lBxkSUNxPiCDz/PqdyCgK7Xh7p8je1VD8naGdLqZvCWl20mmggNhIXFOiKBzDsc149M ffI6yM0xWGv1mGqJKx4MZ9ozE3DyC2BusCgcInSO16rvrP2R4u3fe2D2v52ys2tBYWnwXT/E1USBv cVkcx/15IWUVwb0vkysBFVtDTYkSa78LKfRX1fAjyTeibuKhIS6b7T1Z14cRHIAOKhZsrn2yJ3tX3 OUaxIvdJCSDW9Q==; In-Reply-To: <2570740aa81ec3b8a853ec5c761659c2@disroot.org> (jindam.vani@disroot.org) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145202 Archived-At: > Date: Tue, 03 Oct 2023 07:16:07 +0530 > From: జిందం వాఐి > > * run > cd ~/mail > movemail -v pops://jindam.vani%40disroot.org:PASSWD@disroot.org:995 > ~/RMAIL > movemail -v pops://jindam.vani%40disroot.org:PASSWD@disroot.org:995 > ~/disrt > > * error > movemail: could not create mailbox `pops://jindam.vani%40disroot.org: > Invalid port or service specification Is this movemail from Emacs, or from then GNU Mailtutils package? I think it's the latter, in which case the error means you are not using movemail correctly or something (I have no experience with movemail, sorry). One question I have to ask is why do you use 995 as the port, while your email setup uses different ports? Another questions is why are you using jindam.vani@disroot.org as username instead of just jindam.vani (since the host is specified after that anyway)? If the above doesn't help, I suggest to ask this question on the GNU Mailutils list, since the problem pertains to that package, not to Emacs per se.