Slashdot Mirror


Gmail Cracks Down on Third-Party Notifiers

crtfdgk writes "Recently, Google's gmail service has attempted to change login protocols to block third-party gmail notifiers that alert you to new email. Google has now taken it one step further and created a word-identification script filter as part of the login process. Personally, I find Google's gmail notifier annoying since it sits in my taskbar and doesn't have popup notification, unlike many other worthy Firefox or Mozilla plugins that feature gmail notification. Shouldn't I be free to use whatever third party software to check my email? Will we be seeing controls on browsers that can view gmail next?"

4 of 490 comments (clear)

  1. really? by Anonymous Coward · · Score: 5, Informative

    I notice no word verification... I like the google gmail notifier it does do pop ups. :) plus you can choose "tell me again" to see the pop up again if you missed it.

  2. This is a rather stupid story. by Radioactive+Zorm · · Score: 5, Informative

    "Google has now taken it one step further and created a word-identification script filter as part of the login process." In fact if you go there now you won't see this. This is part of Gmail's anti bruteforcing stuff. If you get a password wrong so many times it starts requiring you to enter a word to try and stop an automated bruteforcing script. GMAIL ISN'T BLOCKING YOUR 3RD PARTY MAIL NOTIFIER JUST YOU FOR BEING STUPID!

  3. Re:It will get better, not worse by gordyf · · Score: 5, Informative

    IM services have tried repeatedly to block third-party apps. Both AIM and Yahoo have tried to block third-party clients.

    Yahoo blocking

    AIM blocking

    "AOL made changes to their proprietary protocol (called OSCAR) that would ferret out anyone who wasn't using the official client."

  4. Re:Why would google do this? by MrNonchalant · · Score: 5, Informative

    About a week back I downloaded GMail Notifier the official alternative. Then I fired up Ethereal. There is indeed a backdoor protocol. Though from what I can tell from the HTTP GET string it's protected to high hell. GMail notifier sends an HTTP GET query to the GMail server, the GMail server sends back the number (and almost only the number) of messages. Here's the dump:

    GET /gmail?ui=pb&q=label%3A%5Ei%20label%3A%5Eu HTTP/1.1
    User-Agent: Mozilla/5.0 (compatible; GNotify 1.0.21.0)
    Host: gmail.google.com
    Cache-Control: no-cache
    Cookie: en_US; GV=fea7b8d648-b9be26d2425258708508713e52327ed1; GMAIL_AT=6d9cba730be1a490-fea7ca187f; SID=AV8H4FYfeDJ-4lwENnL9kzcyiSJshVSKK2xixnjpjWgHsf 5ZeIhRBn0aSXNXqg9mNrvBpyrfx0ImAGmONYgxv0w=; PREF=ID=446f57901cff551a:TM=1093681541:LM=10937355 79:TB=2:S=QbSoqBBCOK7nKj0f; S=gmail=NK86NtM1S-k:gmproxy=rYXDOT5E60U

    HTTP/1.1 200 OK
    Set-Cookie: SID=AfvmInwaGVRkESW3REmGuiyongiyNzyqguZePHuQUyJ9sf 5ZeIhRBn0aSXNXqg9mNtCkJwBg2BEl1DvtQ6bT250=;Domain= .google.com;Path=/;Expires=Tue, 26-Aug-2014 23:45:55 GMT
    Cache-control: no-cache
    Pragma: no-cache
    Content-Type: application/octet-stream
    Transfer-Encoding: chunked
    Server: GFE/1.3
    Date: Sat, 28 Aug 2004 23:45:55 GMT

    4

    0

    I however absolutely hate the color scheme involved with Notifier, so I will NOT be using it until they improve that. GTray (http://torrez.us/gtray), my app of choice, still works just fine as of about 10 minutes ago. If Google really does close it off at some point, I think we should petition them to open up a version like Google API with similar restrictions.