How do I authenticate into Gmail using Perl?
问题 I've installed this module to gain access and controls within a Gmail inbox. However, when I try to connect through a small Perl script and test the functionality, I get this error message. Error: Could not login with those credentials - could not find final URL Additionally, HTTP error: 200 OK This is an error built within the Gmail.pm module. I can ping the URL in question ( https://www.google.com/accounts/ServiceLoginBoxAuth ) so I feel that the trouble isn't finding the URL. Furthermore,