google-mail

How can I handle secondary authentication in Google Mail from Perl?

This is a pure Google Mail question. I am accessing Google Mail via Perl's Net::SMTP::SSL module. From time to time the authentication fails not because of a bad password, but because of some additional password check. The only way to unlock it is via the web interface with an additional entry of text presented as an image. Has anyone s...

The remote certificate is invalid according to the validation procedure.

Hello, Please help me with this error. It occurs when I send E-mail using C# (System.Net.Mail) through gmail's smtp server. What is the code to solve this problem? Thanks. ...

Example of how to use Javascript + OAuth to get a Gmail inbox feed?

Hello, I'm trying to understand how to use the OAuth Javascript library (http://oauth.googlecode.com/svn/code/javascript/) but I can't work it out. Can anyone provide me with an example of how you would use this library to authenticate with Google and retrieve a Gmail inbox feed (https://mail.google.com/mail/feed/atom/)? I know you can ...