The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.00_10    2011-04-13

 - Fix explicit prereq for JSON::Any (thanks to CPAN testers).
 - Add some test coverage for Status and Status::Folder.

0.00_09    2011-04-10

 - Add tests for backimap moduless
 - Enable kwalitee tests.
 - Refactor backimap options with MooseX::Getopt.
 - Improve error detection while performing backups.
 - Add an option to exclude folders. (e.g. spam)
 - Fix bug on saving folder status.
 - Deal with renaming of IMAP folders.
 - Show a progress bar and ETA.

0.00_08    2011-03-31

 - Try to catch IMAP timeout error.
 - Add support for IMAP-UTF-7 encoding.
 - Add author and email attributes to storage.

0.00_07    2011-03-27

 - Improve status and storage coupling.
 - Add message purging on local storage.
 - Make only 1 storage commit per session.
 - Add option for cleaning dirty storage.

0.00_06    2011-03-21

 - Refactor imap to a Moose attribute.
 - Refactor git repository into generic storage.

0.00_05    2011-03-15

 - Refactor status to a Moose attribute with serialization.
 - Make the whole directory path on init.

0.00_04    2011-03-06

 - Add option to initialize directory.
 - Check previous status before starting backup.

0.00_03    2011-02-25

 - Save messages from all folders recursively.
 - Skip already existing messages.
 - Save application status in JSON.
 - Add verbose option.

0.00_02    2011-02-20

 - Enable developer tests when available.
 - Add usage information.
 - Save INBOX messages into an existing Git repository.

0.00_01    2011-02-13

 - Show new and total number of messages per imap folder.
 - Initial release.