Mail-Box-POP3

 view release on metacpan or  search on metacpan

lib/Mail/Box/POP3.pm  view on Meta::CPAN



sub listSubFolders(@) { () }     # no


sub openSubFolder($@) { undef }  # fails

sub topFolderWithMessages() { 1 }  # Yes: only top folder


sub update() {shift->notImplemented}

#-------------------------------------------


sub popClient(%)
{   my ($self, %args) = @_;

    return $self->{MBP_client}
        if defined $self->{MBP_client};

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.123 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )