Re: Migrating GMail to Dovecot using imapc

2024-11-21 Thread Jan Naumann via dovecot
On 20.11.24 23:49, Joseph Tam via dovecot wrote: I just did this for my alpine mail reader, and it's not so simple.  It may be simpler to use a mail reader that has XOAUTH2 built in, then connect to both Gmail and your mail account, then drag and drop all your mailboxes. If you want to do it the

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
o doveadm -o imapc_password= -o imapc_sasl_mechanism=xoauth2 ... sync Aki On 18/11/2024 13:01 EET Jan Naumann via dovecot wrote: Dear Dovecot community, I try to migrate a GMail mailbox to Dovecot using `doveadm backup -R imapc:`. Since it seems that GMail disabled the login without

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
On 18.11.24 12:52, Marc wrote: Sorry for being off topic, but why are you deciding to move to dovecot? I have the impression the trend is that everyone is moving to google/outlook? Oh, I am using dovecot for years as my primary (private) mail. Even the company I am working for is still using

Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
Dear Dovecot community, I try to migrate a GMail mailbox to Dovecot using `doveadm backup -R imapc:`. Since it seems that GMail disabled the login without XOAUTH2, I cannot figure out how to authenticate dovecot to GMail. Could you point me in the right direction? Thank you in advance! Best