Apple Mail cannot open imap-backup's mbox-files (with fix) #263
Replies: 4 comments 2 replies
-
|
imap-backup uses the mboxrd format for serialization. Where you're seeing Currently, imap-backup has a Thunderbird exporter. It might make sense to add an exporter for Apple Mail - PRs welcome! |
Beta Was this translation helpful? Give feedback.
-
|
You're quite right. This needs to be sorted out! I've started working on a fix. I'll open an issue to track it. |
Beta Was this translation helpful? Give feedback.
-
|
I've opened issue #264 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing this solution. Your fix for the Apple Mail MBOX import issue is very useful and may help many users facing the same problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I used imap-backup to save some older mails from my account and the download worked flawlessly. Thanks a lot for the tool.
However, Apple Mail is not able to import the stored .mbox-files. I debugged the issue with Gemini 3.5 and could solve it by removing the colon from the escaped (with >) From-Line. Gemini claims that the colon is not per standard. I have no other source for that, but only without the colon Apple Mail can open the .mbox-files.
Here is an example to make it clearer:
The second last line should read (to be compatible with Apple Mail):
I used sed to fix it:
Can anybody else confirm that this format is working for ther clients? Then it might be worth changing the output?
Kind regards,
Henning
Beta Was this translation helpful? Give feedback.
All reactions