Imap Backup Versions Save

Backup and Migrate IMAP Email Accounts

v14.6.1

1 month ago

Fixed a bug in single backup where the --mirror parameter was ignored.

v14.6.0

3 months ago

When the server has a delimiter that is different from the default /, the user can now specify the value.

When the server uses a namespace (that was not present at the moment of backup), it is now possible to specify it.

v14.5.2

3 months ago

Suppressed mailbox and metadata '...is invalid' messages when these files are missing. Now, the messages are printed when a file is actually malformed.

v14.5.1

3 months ago

Previously, mailboxes and metadata files would get deleted after migration.

v14.5.0

4 months ago

v14.4.5

5 months ago

This release serves only to update the documentation at rubydoc.info

v14.4.4

5 months ago

Bugfix: check for the presence of the spec directory before conditionally activating code coverage

v14.4.3

5 months ago

Documentation is now split into two areas:

  • End-user facing: via the README on GitHub
  • Developer: via a different main YARD page on rubydoc.info

v14.4.1

6 months ago

Identical in terms of code to 14.4.0

v14.4.0

6 months ago
  • Always check whether the configuration file has folders listed as an Array of Hashes, and convert to the newer, simpler, structure. See #184