NAME
App::backimap - backups imap mail
VERSION
version 0.00_04
SYNOPSIS
use App::backimap;
App::backimap->new(@ARGV)->run();
METHODS
new
Creates a new program instance with command line arguments.
config
Setups configuration and prompts for password if needed.
login
Connects to IMAP server.
logout
Disconnects from IMAP server.
setup
Open Git repository (initialize if asked) and load previous status.
status
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.