- or download this
sub connectGMail
{
...
or die "Cannot connect ($@)\n";
return $client;
}
- or download this
sub connectGMail
{
...
or die "Cannot connect ($@)\n";
return $client;
}
- 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.
*******************************************************************