我想将 Gmail 中的旧邮件帐户同步到新的 imap 服务器,但目标上的 SENT 文件夹是空的。我尝试使用 imapsync 命令:
imapsync \
--user1 [email protected] \
--password1 'password1' \
--host2 newserver.example.com \
--user2 [email protected] \
--password2 'password2' \
--gmail1 \
--folderfirst 'SENT' \
--folderlast 'All'\
--delete2 \
已发送邮件位于“所有”文件夹中,但未显示在“已发送”文件夹中。您能帮助我吗?
答案1
可以给我 imapsync 显示的文件夹列表吗?
选项 --folderfirst 需要准确的名称、大小写以及完整的路径。
所有这些都是不同的:
imapsync ... --folderfirst Sent --folderfirst INBOX.Sent --folderfirst Inbox.Sent