Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Gmail Cracks Down on Third-Party Notifiers

Posted by timothy on Sat Aug 28, 2004 03:03 PM
from the their-sandbox-their-rules dept.
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?"
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Well... (Score:4, Insightful)

    by ghettoboy22 (723339) * <scott.a.johnson@gmail.com> on Saturday August 28 2004, @03:05PM (#10098005)
    (http://akghetto.com/)
    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?

    My feeling is that if it's a *FREE* service (meaning you don't pay Google anything to use Gmail) then no, you shouldn't be free to use whatever third party software you choose.

    Sorry but when you're not even a paying customer, I feel no love.
    • Re:Well... (Score:5, Insightful)

      by garcia (6573) * on Saturday August 28 2004, @03:09PM (#10098049)
      (http://www.lazylightning.org/)
      My feeling is that if it's a *FREE* service (meaning you don't pay Google anything to use Gmail) then no, you shouldn't be free to use whatever third party software you choose.

      I share your feeling for the most part but I really don't understand their actions. Why not stop wasting your coding time during a beta program stopping third parties from making their experience better and work on adding the things the users want (ie POP3, Opera support, HTML-only, etc?)
      [ Parent ]
      • Re:Well... by mindstrm (Score:2) Saturday August 28 2004, @03:15PM
        • Re:Well... by garcia (Score:1) Saturday August 28 2004, @03:17PM
          • Re:Well... (Score:5, Insightful)

            by mindstrm (20013) on Saturday August 28 2004, @05:29PM (#10099024)
            Realistically, they keep the backlash to a minimum by stopping it early. If some great tools came out now, and then google suddenly axed them when they went out of beta there would be even more people saying google sucks, is unfair, etc...

            In a public beta like this, PR is still very important. The brand is already at stake. To treat it any other way would be stupid. People won't care about the Beta distinction later.
            [ Parent ]
          • Re:Well... by AvitarX (Score:2) Saturday August 28 2004, @09:28PM
        • Re:Well... by Jimbobbob (Score:2) Saturday August 28 2004, @04:36PM
          • Re:Well... by mvpll (Score:2) Saturday August 28 2004, @09:50PM
            • Re:Well... by Jimbobbob (Score:1) Saturday August 28 2004, @10:11PM
      • Re:Well... (Score:4, Informative)

        by moonbender (547943) <(moc.liamg) (ta) (rednebnoom)> on Saturday August 28 2004, @03:43PM (#10098299)
        ...Opera support...

        Note that Opera 7.6 [opera.com] (currently in beta/development) has enhanced Gmail support. I just saw there is actually an entire website devoted to Gmail on Opera [scss.com.au].
        [ Parent ]
        • Gmail support by FrankHaynes (Score:1) Sunday August 29 2004, @03:37PM
        • 1 reply beneath your current threshold.
      • Re:Well... (Score:5, Insightful)

        because you want to control the ping to one every ten minutes. Imagine if 3 million people had notifier on and they were pinging your server every ten seconds each. That's 300,000 hits per second. No good.
        [ Parent ]
        • Re:Well... (Score:4, Funny)

          by droleary (47999) on Saturday August 28 2004, @04:17PM (#10098541)
          (http://droleary.subsume.com/)

          because you want to control the ping to one every ten minutes. Imagine if 3 million people had notifier on and they were pinging your server every ten seconds each. That's 300,000 hits per second. No good.

          Gee, if only there were some way to track down those abusers by virtue of their abuse rather than the nature (third-party) of the app doing the checking. You know, some sort of identifier like an email address or something . . .

          [ Parent ]
          • Re:Well... by orangesquid (Score:2) Saturday August 28 2004, @04:43PM
            • Re:Well... by karmatic (Score:1) Saturday August 28 2004, @05:40PM
            • Re:Well... by Jedi Alec (Score:1) Saturday August 28 2004, @06:06PM
              • 1 reply beneath your current threshold.
            • Re:Well... by supabeast! (Score:2) Sunday August 29 2004, @09:28PM
        • Re:Well... by Thundertje (Score:2) Saturday August 28 2004, @04:24PM
          • Re:Well... by attam (Score:2) Saturday August 28 2004, @04:31PM
            • Re:Well... by Thundertje (Score:1) Saturday August 28 2004, @04:37PM
          • Re:Well... (Score:5, Informative)

            by tylernt (581794) on Saturday August 28 2004, @04:37PM (#10098652)
            The 3rd party scenario is relatively CPU and network intensive. You have to handshake a TCP connection, then poll the server, then close the connection again. And you have to do it every X minutes (and most users will set X to as small a number as they can).

            Google can set it up so that the client establishes a TCP connection and then using periodic keepalives, keeps it up. Then instead of the client polling every X minutes, the server can simply send the client notification (one little packet) when there is new mail. By eliminating polling and TCP handshake overheads, it's a little more server-friendly. It might require a little more RAM to keep track of all those TCP connections, but RAM is cheap and each connection only consumes a few bytes.
            [ Parent ]
          • Re:Well... by follower-fillet (Score:2) Saturday August 28 2004, @09:34PM
        • Re:Well... (Score:5, Insightful)

          by Otto (17870) on Saturday August 28 2004, @07:42PM (#10099748)
          (http://ottodestruct.com/)
          because you want to control the ping to one every ten minutes.

          Two minutes. GMail's official Notifer checks every 2 minutes.

          The big deal is that they want third party apps to stop actually logging in and pulling the full HTML for the main page, and start copying what the notifier does, which is to pull down something much smaller, simpler, and less CPU intensive for google.

          Also, it prevents their statistics from being skewed by apps acting like actual people. What, you think they're not logging stats on this stuff?
          [ Parent ]
          • Re:Well... by follower-fillet (Score:2) Saturday August 28 2004, @09:40PM
          • Re:Well... by God! Awful 2 (Score:2) Sunday August 29 2004, @01:19PM
            • Re:Well... by nyquil (Score:1) Sunday August 29 2004, @04:54PM
              • Re:Well... by God! Awful 2 (Score:2) Monday August 30 2004, @11:28AM
        • Re:Well... by Snaller (Score:2) Tuesday August 31 2004, @08:08AM
        • Re:Well... by mgcarley (Score:1) Sunday September 05 2004, @11:33PM
        • 1 reply beneath your current threshold.
      • Re:Well... by Rethcir (Score:1) Saturday August 28 2004, @03:53PM
      • Re:Well... (Score:5, Insightful)

        by Arcanix (140337) on Saturday August 28 2004, @03:56PM (#10098390)
        (http://www.rage.ws/)
        POP3 support would destroy the entire reason google provides the service, the ads that are displayed. Unless you want the ads embedded in your e-mail which is far worse than seeing them next to your messages on the web site in my opinion...
        [ Parent ]
        • Re:Well... (Score:5, Informative)

          by darc (532156) on Saturday August 28 2004, @04:55PM (#10098774)
          (Last Journal: Friday August 29 2003, @06:09PM)
          According to Gmail's feature wishlist : (you can get this by going to help and hitting send feedback)

          done! Address book import
          we'll try Opera support
          we'll try Ability to send messages with HTML formatting
          we'll try POP3 access
          working on it Plain HTML version of Gmail
          working on it Ability to save a draft

          So this is not entirely out of the question.
          [ Parent ]
          • Re:Well... (Score:4, Interesting)

            by kalidasa (577403) * on Saturday August 28 2004, @10:13PM (#10100503)
            (Last Journal: Monday October 29, @09:37AM)
            By "We'll try POP3 access" do they mean letting you get your email via POP3 from gmail accounts, or using the GMail interface to read your existing POP3 accounts (and store your mail). I thought the latter, myself.
            [ Parent ]
          • Re:Well... by SilkBD (Score:1) Tuesday August 31 2004, @01:06PM
        • Here's information about IMAP for Gmail by theskeptic (Score:1) Saturday August 28 2004, @05:09PM
        • Re:Well... by Aerion (Score:2) Saturday August 28 2004, @11:17PM
          • Re:Well... by funkywhat2 (Score:1) Sunday August 29 2004, @12:43AM
        • Re:Well... by Boricle (Score:1) Sunday August 29 2004, @03:20AM
        • 3 replies beneath your current threshold.
      • Re:Well... by Audacious (Score:2) Saturday August 28 2004, @04:58PM
      • Re:Well... by nzkbuk (Score:2) Saturday August 28 2004, @07:07PM
      • Re:Well... by PastaLover (Score:1) Sunday August 29 2004, @01:22PM
      • Re:Well... by boarsai (Score:1) Sunday August 29 2004, @08:08PM
      • Re:Well... by DrPascal (Score:3) Saturday August 28 2004, @05:06PM
        • 1 reply beneath your current threshold.
      • Re:Well... by entitude (Score:1) Sunday August 29 2004, @12:42AM
      • 3 replies beneath your current threshold.
    • Re:Well... by jabber-admin (Score:2) Saturday August 28 2004, @03:14PM
    • Re:Well... by TeknoHog (Score:1) Saturday August 28 2004, @03:18PM
      • Re:Well... (Score:5, Insightful)

        by ghettoboy22 (723339) * <scott.a.johnson@gmail.com> on Saturday August 28 2004, @03:40PM (#10098284)
        (http://akghetto.com/)
        GNU/Linux is free because people from around the world work with the intention/knowledge the fruit of their labor will be free.

        Google is a for profit corporation who's main source of income is from their advertisers. Totally different
        [ Parent ]
        • 1 reply beneath your current threshold.
      • Re:Well... by secolactico (Score:2) Saturday August 28 2004, @04:53PM
        • Re:Well... (Score:4, Funny)

          by Jedi Alec (258881) on Saturday August 28 2004, @06:09PM (#10099273)

          (You know I'm right because I used a foreign language phrase...)

          Oooooh, you speak Freedom...

          sorry, couldn't resist ;-)
          [ Parent ]
          • 1 reply beneath your current threshold.
        • Re:Well... by photon317 (Score:2) Thursday September 02 2004, @11:41AM
      • Re:Well... by Minna Kirai (Score:2) Sunday August 29 2004, @01:38AM
      • Re:Well... by dave420 (Score:2) Sunday August 29 2004, @07:26AM
      • 1 reply beneath your current threshold.
    • Re:Well... by Devar (Score:2) Saturday August 28 2004, @03:20PM
      • Re:Well... (Score:5, Insightful)

        by waynelorentz (662271) on Saturday August 28 2004, @03:52PM (#10098358)
        (http://www.glasssteelandstone.com/)
        You don't have to if you dont want to, but if I do and I find that useful than I believe I have every right to.

        There's that word right that people keep abusing. "I have the right to this... I have the right to that." Bottom line is -- no, you don't have the right to a lot of things. The rights you have are very clearly spelled out by the laws of your country. In the case of the United States, the Bill of Rights. I don't remember the constitution being ammended to include people having the right to leach off of other people's work.

        Like many people before you, you confuse a "right" with "I really really wanna. Waaah!"
        [ Parent ]
        • Re:Well... (Score:4, Insightful)

          by belroth (103586) on Saturday August 28 2004, @04:18PM (#10098546)
          The rights you have are very clearly spelled out by the laws of your country. In the case of the United States, the Bill of Rights.
          That rather depends upon your philosophical outlook to law.

          View 1) everything which is not explicitly allowed is forbidden.
          View 2) everything which is not explicitly forbidden is allowed.

          Your call : does your Bill of Rights define all of the rights which you have?

          [ Parent ]
          • Re:Well... (Score:4, Insightful)

            by Zackbass (457384) on Saturday August 28 2004, @04:40PM (#10098672)
            It is actually a VERY easy to settle issue. Start by reading it, and when you're doing with that learn some of the history the surrounded its creation. Read the Federalist papers. Read the opinions of the various framers. Many of them were VERY vocal.

            Here's a hint about what they say: view 2 is correct, view 1 was the framers' worst nightmare. One of the major concerns in the adoption of the bill of rights was that people might eventually start to believe view 1.
            [ Parent ]
            • Re:Well... by jon787 (Score:3) Friday September 03 2004, @04:29PM
            • 1 reply beneath your current threshold.
          • Re:Well... (Score:4, Informative)

            by Registered Coward v2 (447531) on Saturday August 28 2004, @04:42PM (#10098683)
            Your call : does your Bill of Rights define all of the rights which you have?

            No, it specifically limits the US Government's ability to curtail our rights. Our Constitution specically states that any rights not enumerated in it are reserved to the states or the people.

            As a side note, it applies to our government, not private citizens and contracts that they undertake. Which is why , when people start screaming "Company X violated my 1st amendment rights" I realize they have no idea about what they speak.
            [ Parent ]
            • Re:Well... by karmatic (Score:2) Saturday August 28 2004, @05:46PM
            • Re:Well... by modge (Score:1) Sunday August 29 2004, @05:10AM
            • 1 reply beneath your current threshold.
          • Re:Well... (Score:5, Informative)

            Your call : does your Bill of Rights define all of the rights which you have?

            Article IX: The enumeration in the Constitution, of certain rights, shall not be construed to deny or disparage others retained by the people.

            [ Parent ]
          • Re:Well... by ibbey (Score:3) Saturday August 28 2004, @05:19PM
            • Re:Well... by mrchaotica (Score:2) Saturday August 28 2004, @05:43PM
              • Re:Well... by ibbey (Score:2) Sunday August 29 2004, @02:40AM
            • 1 reply beneath your current threshold.
          • 2 replies beneath your current threshold.
        • Bzzt! wrong. by HoneyBunchesOfGoats (Score:2) Saturday August 28 2004, @04:25PM
        • Re:Well... by cHiphead (Score:3) Saturday August 28 2004, @05:21PM
          • Re:Well... by jimbolaya (Score:2) Saturday August 28 2004, @07:03PM
            • Re:Well... by swv3752 (Score:2) Saturday August 28 2004, @09:47PM
        • Re:Well... by Alchemar (Score:1) Saturday August 28 2004, @08:48PM
          • Correction by Alchemar (Score:1) Saturday August 28 2004, @08:51PM
        • That's exactly why (Score:4, Interesting)

          by wurp (51446) on Saturday August 28 2004, @09:44PM (#10100367)
          (http://www.moochmuch.com/)
          That's exactly why Patrick Henry, among others, was *opposed* to the Bill of Rights - because people like you would say it was a complete list of rights, rather than a list of minimal guaranteed rights among many other rights.

          What it boils down to is that you have whatever rights you have the ability and willingness to demand. What _that_ generally boils down to is that you have whatever rights your culture grants you. It is a bad, bad move as a culture for us to decide people have some minimal set of rights that can be enumerated somewhere - instead, keep pushing the envelope of your rights until it includes everything that doesn't hurt someone else.

          That said, I don't believe we have a right to force Google to make it easy for 3rd party mail notifiers to work. It did miff me until someone pointed out how their notifier could be much more efficient. I wouldn't be surprised to see them solidify the notifier API and make it a public release after they have tested it for a while.
          [ Parent ]
        • Re:Well... by brianerst (Score:1) Saturday August 28 2004, @10:09PM
      • Re:Well... by Weirdofreak (Score:2) Saturday August 28 2004, @05:03PM
        • Re:Well... by ultranova (Score:2) Saturday August 28 2004, @06:17PM
          • Re:Well... by Weirdofreak (Score:2) Sunday August 29 2004, @04:19AM
      • 1 reply beneath your current threshold.
    • Re:Well... by kunudo (Score:2) Saturday August 28 2004, @03:40PM
    • Re:Well... by Doc Ruby (Score:2) Saturday August 28 2004, @03:41PM
    • Re:Well... by Luminari (Score:2) Saturday August 28 2004, @03:48PM
      • Re:Well... by athakur999 (Score:2) Sunday August 29 2004, @09:22AM
    • Has anyone considered the possibility that the reason they're blocking these notifiers isn't because they have a problem with the idea, but rather there isn't a standard upon which they've settled on?

      What I mean is, Slashdot bans people when they abusively pull RSS feeds too often, and ask people to only pull RSS once every 30 minutes, and no more often than that. It's possible that these programs are pinging the crap out of the server, essentially DDOS'ing the sytem with mindless queries every few seconds to every few minutes. If the notifiers only queried once every half hour, there would be no issue, but hen people would find it useless since there would be up to a half hour delay on being notified of new mail.

      I think therein lies the crux of the matter.
      [ Parent ]
    • Re:Well... by knipknap (Score:1) Saturday August 28 2004, @04:08PM
    • Re:Well... by till.k (Score:1) Saturday August 28 2004, @04:25PM
      • Re:Well... by Jedi Alec (Score:1) Saturday August 28 2004, @06:18PM
    • Re:Well... by YowzaTheYuzzum (Score:1) Saturday August 28 2004, @04:29PM
      • Re:Well... by ghettoboy22 (Score:2) Saturday August 28 2004, @05:34PM
    • Re:Well... (Score:5, Insightful)

      by randyest (589159) on Saturday August 28 2004, @05:44PM (#10099101)
      (http://randyrandy.net/)
      You are correct.

      Moreover, the only sort of person who could describe Google's changing of a free beta tool's interface as "cracking down" is someone who has never himself been cracked-down upon.

      This isn't "cracking down." But at least it wasn't an YRO [slashdot.org] story.

      If google's free gmail broke your favorite notifier plugin and that really upsets you, then you're taking free email far too seriously.
      [ Parent ]
      • Re:Well... by momerath2003 (Score:1) Saturday August 28 2004, @10:31PM
    • Re:Well... by chewy_2000 (Score:1) Saturday August 28 2004, @07:20PM
      • 1 reply beneath your current threshold.
    • Re:Well... by reeb (Score:1) Saturday August 28 2004, @09:36PM
    • Re:Well... by Bz3rk (Score:1) Saturday August 28 2004, @11:33PM
    • Re:Well... by Mr.Locke (Score:1) Friday September 03 2004, @06:21AM
    • 3 replies beneath your current threshold.
  • Gmail Notifier is NOT complete by Anonymous Coward (Score:1) Saturday August 28 2004, @03:05PM
  • It will get better, not worse (Score:5, Insightful)

    by Patik (584959) * <.cpatik. .at. .gmail.com.> on Saturday August 28 2004, @03:05PM (#10098010)
    (http://www.patik.com/ | Last Journal: Monday December 27 2004, @10:46AM)
    Google is already working on support for Opera, POP3 access, a plain HTML version of Gmail, and many other things [google.com]. I think Gmail will continue to add more freedom, not take it away.

    Who says Google is trying to stifle 3rd party apps? It is still beta, they are still fixing things, and nothing has been finalized. Instant Messenger services change their protocols occasionally but they don't block 3rd party apps.

    Either way, if you've got a Gmail account, be sure to give them your two cents [google.com].

  • Why would google do this? (Score:5, Insightful)

    by tao_of_biology (666898) <tao.of.biology@gm a i l . com> on Saturday August 28 2004, @03:05PM (#10098012)
    Forgive any ignorance I display here, as I'm not one of the fortunate few who has gmail (yet).

    I've been trying to imagine why google would do such an un-google thing. Perhaps they're worried about coders going to next level, and coding up entire gmail readers--or incorporating gmail account readers into something like Thunderbird [mozilla.org]. Adding that word-identification script filter to the login process would certainly prevent something like that--but also has the side effect of blowing up the seemingly innocuous gmail email notifier.

    Which leads me to wonder how google's own system tray email notification program can still work. Obviously it's still possible, in theory, to do this same thing in spite of the word-identification script filter. Perhaps google will publish an API that 3rd party developers can use solely for the use of gmail notification abilities in their own programs.

    I can't believe (thought it's definitely possible) that their goal would be to blow up only the 3rd party email notification programs. It seems like 3rd party notification programs would serve to only promote the use of gmail. And, as far as I know, they gain no ad revenue directly from their gmail notification system tray icon.

    They actually publish an API for doing (limited) google searches in 3rd party programs, which seems like a more overt way to avoid ads and avoid google's revenue source. Maybe that'll be history soon, who knows? I hope this isn't an indication of their new corporate policy and philosophy.

  • What's the problem for them with allowing that? by the_rajah (Score:2) Saturday August 28 2004, @03:05PM
  • Browsers (Score:3, Interesting)

    by z0ink (572154) on Saturday August 28 2004, @03:05PM (#10098016)
    "Will we be seeing controls on browsers that can view gmail next?" Well, there already are restrictions in the way they have the site built. I can't use lynx (or links/elinks) or konqueror to access my GMail as it is.
    • Re:Browsers by Peter Cooper (Score:2) Saturday August 28 2004, @03:11PM
      • Re:Browsers by wud (Score:1) Tuesday August 31 2004, @02:32PM
    • Re:Browsers by Anonymous Coward (Score:1) Saturday August 28 2004, @03:15PM
    • Re:Browsers by sirReal.83. (Score:1) Saturday August 28 2004, @05:00PM
    • 2 replies beneath your current threshold.
  • i'm logging in and out just fine (Score:3, Informative)

    by Neophytus (642863) * on Saturday August 28 2004, @03:06PM (#10098018)
    I thought it might be because I had https:// bookmarked, but it's not on either site.
  • really? (Score:5, Informative)

    by Anonymous Coward on Saturday August 28 2004, @03:06PM (#10098020)
    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.
  • I find that odd by nicolas.e (Score:1) Saturday August 28 2004, @03:06PM
  • Get a better account (Score:5, Interesting)

    by g-to-the-o-to-the-g (705721) on Saturday August 28 2004, @03:07PM (#10098023)
    (http://diddyinc.com/ | Last Journal: Sunday September 21 2003, @01:55AM)
    I suggest either running your own email server, or getting a decent imap account from your isp. Although webmail services may be convenient at times, you have to come to grips with the fact thats its a webmail service, so you're not going to get all the bells and whistles. Gmail is neato, but I don't think it's good enough for the power user.
  • beta (Score:4, Insightful)

    by Metaldsa (162825) on Saturday August 28 2004, @03:07PM (#10098024)
    This is still a free beta email service. I can't believe I am reading a complaint about a beta service. You are there to fix bugs and offer suggestions.

    "Will we be seeing controls on browsers that can view gmail next?"

    fuckin /. commentary...
    • Re:beta by bahwi (Score:2) Saturday August 28 2004, @03:34PM
    • Re:beta by asreal (Score:2) Saturday August 28 2004, @03:37PM
    • Re:beta by analog_line (Score:2) Saturday August 28 2004, @03:40PM
      • Re:beta by theM_xl (Score:1) Saturday August 28 2004, @06:05PM
      • Re:beta by Minna Kirai (Score:1) Saturday August 28 2004, @09:57PM
    • Re:beta by wfberg (Score:2) Saturday August 28 2004, @05:22PM
      • 1 reply beneath your current threshold.
    • Re:beta by Metaldsa (Score:2) Saturday August 28 2004, @05:33PM
    • 1 reply beneath your current threshold.
  • Notification (Score:3, Insightful)

    by maxarturo (71956) on Saturday August 28 2004, @03:07PM (#10098026)
    Since when does it not have popup notification?
  • Fair enough. (Score:5, Insightful)

    by Dthoma (593797) on Saturday August 28 2004, @03:07PM (#10098028)
    (Last Journal: Saturday February 15 2003, @10:04AM)
    They have a right to do this. I like Google's services as much as the next person, but I think it's a bit silly to unanimously praise GMail. Google is a company like any other, and I hope this little incident reminds the Google fanboys of that. We need to be wary and responsible.
    • Re:Fair enough. by polecat_redux (Score:1) Saturday August 28 2004, @03:38PM
  • Simply put.. (Score:3, Informative)

    by artlu (265391) <artlu@art[ ]net ['lu.' in gap]> on Saturday August 28 2004, @03:07PM (#10098029)
    (http://artlu.net/ | Last Journal: Wednesday June 09 2004, @02:32PM)
    Third party notifications will cause Google to loose money on their adsense [google.com] revenue. Simply put, if i was in google's position I would do something similar. Coincidently, some sites, like mine [gshares.net], rely on adsense revenue in order to stay online/stay as a free service. Thankfully, adsense pays well enough by people visiting a site and clicking on a link that it is a viable solution if you have a target audience (like the stock market [groupshares.com] or whatever).

    I've also heard rumors of people making $50/click off of adsense which is absurd! Hence, why Google wants every dime they can get!
  • I could really use a gmail account by LennyDotCom (Score:1) Saturday August 28 2004, @03:08PM
  • Well... (Score:3, Insightful)

    by Anonymous Coward on Saturday August 28 2004, @03:08PM (#10098035)
    If I had to guess, I'd have to say this is the problem with unofficial notifiers.

    Whenever a user logs on, their entire mail spool is loaded into memory for fast access (since hard drive access is so slow.) This is normally not a problem, since only a small percentage of users will be actively online at a time. However, when there is an email notifier logging on every five minutes checking for new emails, this creates increased server load for Google's servers. Google's Notifier doesn't have this problem, since it just waits for a packet to be sent out by Google.

    That's my guess, anyway. I doubt they're doing it just to be annoying.
  • Quandary by Dekks (Score:1) Saturday August 28 2004, @03:08PM
  • When are they doing this? by jZnat (Score:1) Saturday August 28 2004, @03:09PM
  • Story is a lie by Anonymous Coward (Score:1) Saturday August 28 2004, @03:09PM
  • Well by cbrocious (Score:1) Saturday August 28 2004, @03:10PM
    • Re:Well by mike3k (Score:1) Saturday August 28 2004, @03:46PM
  • This is a rather stupid story. (Score:5, Informative)

    by Radioactive Zorm (803479) on Saturday August 28 2004, @03:10PM (#10098064)
    "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!
  • What about blind people? by junkmail (Score:2) Saturday August 28 2004, @03:11PM
  • Why?! by RAMMS+EIN (Score:2) Saturday August 28 2004, @03:12PM
    • Re:Why?! by Chmarr (Score:3) Saturday August 28 2004, @03:38PM
      • Re:Why?! by RAMMS+EIN (Score:2) Saturday August 28 2004, @04:26PM
  • Bullshit by jdog1016 (Score:2) Saturday August 28 2004, @03:13PM
  • Gmail notifier does has popup notification.... by necrosaro (Score:2) Saturday August 28 2004, @03:15PM
  • Sure you're free to... by theraccoon (Score:1) Saturday August 28 2004, @03:15PM
    • 1 reply beneath your current threshold.
  • Big Deal! (Score:3, Insightful)

    by detritus. (46421) * on Saturday August 28 2004, @03:15PM (#10098104)
    People shouldn't be too quick to hack up their own solutions to something that is still in BETA.
    There probably is very good reasons for them blocking it.
    I have no doubts they will eventually have a developer API written for Gmail, like they do for other things on their site.
    There's also damn good reasons to word verification filters -- brute force attacks.

  • uphill both ways, naked, in 7 ft. of snow by peculiarmethod (Score:2) Saturday August 28 2004, @03:17PM
  • No. (Score:3, Insightful)

    by McDutchie (151611) on Saturday August 28 2004, @03:19PM (#10098132)
    (http://www.interlingua.com/)
    Shouldn't I be free to use whatever third party software to check my email?

    Not if your e-mail is Google's property. Google has every right to do whatever they want with their property. Anybody stupid enough to use a so-called "free" e-mail provider for anything serious deserves what they get.

  • by enosys (705759) on Saturday August 28 2004, @03:20PM (#10098145)
    (http://dreamlayers.blogspot.com/)
    Maybe they're worried about Pop Goes the GMail [neowin.net], which provides a POP3 interface to a Gmail account. This is a real threat to them because if you use it you don't see any of the ads.
  • by r.jimenezz (737542) <rjimenezh.gmail@com> on Saturday August 28 2004, @03:21PM (#10098158)
    Funny, I was just thinking of this a couple of hours ago...

    We all know Google has been deemed to be the best positioned company to compete with Microsoft. The big fear of course is that MS will use their desktop monopoly to blur the barrier between the offline and online worlds and make sure their offerings overtake Google in market share terms.

    Now, take a look at these videos (http://msdn.microsoft.com/Longhorn/productinfo/co nceptvid/default.aspx [microsoft.com]) and you'll see that Longhorn will have this standard pop-up notification API that can be used by applications to inform the user of events. It is used prominently in these demos to show email reception.

    Naturally, I would expect this to work with Exchange and possibly Hotmail (but what if Outlook/Outlook Express use it... See below), but not with Gmail.

    Why is this important? Because if Gmail takes over the Web mail market, which could very well happen by 2006 given their good feature set and experience with applications at this scale, users will become accustomed to this functionality. Google will fiercely market the notifier applet to their users and everyone will have it, and they won't care less when the Longhorn applet can't notify them about new messages in their Gmail. And considering how many people I know who only have a Web mail account, I think this would allow Google to prevail by meshing and extending their user experience right into their desktops.

    Then again, given that they're thinking of implementing POP access and that MS mail clients may as well use this feature, this may all be a moot point...

    • welcome to crazyworld by commodoresloat (Score:2) Saturday August 28 2004, @03:58PM
      • Re:welcome to crazyworld (Score:4, Interesting)

        by r.jimenezz (737542) <rjimenezh.gmail@com> on Saturday August 28 2004, @04:15PM (#10098520)
        I guess you're looking to be modded Funny :) If you're not...

        Yeah, not only is the Google Office Suite better and more stable than MS Office; the GoogleOS is finally ready for prime time

        And this may as well be why Google actually represents more than a threat to Microsoft. It is not about the desktop operating system anymore; a new breed of software companies is out there using the Internet as their distribution channel. Google, Amazon, eBay, etc., are all software companies in disguise. Typically, you don't pay to use their software; advertisement and special services takes care of that. But still, you access their servers to use their software in order to get your information processed.

        As broadband becomes ubiquitous, we should expect more and more innovative uses of the Internet (note I said the Internet, not necessarily the Web...) As for MS, how much more can they really grow? New machines cannot sustain their level of growth forever, and the users will not migrate to their next version of Windows or Office suite just because; they are now finding themselves diverting towards new initiatives and into new markets where they actually have to (gasp!) compete, lest they lose relevance in the larger scheme.

        I don't see MS disappering anytime soon, but certainly it is not the good ol' times where they could just crush away their competition, and they are worried about that. Whether they have reason enough to be worried or not is up for debate, but just like with people, stress can be more harmful to companies that the actual situation they're stressing about.

        Most of these ideas have been said before many times, and that includes several Slashdotters. You can go look for the posts yourself.

        [ Parent ]
    • Re:It's about getting a hold on the desktop by MindStalker (Score:2) Saturday August 28 2004, @04:39PM
    • Re:It's about getting a hold on the desktop by Anonymous Coward (Score:1) Saturday August 28 2004, @05:38PM
  • What is this fud? (Score:5, Insightful)

    I don't really get this rant. First of all, there's no word identification filter in the login process. Second, if he doesn't like gmail notifier, don't use it. Thirdly, I highly doubt the changes are solely to disturb the third party tools. More likely, they're working on improvents (which shouldn't come as a surprise since it's still in beta).
  • Legitimate reasons? (Score:5, Interesting)

    by Mitchell Mebane (594797) on Saturday August 28 2004, @03:27PM (#10098197)
    (http://whattheboat.com/ | Last Journal: Monday January 03 2005, @09:14PM)
    Maybe there are legitimate reasons for doing this. If Google fears that GMail's 1GB storage space could be used as a warez haven, they may have good reason for locking out automated tools.
  • Huh?? by Azureflare (Score:2) Saturday August 28 2004, @03:28PM
  • Its all about server load. (Score:5, Insightful)

    by cyberlotnet (182742) on Saturday August 28 2004, @03:31PM (#10098223)
    (http://www.cyberlot.net/ | Last Journal: Tuesday May 10 2005, @10:40AM)
    Gmail has not published a offical api yet to access there webmail.

    Right now these third party apps work by logging into the gmail account and pulling up the records, its just like you going to the webpage and logging in. This requires there system to access and cache every message in your inbox.

    Imaging what would happen to the /. servers if everyone tried to post at the exact same time, They would slow to a crawl..

    This is what they are trying to prevent, thousands of third party checkers slowing down there system. I would be willing to bet once they have there gmail API stablized they will publish something like they have for the google search API, allowing third party programs to PROPERLY check the system without using excess resources.
  • Of course you can by bahwi (Score:2) Saturday August 28 2004, @03:31PM
  • Does too have a popup by AaronStJ (Score:2) Saturday August 28 2004, @03:38PM
  • You are FREE by fleener (Score:2) Saturday August 28 2004, @03:40PM
  • Excuse me? (Score:3)

    by nwbvt (768631) on Saturday August 28 2004, @03:43PM (#10098302)
    Is there evidence this is being done for the purpose of blocking third party notifiers? Is it not possible that they are still working on the service (it is still in Beta after all) and some tweak they did inadvertently broke unsupported applications? I have not seen any official statement from Google saying they do not approve of third party notifiers, and until they release such a statement I am not willing to assume that everything they do has evil hidden purposes.

    Ah, the conspiracy theories that fly around on slashdot.

  • public will surprise you by Doc Ruby (Score:2) Saturday August 28 2004, @03:43PM
  • Might be for other reasons by Com2Kid (Score:1) Saturday August 28 2004, @03:44PM
  • Uh... BS. by Malicious (Score:2) Saturday August 28 2004, @03:44PM
  • Works for me by multiOSfreak (Score:1) Saturday August 28 2004, @03:49PM
  • Browsers by mini me (Score:2) Saturday August 28 2004, @03:53PM
  • Popup notification by SpectreGadget (Score:1) Saturday August 28 2004, @03:54PM
  • text identification? not here by admiralfrijole (Score:1) Saturday August 28 2004, @03:55PM
  • Huh? by magefile (Score:2) Saturday August 28 2004, @03:55PM
  • Even if google incorporated word identification in their login (and they didn't), that wouldn't block third party email notifiers. Your email notifier has a person to use as a resource. You.

    Your email notifier would just have to ask you to identify the word in the png every so often. Barely even inconvenient.

    But they didn't do that anyway. Whatever.
  • business model (Score:3, Insightful)

    by ryanw (131814) on Saturday August 28 2004, @03:57PM (#10098397)
    It's all about Google's Business model. They need to show you advertisments to help pay for the storage space, bandwidth, and development. They want you to log in and check your mail manually. Everytime an automated tool checks your mail for you they lose advertising potential and their stats of how many hits they get per second/hour/day are skewed. Being able to reliably tell their customers how many people are seeing their ads probably drove most of that.
    • Re:business model by pdxmac (Score:1) Saturday August 28 2004, @04:35PM
    • Not true by Kristoffer Lunden (Score:1) Saturday August 28 2004, @09:09PM
  • I heard... (Score:5, Insightful)

    by PsiPsiStar (95676) on Saturday August 28 2004, @03:59PM (#10098411)
    Shouldn't I be free to use whatever third party software to check my email?

    If you don't like their policies, they'll refund your money.
    • Exactly by Merk (Score:2) Monday August 30 2004, @10:15AM
  • google is beta, so what, dude? by perler (Score:1) Saturday August 28 2004, @04:05PM
  • Gmail Notifier by xombo (Score:2) Saturday August 28 2004, @04:07PM
  • No. by man_ls (Score:2) Saturday August 28 2004, @04:07PM
  • by nwbvt (768631) on Saturday August 28 2004, @04:07PM (#10098465)
    ...and not a bunch of FUD, here is a legitimate reason for blocking 3rd party notifiers. If everyone is free to develop their own apps, they could run into similar problems as sites serving rss feeds. As it is now, any damn fool can write themself an aggregator, and as a result many do not work as they are supposed to. Instead of only checking for changes every hour or so, some allow the user to check for updates every minute. As a result of that, the aggregators end up forming a DDOS attack on the server hosting the feed. If Google controls the notifiers for gmail, they can ensure that they do not suffer similar problems.
  • You are free to use any email client by nurb432 (Score:2) Saturday August 28 2004, @04:08PM
  • Still works for me by Distinguished Hero (Score:2) Saturday August 28 2004, @04:11PM
  • Cry me a river- by Fussen (Score:1) Saturday August 28 2004, @04:12PM
  • Popup notifier for KDE/Gnome by LinuxWhore (Score:1) Saturday August 28 2004, @04:21PM
  • Silver lining? by MiKM (Score:1) Saturday August 28 2004, @04:36PM
  • This may be a silly question but... (Score:5, Insightful)

    by gexen (123248) on Saturday August 28 2004, @04:39PM (#10098662)
    Where on earth did the author get the idea that:

    A) That there IS a word logon system currently implemented.

    B) That said word logon system was to block third party systems from interoperating with Google.

    Finally, why was this put on Slashdot when there is absolutely no link to any article whatsoever to backup the few sentences that make up this story? Since when is some guy's short four sentence oppinion the ENTIRE story, without giving any examples whatsoever?
  • Wake up, people, there's other methods! by AllNicksWereTaken (Score:2) Saturday August 28 2004, @04:40PM
  • Am I alone? by EvilStein (Score:2) Saturday August 28 2004, @04:44PM
    • 1 reply beneath your current threshold.
  • a change for browser compatibility.. by perler (Score:1) Saturday August 28 2004, @04:53PM
  • They should add... by Anonymous Cowdog (Score:1) Saturday August 28 2004, @05:02PM
  • A better solution... (Score:3, Interesting)

    by jd0g85 (734515) on Saturday August 28 2004, @05:07PM (#10098879)
    ...to locking out third party apps is to work with those making the apps.

    Third party products likely cause excessive loads: ask people not to check their email too frequently (that's what Northwestern did when I was checking my mail every 5 minutes with Eudora) then ban belligerent accounts.

    Assume that the offical gmail notifier creates less load per request than 3rd parties: open up your API and third party apps will use this too (it's probably easier to program anyway).

    Loss of ad revenue: require third party apps to displace one ad everytime a pop up notification is displayed. This would be no more intrusive than the ads in gmail itself since you'd only see the ad when you do have email (which is consistent).

    Gmail is still in beta: perhaps a lock-out is best until gmail is officially released. Then standards shouldn't change so google could be play "nice".

    That said, Google can do whatever they want. You don't like it, find a better service.

    Disclaimer: I don't have gmail and am relying on my intuition. If you think I should, send an invite to: jd0g85 at yahoo dot com
  • Yea... by the_mad_poster (Score:2) Saturday August 28 2004, @05:12PM
    • Re:Yea... by Jesus IS the Devil (Score:1) Saturday August 28 2004, @06:46PM
    • Re:WHAT?!? by the_mad_poster (Score:2) Sunday August 29 2004, @08:37AM
    • 1 reply beneath your current threshold.
  • Gmail Invites by SuperDave913 (Score:1) Saturday August 28 2004, @05:25PM
  • Good time to ask.. anyone want an invite? by pilot1 (Score:2) Saturday August 28 2004, @05:28PM
  • Perhaps there would be a valid reason... by RoTNCoRE (Score:1) Saturday August 28 2004, @06:16PM
  • by siliconjunkie (413706) on Saturday August 28 2004, @06:48PM (#10099457)
    (http://chris.webdevlab.com/)
    Google has now taken it one step further and created a word-identification script filter as part of the login process.

    This is true, if you consider mis-typing your password 5 times part of your normal "login process", otherwise, it still works like it always did, as the word identification script does not kick in until after you have mis-typed your password 5 times (seriously! go try!)

    Personally, I find Google's gmail notifier annoying since it sits in my taskbar and doesn't have popup notification

    Thats great and all except it DOES have pop up notification (not only does it popup, but you can right click the google icon on your tray and have it "tell you again")

    Shouldn't I be free to use whatever third party software to check my email?

    YES, you should be free to use whatever third party software to check YOUR (POP3/hosted/payed for) email. However, Google is also free to NOT allow you to do so with your free gmail account. There's nothing to argue about, if you don't like it, dont use it.

    Will we be seeing controls on browsers that can view gmail next?

    yes [mozillazine.org]

    Why was this article even posted to slashdot? There werent even links to outside sources (besides Gmail itself). This is just one guy writing up some stupid (wrong) comments, and it's on the freekin /. homepage.
  • Beta to Gamma to Launch by hhawk (Score:2) Saturday August 28 2004, @07:12PM
  • Not for me... by davburns (Score:1) Saturday August 28 2004, @07:36PM
  • The reason for this is simple... (Score:3, Interesting)

    by Otto (17870) on Saturday August 28 2004, @07:38PM (#10099727)
    (http://ottodestruct.com/)
    What they really want is for third party clients to change the way they check for new messages.

    Look, the original thing that they had offered no easy way for a client to check for messages. So they created the Gmail notifier. Along with it, they created a low bandwidth simple way to check for messages. The Gmail notifier doesn't actually check the HTML version of the page. It pulls something down that is much simpler and less bandwidth/CPU intensive on their end.

    By breaking the old way of doing it, they're forcing these apps to change what they do in order to work. Most likely, these apps will *copy* what the gmail notifier program does to check mail. And that's likely fine with Google. Hurts them no more than if the person was using the real notifier, in that case.
  • Google: Counter Culture Flop (Score:3, Insightful)

    by Mulletproof (513805) on Saturday August 28 2004, @07:59PM (#10099839)
    (http://www.dreamops.com/ | Last Journal: Sunday October 02 2005, @10:05AM)
    "Recently, Google's gmail service has attempted to change login protocols to block third-party gmail notifiers that alert you to new email."

    So, the two million byte question is when will people accept the fact that Google is just as "evil" as half the other companies out there despite its professed black sheep good-guy policy? Right here, we have Google striving to lock 3rd parties out of its email client, something universally hated when it come to MSN and Yahoo IM's, while Google itself is happily absorbing as many 3rd party features into it's core service as possible ala Windows. Hell, Google is a quasi-dictionary [google.com] now as well as advertising service and potentially an online store front for ecommerce in the near future. Even there IPO was rigged in order to put them in the best position possible by feeding off wildly speculatory and inflated stock... At least until they realized the market wasn't going to play that game.

    Personally I have no problem with this. Business is business. But I'm just wondering when people will take the blinders off and realize Google is just another MSN, Yahoo or Windows, and not the cool counter e-culture phenomenom masses worship.
  • to check my Gmail and then I found I was locked out of my account, and I tried the forgot password option and it told me I did not have a secondary email set (but I did, my Yahoo one).

    I emailed Google's Gmail abuse address to ask them if my account was hijacked and if I can get back in, but they have not yet responded.

    I had set my Yahoo Groups to send messages to my Gmail account. So I can better read and search the messages. Is this some sort of violation of the ToS, because if it is, I've missed that.

    Google still has not contacted me back, and I find that very rude.
  • WANT GOOD SERVICE? by blair1q (Score:2) Saturday August 28 2004, @09:44PM
  • What a stupid question... (Score:4, Informative)

    "Shouldn't I be free to use whatever third party software to check my email?"

    Sure. You're free to use any software you want. And Google is free to not allow you to use any software with their service that you don't want. And since you're not paying them anything, you don't have much leverage to get them to change their policy, do you?

    It's a free service. Take it or leave it.
  • next...? (Score:3, Interesting)

    by ltwally (313043) on Sunday August 29 2004, @01:33AM (#10101128)
    (mailto:ltwally@softhome.net | Last Journal: Tuesday March 04 2003, @07:48PM)
    "Will we be seeing controls on browsers that can view gmail next?"


    Gmail already does this. Try using opera to view your Gmail account. And no, Google is not doing this because Opera doesn't work with the site... If you use Opera and switch its user-agent line to IE or Nutscrape, Opera will be able to access your Gmail account just fine.

    I'm not saying that Google doesn't have reasons for doing this.. maybe they do. But at this point in time they're actively stopping perfectly good "alternative" browsers from getting to your Gmail.

    Would this be tolerated if it weren't Google? Would Microsoft get away with this? .... Just a thought.
    • Re:next...? by kyhwana (Score:2) Sunday August 29 2004, @04:43AM
  • Jeez... by AnimeFreak (Score:2) Sunday August 29 2004, @01:40AM
  • Gmail notifier useless to many, many users by LandGator (Score:2) Sunday August 29 2004, @02:17AM
  • -1, way too overrated. by afd8856 (Score:1) Sunday August 29 2004, @02:38AM
  • Opps, FireFox notifier rules by DrAvenarius (Score:1) Sunday August 29 2004, @03:29AM
  • The real solution by ktorn (Score:2) Sunday August 29 2004, @10:49AM
  • Popup by TomGroves (Score:1) Sunday August 29 2004, @11:53PM
  • You are naive by Laebshade (Score:1) Saturday August 28 2004, @03:36PM
  • I hate popups by mike3k (Score:1) Saturday August 28 2004, @03:51PM
  • 30 replies beneath your current threshold.
(1) | 2