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