From: Alexandros Prekates <aprekates@posteo.net>
To: Jean Louis <bugs@gnu.support>
Cc: Help GNU Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Rmail with movemail.
Date: Mon, 3 May 2021 10:14:25 +0000 [thread overview]
Message-ID: <20210503131425.1980950a@enous> (raw)
In-Reply-To: <YI8zk8ZOsl1UPMQP@protected.localdomain>
On Mon, 3 May 2021 02:19:47 +0300
Jean Louis <bugs@gnu.support> wrote:
> * Alexandros Prekates <aprekates@posteo.net> [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
next prev parent reply other threads:[~2021-05-03 10:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 22:29 Rmail with movemail Alexandros Prekates
2021-05-02 23:19 ` Jean Louis
2021-05-03 10:14 ` Alexandros Prekates [this message]
2021-05-03 11:14 ` Jean Louis
[not found] ` <YI/SqbVXkJmu7Opk@protected.localdomain>
2021-05-05 10:42 ` Alexandros Prekates
2021-05-02 23:47 ` Emanuel Berg via Users list for the GNU Emacs text editor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210503131425.1980950a@enous \
--to=aprekates@posteo.net \
--cc=bugs@gnu.support \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).