The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::backimap::IMAP - manages IMAP connections

VERSION

version 0.00_13

ATTRIBUTES

uri

An URI::imap or URI::imaps object with the details to establish an IMAP connection. Password is optional but a prompt will ask for it if not provided.

host

Host name of the IMAP server.

(This attribute is derived from uri above.)

port

Port number of the IMAP server.

(This attribue is derived from uri above.)

secure

Boolean describing whether the connection is secure.

(This attribute is derived from uri above.)

user

User name used to login on the IMAP server.

(This attribute is derived from uri above.)

password

The password the user has to provide to login on the IMAP server. If password is not provided either in the uri or as an argument to the constructor, a prompt will be shown in order to provide it.

(This attribute can be derived from uri above, if provided.)

path

Path name to select from the IMAP server. If not provided all the IMAP folders will be selected recursively.

client

IMAP client connection.

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.