Joe Yates
Joe Yates
@stefangries You can create a config file and use that with Docker/Podman. Something like this: ```sh docker \ run \ --rm \ -v /hostpath/data:/data \ -v /hostpath/config:/config \ ghcr.io/joeyates/imap-backup:latest \...
Fixed in [v14.6.1](https://github.com/joeyates/imap-backup/releases/tag/v14.6.1)
Hi @bentolor That's an interesting one! If the `thunderbird` gem had a mailbox message iterator, the rest would just be a bit of glue and deciding on the import and...
With Thunderbird, it's not sufficient to read the mailbox file itself to get the messages. This is for two reasons. Firstly, the mailbox may contain messages that have been deleted....
I'll leave this open in the hope that an easier solution comes to light. Otherwise, I may just write a Mork parser!
I've added a `contrib` script with an example of import from Thunderbird.
Hi @stefangries It's seems to be failing **after** login. It looks like you're using the container here, but below I'll write the commands as though you had imap-backup installed locally....
@stefangries Any updates on this?
@stefangries I'll close for now. If you discover any new info, feel free to repoen.
Hi @liamwhite I'm using your fork with Elixir >= 1.15 and it solves the neotoma missing module problem. But, I get this warning: ```sh both :extra_applications and :applications was found...