Joe Yates

Results 47 comments of Joe Yates

This PR addresses the problem brought up in #84

Hi @LMRW I'm surprised you're seeing "-From:" replacing "From:" in MBOX files. imap-backup does something similar because it stores messages on disk in the MBOXRD format. It replaces `From `...

Hi again @LMRW This issue has not come up before through direct use of imap-backup. I suspect this may be an issue related to the Docker image. If so, it...

Hi @LMRW The best approach I can think of is to **alter** the imap-backup source code and see what changes. ```sh gem info imap-backup ``` should tell you where it...

Hi @dieterdanger Please run the following commands and paste the output: ``` sw_version brew --version imap-backup version ``` Also * Are you backing up emails from more than one account?...

@LMRW @dieterdanger Any updates on this?

@LMRW Thanks for the info. So, just to confirm what's on the disk, please open an .mbox file with a text editor , e.g. TextEdit on macOS, and check whether...

Thanks @LMRW for the further information. So, it looks like there is no imap-backup bug here, it's an oddity of the client used to open the messages.

It's certainly weird, but, it seems that imap-backup is saving the files correctly. BTW, I opened one of imap-backup's .mbox files with the Apple Mail program, but didn't see any...

Hi @stefangries You're right - `single backup` is missing this feature of the normal backup! I'll add it to the TODO list