get get 'pop3.host.com', $user, $password, sub { my ( $headers, $body, $num, $pop ) = @_; say $headers->get('Subject'); say $body->get(0); $pop->delete($num); };
Module Install Instructions
To install NG, copy and paste the appropriate command in to your terminal.