Releases: joeyates/imap-backup
Releases · joeyates/imap-backup
This release serves only to trigger a new package build
Identical in terms of code to 14.4.0
Handle legacy configuration format better
- Always check whether the configuration file has folders
listed as an Array of Hashes, and convert to the newer,
simpler, structure. See #184
Runnable Docker/Podman Container
From this release on, a container will created with each release that allows using imap-backup with a sole dependency: Docker or Podman.
Example:
docker run -v ./my-data:/data -ti ghcr.io/joeyates/imap-backup:latest \
imap-backup single backup \
--email me@example.com --password mysecret --server imap.example.com \
--path /data/me_example.com
Fix bug in account folder setup
Fixed a bug in account setup where changing the list of folders to back up did not set the account modified flag.
Skip Problematic Messages
Messages that cause errors during serialization are now skipped and the account backup continues.
Configuration-free single account backups
Added a new single backup
command that backs up an account without the need for a configuration file.
All the configuration options are passed as command-line parameters.
New verbosity levels and a bugfix for the version command
- Split verbosity into two levels. The first gives local verbose logging,
the second shows communications with the IMAP server. - Fixed a bug where under certain conditions
imap-backup version
would throw an error.
Bugfix for mirror mode
Fixed a bug in mirror mode where new emails were appended to the .mbox file, but not to the metadata file.
Bugfixes
Deprecated support for Ruby 2.6
v13.0.0 Version 13.0.0