SYNOPSIS

 use Mail::Box::POP3s;
 my $folder = Mail::Box::POP3s->new(folder => $ENV{MAIL}, ...);

See SYNOPSIS in Mail::Box::POP3

DESCRIPTION

This module mainly extends Mail::Box::POP3.

See DESCRIPTION in Mail::Box::POP3

DETAILS

Different kinds of folders

See Different kinds of folders in Mail::Box

Available folder types

See Available folder types in Mail::Box

Folder class implementation

See Folder class implementation in Mail::Box

How POP3 folders work

See How POP3 folders work in Mail::Box::POP3

This implementation

See This implementation in Mail::Box::POP3