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

NAME

App::backimap - backups imap mail

VERSION

version 0.00_06

SYNOPSIS

    use App::backimap;
    App::backimap->new(@ARGV)->run();

METHODS

new

Creates a new program instance with command line arguments.

setup

Setups configuration and prompts for password if needed. Then opens Git repository (initialize if asked) and load previous status.

save

Save current status into Git repository.

backup

Perform IMAP folder backup recursively into Git repository.

run

Parses command line arguments and starts the program.

usage

Shows an usage summary.

AUTHOR

Alex Muntada <alexm@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Alex Muntada.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.