Help for this page

Select Code to Download


  1. or download this
    0 LOGIN mda "xxxxxx"
    0 OK LOGIN Ok.
    ...
    2 LOGOUT
    * BYE Courier-IMAP server shutting down
    2 OK LOGOUT completed
    
  2. or download this
    sub login {
     my ( $self, $user, $pass ) = @_;
    ...
        process => sub { },
     );
    }
    
  3. or download this
    package Net::IMAP::Simple;
    
    ...
     );
      return $unseen;
    }