> On 11. May 2022, at 1.17, Darren Mobley <[email protected] > <mailto:[email protected]>> wrote: > > Greetings! > I've been trying to sync my email to a server, however it only syncs the mail > in folders other than INBOX. > > For testing purposes, I've created a fake domain, "letest.tld" and a new > empty user account "[email protected] <mailto:[email protected]>" to > receive the copy of the mail being migrated. > > What I've been trying are iterations of: > > /usr/bin/doveadm -D -o mail_fsync=never -o > dsync_features=empty-header-workaround -o imapc_ssl=imaps -o > imapc_features=rfc822.size,fetch-headers -o dsync_commit_msgs_interval=100 -o > imapc_port=993 -o imapc_host=imap.zoho.com <http://imap.zoho.com/> -o > imapc_password=NoNoTRe4LLyMyP4$$ -o [email protected] > <mailto:[email protected]> -o mail_prefetch_count=20 sync -1Ru > [email protected] <mailto:[email protected]> imapc:
can you record imapc rawlogs to check what the remote responds for some imap commands: doveadm -o <your_imapc_options...> -o imapc_rawlog_dir=/writeable_directory backup -u [email protected] <mailto:[email protected]> -R imapc: Then check the saved rawlogs for hints if the remote even lists all subfolders in response. Sami
