我想將 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