Skip to content

Releases: joeyates/imap-backup

This release serves only to trigger a new package build

15 Nov 12:12
Compare
Choose a tag to compare

Identical in terms of code to 14.4.0

Handle legacy configuration format better

15 Nov 11:00
Compare
Choose a tag to compare
  • 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

03 Nov 08:12
Compare
Choose a tag to compare

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

21 Oct 11:54
Compare
Choose a tag to compare

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

12 Oct 09:56
Compare
Choose a tag to compare

Messages that cause errors during serialization are now skipped and the account backup continues.

Configuration-free single account backups

11 Oct 13:07
Compare
Choose a tag to compare

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

09 Oct 08:28
Compare
Choose a tag to compare
  • 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

06 Oct 12:51
Compare
Choose a tag to compare

Fixed a bug in mirror mode where new emails were appended to the .mbox file, but not to the metadata file.

Bugfixes

06 Oct 09:12
Compare
Choose a tag to compare
  • Fixed a bug where the setup connection tester was not actually
    attempting a connection;
  • Fixed a bug where unseen messages were being marked as seen on iCloud.

Deprecated support for Ruby 2.6

30 Sep 09:27
Compare
Choose a tag to compare
v13.0.0

Version 13.0.0