Help for this page

Select Code to Download


  1. or download this
    sub connectGMail
    {
    ...
        or die "Cannot connect  ($@)\n";
        return $client;
    }
    
  2. or download this
    sub connectGMail
    {
    ...
        or die "Cannot connect  ($@)\n";
        return $client;
    }
    
  3. or download this
    *******************************************************************
     Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client
    ...
     connection open to Man-In-The-Middle attacks please set
     SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application.
    *******************************************************************