NAME

App::backimap - backups imap mail

VERSION

version 0.00_07

SYNOPSIS

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

ATTRIBUTES

status

Application persistent status.

imap

An object to encapsulate IMAP details.

storage

Storage backend where files and messages are stored.

METHODS

new

Creates a new program instance with command line arguments.

setup

Setups storage, IMAP connection and backimap status.

backup

Perform IMAP folder backup recursively.

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.