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?"

107 of 490 comments (clear)

  1. Well... by ghettoboy22 · · Score: 4, Insightful

    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.

    1. Re:Well... by garcia · · Score: 5, Insightful

      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?)

    2. Re:Well... by jabber-admin · · Score: 2, Funny

      There are also some other excellent choices. Hotmail comes to mind.

      Hopefully my sarcasm isn't lost on anyone.

    3. Re:Well... by mindstrm · · Score: 2, Insightful

      Because you don't want some third party tool getting a foothold until you have a chance to launch your own production version.

    4. Re:Well... by ghettoboy22 · · Score: 4, Insightful

      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

    5. Re:Well... by moonbender · · Score: 3, Informative

      ...Opera support...

      Note that Opera 7.6 (currently in beta/development) has enhanced Gmail support. I just saw there is actually an entire website devoted to Gmail on Opera.

      --
      Switch back to Slashdot's D1 system.
    6. Re:Well... by Luminari · · Score: 2, Interesting

      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.

      It's NOT a free service at all. Gmail is an ad supported service, which means you agree to get ads thrown at you in exchange for using their service. It is exactly the same thing as paying for it, except a third party (the advertiser) is paying your fee to Google so it can throw those ads at you.

      Either way Google is getting money from you for their service, which means you should have the same rights as if you paid them directly.

    7. Re:Well... by waynelorentz · · Score: 4, Insightful

      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!"

    8. Re:Well... by chris_mahan · · 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.

      --

      "Piter, too, is dead."

    9. Re:Well... by Arcanix · · Score: 5, Insightful

      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...

    10. Re:Well... by droleary · · Score: 3, Funny

      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 . . .

    11. Re:Well... by belroth · · Score: 3, Insightful
      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?

      --
      I hereby inform you that I have NOT been required to provide any decryption keys.
    12. Re:Well... by Thundertje · · Score: 2, Insightful

      And how can Google's official client do it any better?
      There still has to be server-client contact every x minutes.

    13. Re:Well... by attam · · Score: 2, Informative

      actually, AFAIK, the official notifier has the annoying quality that you cannot change the ping frequency. i suspect the parents reasoning is an apt explanation

    14. Re:Well... by Jimbobbob · · Score: 2, Interesting

      Of course the whole idea could be worked around if Google created an instant messaging protocol, they could make it a server-push instead of client-pull action.

    15. Re:Well... by tylernt · · Score: 4, Informative

      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.

      --
      DRM 'manages access' in the same way that a prison 'manages freedom'
    16. Re:Well... by Zackbass · · Score: 4, Insightful

      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.

      --
      You gotta find first gear in your giant robot car
    17. Re:Well... by Registered+Coward+v2 · · Score: 3, Informative

      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.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    18. Re:Well... by darc · · Score: 4, Informative

      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.

      --
      Tired of legitimate data sources? Try UNCYCLOPEDIA
    19. Re:Well... by no+soup+for+you · · Score: 4, 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.

      --
      If you blog it...
    20. Re:Well... by DrPascal · · Score: 2, Interesting

      I agree with you that IMAP is superior, but IMAP's idea of folders and stuff doesn't really jive with GMail's "we have labels instead of folders" deal. That is unless you want dupes of every email that you have more than one label on.

      IMAP just doesn't seem very GMail friendly. POP3 is dumb enough to just pull anything in the Inbox with a UIDL tacked on ... that's probably why.

      --
      DrPascal: Not the language, the mathematician.
    21. Re:Well... by ibbey · · Score: 2, Interesting

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

      This is a great philosophy, but utterly irrelevant in this circumstance.

      The bill of rights defines your rights with regard to the government. It has basically nothing to do with your rights when dealing with a private company. For example, Google could institute a new policy saying that they reserve the right to block emails discussing certain topics. The government doing this would probably violate the first amendment, but it would be legal for Google since it is a private company.

      As for your "philosophical outlook on the law", courts have generally said that the constitution grants you certain rights only. Any right not specifically defined does not exist. So, for example, we do not have a right to privacy, even though the need for such is entirely created by modern technology (and therefore would have been irrelevant for the first 200 years the constitution was around. Too bad the founding fathers were only smart, not psychic). Unfortunately, philosophy & law only rarely coincide.

    22. Re:Well... by cHiphead · · Score: 2, Insightful

      You have it backwards on top of it all. We allow the government certain RIGHTS to govern us. Thats the essence of the Declaration of Independence.

      --

      This is my sig. There are many like it, but this one is mine.
    23. Re:Well... by nutshell42 · · Score: 3, Insightful

      So with that neat little trick *google* saves some tcp overhead? Hello? How many searches are they delivering each second? Each search has to use much more cpu-time/ram/bandwidth than a tcp connection attempt. I can't imagine that the few tech-savy users who don't use the official client would even be noticable on the monthly server bill.

      --
      Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
    24. Re:Well... by mindstrm · · Score: 5, Insightful

      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.

    25. Re:Well... by randyest · · Score: 4, Insightful

      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 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.

      --
      everything in moderation
    26. Re:Well... by karmatic · · Score: 2, Insightful

      "Company X violated my 1st amendment rights"

      With the exception of communications providers (ISPs, phone providers, forum operators, etc), it's typically "Company X lobbied for/tried to use law to attempt to limit my 1st amendment rights".

      The communication providers can do almost anything they want on their networks, but in any other context, a company cannot stop you without using the law.

    27. Re:Well... by Jedi+Alec · · Score: 4, Funny

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

      Oooooh, you speak Freedom...

      sorry, couldn't resist ;-)
      --

      People replying to my sig annoy me. That's why I change it all the time.
    28. Re:Well... by nzkbuk · · Score: 2, Insightful

      Well as soon as you allow 3rd party products to do this, the next step is for them to do the advertising and show you your mail or pipe it straight into your mail client. Then what's the point of google hosting your mail (from google's view point) They are no longer selling you ads.

    29. Re:Well... by Otto · · Score: 5, Insightful

      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?

      --
      - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
    30. Re:Well... by follower-fillet · · Score: 3, Informative

      > The 3rd party scenario is relatively CPU and network intensive. [snip]

      > Google can set it up so that the client establishes a TCP connection and then using periodic keepalives, keeps it up.

      The official Gmail notifier simply uses standard http/https requests to do its work. The only difference between it and the "unofficial" method is that it retrieves a binary encoded data block and processes that.

      See these forum postings for more details I documented:

      Official Gmail Notifier protocol documented

      --Phil.

    31. Re:Well... by mvpll · · Score: 2, Informative

      Hey kiddo, welcome to the internet.

      Now I know you young'uns are all soft from your time on the intranet, so I want you to keep in mind that not everyone out here on the digital plains has control of their border security.

      Most of those that do have access to their firewalls are city slickers, and we all know they are either stupid or lazy. The stupid ones wouldn't know what a firewall was if it bit them on the ass, and the lazy ones whine everytime they have to go through the routine of opening ports.

      Lame cowboy impressions aside, "server-push" is never something the sane suggest for the general internet population.

    32. Re:Well... by kalidasa · · Score: 3, Interesting

      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.

    33. Re:Well... by jon787 · · Score: 2, Interesting

      I would actually say view 1 is correct, but only because the Constitution was written to control the government not the people. So the proper viewpoint for answering the question is the government's not the people's.

      --
      X(7): A program for managing terminal windows. See also screen(1).
  2. It will get better, not worse by Patik · · Score: 4, Insightful
    Google is already working on support for Opera, POP3 access, a plain HTML version of Gmail, and many other things. 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.

    1. Re:It will get better, not worse by Lord+Jester · · Score: 4, Informative

      Instant Messenger services change their protocols occasionally but they don't block 3rd party apps

      Bullshit! Yahoo just did this very thing. They changed thier protocol in their new releasd that broke 3rd party apps. Yahoo, like others, do not publish protcol documentation or supply APIs, it is up to 3rd party programmers to reverse engineer it to get the 3rd party apps to work.

    2. 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."

    3. Re:It will get better, not worse by garcia · · Score: 2, Insightful

      Yeah and there was a specific reason for this... Ad revenue. GMail notifiers don't eliminate as much ad revenue, in fact, they probably create more of a reason for people to visit their GMail accounts...

      People don't sit on GMail all day long with it open docked to the corner of their screen like IM clients.

    4. Re:It will get better, not worse by Trizor · · Score: 2, Informative

      No, I just keep it in a tab. It refreshes itsself and the tab title changes when there are new messages. Really, you don't even need a checker. The only third party app for gmail I use is the firefox extension that allows you to open mailto addresses as gmail compose windows.

    5. Re:It will get better, not worse by apothegm · · Score: 5, Insightful

      People need to realize that Gmail is simply a means for Google to deliver more advertising clicks. Free email is simply the means to an end. They've run the numbers and figured they can build a web-based email client, buy a mess of storage, and create their own click-stream for possibly cheaper than it would be to have an army of business development folks sell AdSense to every crappy website.

      Now, Opera and plain HTML versions of Gmail make sense in this context because it's a relatively easy way to increase the numbers; there's no technical reason they haven't supported that yet. Their engineers just haven't gotten around to it.

      External POP support is a little more dubious: "In the future you will be able to access Gmail messages from non-Gmail accounts for free or at a nominal fee." My bet is on the nominal fee. You can be sure they're going to start charging for POP access if they notice a significant drop in ad impressions for web-based Gmail 'cause that's going to mean a big drop in and CPM deals their sales folk are doing.

      And the "beta" program? People, it's viral marketing. It's the ultimate technical shrug, "Meh, it's just a 'beta'" I can guarantee sites like GmailSwap has their business development staff weeping tears of joy; you can't buy marketing like that, but hordes of technorati are creaming their jeans for this email-cum-status-symbol.

    6. Re:It will get better, not worse by halaloszto · · Score: 2, Insightful

      This really resembles me to the general open/closed protocol/network/infrastructure battle. Imagine how it would like if your telco would say he will do all he can to prevent you connecting any third party device to his lines? Or Shell and Ford would make agreements that Fords will have special fill ports that can only be used with the special fill stations at Shell. They would even go after guys modding their cars to have the standard port, as that is unsafe. This step of Google is a clear anti competition movement. The free email providers who give free pop3/imap access enabling usage of hundreds of email clients will bring competition, and force google to allow similar access. vajk

    7. Re:It will get better, not worse by nwbvt · · Score: 3, Insightful

      Thats not the same thing as blocking third party apps. It may not be making it easy for them (but that is neither Google's nor Yahoo's job), but it is not blocking them.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    8. Re:It will get better, not worse by halaloszto · · Score: 2, Informative

      I do not know how it works for you in US, but here in Europe, i can by a phone from any manufacturer, and use it with any providers service. If i want a phone with camera, a red phone, a water resistant one, one with built in mp3 player, one that is round, one that is rectangular, one that is triangular, i can choose! Still some providers think this is bad as they do not profit on the sale fo the device. Still this is good for them, as the mere fact that people can find a device they like makes it possible for them to use their service. vajk

    9. Re:It will get better, not worse by TheSpoom · · Score: 2, Insightful

      The reason they do this, like Google is doing with Gmail, is that when mail / IMs are downloaded / viewed with a third party client, their ads are not shown. However, they also said that they'll be working on allowing POP3 into Gmail. I think it's too early to judge them.

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    10. Re:It will get better, not worse by NeuralAbyss · · Score: 2, Interesting

      As per the parent, "I don't know how you have it in the US", well, actually, I do.. but that's beyond the point. I'll talk about GSM here.

      Can you run direct tcp/ip over most cell networks?

      Yes, most GSM networks provide a GPRS access point for those who want to use the internet directly. One of the (CDMA, IIRC) other telcos over here, Hutchinson, is pushing their '3' service with PCMCIA cellular modems as of late.

      Can you change the WAP gateway you're tied to?

      Can you change the router you're tied to on your local LAN? Sure, but you'd have to be the one providing it. As with my mobile - the WAP gateway can be changed; but there's no others I know of on my telco's network.

      Can you use the bandwidth you pay for, how you want to?

      Yes! As per above point, many networks are touting the always-on aspect of GPRS, and you can do pretty much anything you want. The only limitation is the cost - many networks are charging 1-2c per kilobyte (that's $10-20 a megabyte, people). If it takes off, I can see it going down. But for the meantime, GPRS is going to be limited to those that can write it off as a business expense, or those who want to just check a few things online via a WAP browser.

  3. Why would google do this? by tao_of_biology · · Score: 5, Insightful
    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. 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.

    --

    -- "A chicken is an egg's way of making another egg."

    1. Re:Why would google do this? by MilenCent · · Score: 3, Interesting

      My guess:

      It has nothing to do with adsense: you have to open messages to receive ads, and notifiers don't do that.

      I think it's probably to block other people who aren't yet on our radar, such as spammers automating logins for the purposes of evil, or someone trying to create a shell program around Gmail that blocks ads.

    2. Re:Why would google do this? by BrainInAJar · · Score: 2, Funny

      Okay, I'm out...
      That was quick
      anyways... don't send me more emails (for the love of god... i didn't even know you COULD slashdot an email address)

    3. 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.

    4. Re:Why would google do this? by Rich0 · · Score: 2, Funny

      Good thing they give you a 1GB quota, isn't it?

    5. Re:Why would google do this? by follower-fillet · · Score: 2, Informative

      > 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.
      That sort of thing has already been done for months--there's POP & SMTP proxies for Gmail already. And if one of them doesn't work on your platform you can use the Gmail Python binding project `libgmail` to write one of your own.

      > Adding that word-identification script filter to the login process
      > would certainly prevent something like that
      It wouldn't really prevent that because the proxies could just start presenting the image for verification if it encountered one. This approach doesn't stop individual users, it just stops fully automated approaches, such as the apparent brute force attacks were using. (And the much more feasible reason for the addition.)

      > Which leads me to wonder how google's own system tray email
      > notification program can still work.
      The official Gmail notifier simply uses standard http/https requests to do its work. The only difference between it and the "unofficial" method is that it retrieves a binary encoded data block and processes that.

      This might mean that if you encounter the Captcha after multiple bad logins via IE the official notifier may not work either.

      See these forum postings for more details I documented:

      Official Gmail Notifier protocol documented

      --Phil.

  4. Browsers by z0ink · · Score: 2, Interesting

    "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.

    --
    Steal This Sig
  5. i'm logging in and out just fine by Neophytus · · Score: 2, Informative

    I thought it might be because I had https:// bookmarked, but it's not on either site.

  6. 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.

  7. Get a better account by g-to-the-o-to-the-g · · Score: 5, Interesting

    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.

    1. Re:Get a better account by kg_o.O · · Score: 2, Insightful

      Gmail is neato, but I don't think it's good enough for the power user.
      .. because it's still in its beta?
      Anyway, the filters do their job, 'labels' are neat, threading didn't fail me (yet?). The interface is cute :) They're working on mail forwarding and a better contacts list. It's FAST too. I didn't see their spam filters in action, and I hope I won't have to. But it's there. What more would a 'power user' need?

    2. Re:Get a better account by Remus · · Score: 2, Insightful
      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,


      Even better, get an IMAP account from an independent Email provider which also offers Web access. Changing Email addresses whenever you (have to) switch ISPs is just too much.
  8. beta by Metaldsa · · Score: 4, Insightful

    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...

  9. Notification by maxarturo · · Score: 3, Insightful

    Since when does it not have popup notification?

  10. Fair enough. by Dthoma · · Score: 5, Insightful

    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.

    --

    Note to M1-ers: a curt but otherwise insightful message is not "Flamebait" or "Troll".

  11. Simply put.. by artlu · · Score: 3, Informative

    Third party notifications will cause Google to loose money on their adsense revenue. Simply put, if i was in google's position I would do something similar. Coincidently, some sites, like mine, 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 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!

    --
    -------
    artlu.net
    1. Re:Simply put.. by gordyf · · Score: 4, Insightful

      How? There are no ads shown on the gmail inbox screen, and there are no ads shown by gmail's own notifier.

  12. Well... by Anonymous Coward · · Score: 3, Insightful

    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.

  13. Re:Gmail Notifier is NOT complete by Patik · · Score: 4, Funny
    it can only read new emails from the INBOX for example, NOT from the rest of my folders!
    That's probably because there aren't any other folders (only labels).
  14. 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!

    1. Re:This is a rather stupid story. by arose · · Score: 3, Informative

      Seconded, there is no "word-identification script filter", at least not at this moment.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    2. Re:This is a rather stupid story. by russx2 · · Score: 2, Informative

      Yes, it seems as if you're right. Just tried this, entered the wrong password for my account about 5 - 6 times and up pops the image-verification scheme.

      Article seemingly null and void.

  15. What about blind people? by junkmail · · Score: 2, Funny

    How do they log into their gmail account?

  16. Bullshit by jdog1016 · · Score: 2, Insightful

    This article appears to be nothing more than speculation on the part of some disgruntled third party app user who, for some reason beyond me, is annoyed that a *BETA* service is changing things up a bit. It doesn't even have a link to a real news story to back it up. Slashdot, you should be ashamed for approving this crap, it does nothing but tarnish your name.

  17. Gmail notifier does has popup notification.... by necrosaro · · Score: 2, Insightful

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

    I use Google's official Gmail notifier and I like it alot better than the firefox extension I used to use. It does feature popup notification, so I don't know what they were referring to. The only difference is you dont have to have a browser open and you're not going to get in trouble for using it, which I think is a benefit.

  18. Big Deal! by detritus. · · Score: 2, Insightful

    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.

  19. No. by McDutchie · · Score: 2, Insightful
    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.

  20. Maybe Pop Goes the GMail worries them? by enosys · · Score: 3, Interesting

    Maybe they're worried about Pop Goes the GMail, 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.

    1. Re:Maybe Pop Goes the GMail worries them? by nwbvt · · Score: 2, Insightful

      What exactly would be the point of having a gmail account if you are only accessing it through a pop3 interface? You would be storing the email on your hard drive so the gig of storage space doesn't matter, and you would be accessing it with a desktop application, so Google's nifty UI wouldn't matter either.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  21. Re:Gmail Notifier is NOT complete by ack154 · · Score: 3, Informative

    I'm sure he meant labels, but he's right. It doesn't tell when there's new mail in the labels, just the inbox. I submitted feedback about that to them. I suggest others do the same thing if it's something you'd like to see.

  22. It's about getting a hold on the desktop by r.jimenezz · · Score: 4, Insightful
    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) 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...

    --
    The revolution will not be televised.
  23. What is this fud? by broothal · · 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).

  24. Legitimate reasons? by Mitchell+Mebane · · Score: 5, Interesting

    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.

    --

    The roots of education are bitter, but the fruit is sweet.
    --Aristotle
  25. Its all about server load. by cyberlotnet · · Score: 5, Insightful

    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.

  26. Re:Why?! by Chmarr · · Score: 2, Insightful

    Oh cool... so... let's extend that to music or other copyright material...

    "Why is it that copyright holders don't like a third party to distribute their music. They're getting free publicity, it's no cost to them, and it makes your product more useful, for dog's sake!"

    </sarcasm>

  27. Excuse me? by nwbvt · · Score: 2
    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.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  28. Re:I find that odd by ethx1 · · Score: 2, Insightful

    The original post is a troll. I just checked my google now. No word verification on it at all. I even logged out and logged back in again.

    Yeah same here... I tried it on 3 browsers (cleaning out the history and cache on each one) to make sure.

  29. Well, there you go again... by The+Monster · · Score: 2, Insightful
    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.
    Well, there's a few obvious ways to resolve this.
    1. Gmail could offer a checkbox in the logon screen (a parameter to pass to the input form) that says in effect "show NEW email only".
    2. Alternatively, they could show the list of new emails along with the captcha, so that third-party notifiers would have the info they need without requiring the heavy load
    3. Google could publish an API for third-party notifiers to register the IP address:port pair to which the user wants a new mail notification to be sent, converting from a polling to message-based mechanism.
    These would be good things to do with software during beta-testing...like now.
    --

    [100% ISO 646 Compliant]
    SVM, ERGO MONSTRO.

  30. Browsers by mini+me · · Score: 2, Funny

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

    We have since the initial launch. Konqueror still doesn't work.

  31. Third party notifiers =~ /. effect on gmail server by numbski · · Score: 5, Interesting

    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.

    --

    Karma: Chameleon (mostly due to the fact that you come and go).

  32. Regarding word identification & shiznit by Elwood+P+Dowd · · Score: 2, Insightful

    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.

    --

    There are no trails. There are no trees out here.
  33. business model by ryanw · · Score: 2, Insightful

    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.

  34. I heard... by PsiPsiStar · · Score: 4, Insightful

    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.

    --

    ___
    It's the end of my comment as I know it and I feel fine.
  35. Assuming this is to block notifiers... by nwbvt · · Score: 4, Insightful

    ...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.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  36. Re:welcome to crazyworld by r.jimenezz · · Score: 3, Interesting
    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.

    --
    The revolution will not be televised.
  37. Re:You are naive by Destoo · · Score: 2, Informative

    Yes they do.

    You need be in a message to see them.

    Example: if the message has the word "IBM" in there, 3 or 4 ads for IBM RS6000 servers will show up on the right side, exactly like the sponsored links on Google.


    Sponsored Links
    IBM RS6000
    Call Configsys for RS6000 systems Systems and parts available
    www.configsys.com
    Refurb RS/6000 Systems
    Huge inventory, low pricing, custom configured & fast delivery
    www.xsnet.com
    IBM RS/6000 - pSeries
    National IBM Distributors Wholesale - Free Tech Support
    natdata.com
    About these links

    --
    Nouvelles de jeux et technologies en français. TC
  38. Bzzt! wrong. by HoneyBunchesOfGoats · · Score: 2, Insightful

    Rights are inherent to human existence. The US Bill of Rights is a way of saying what the government explicitly cannot do, as those restrictions were very important to the original founders. There were also many who did not want a Bill of Rights, for the reason that people (like you) would get stupid and think that the rights stated are the only ones you have. Like many people before you, you get the entire idea of rights completely wrong.

  39. This may be a silly question but... by gexen · · Score: 5, Insightful

    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?

  40. Wake up, people, there's other methods! by AllNicksWereTaken · · Score: 2, Informative
    It doesn't matter that Google have done this. You can still ask the user to login via the official website and then have a notifier program read your cookies and use them accordingly.

    I made a post like a week ago in an mIRC scripting forum explaining how it can be done. (Even though my post is oriented towards mIRC scripting, it could very well be done in other scripting/programming languages).


    I paste my post below for the sake of preventing a possible "minor slashdotting":
    ---------

    Firstly, you will need my snippet for reading cookies from IE and Firefox, which I wrote and submitted sometime ago. (gimmie credit if you use that too :P)

    This is how you do it:

    1. You obtain the values for "GV" and "SID" off the Google/Gmail cookies.
    GV is stored in the cookie for the host "gmail.google.com", while SID is stored in the google.com cookie.
    Use my Firefox/IE cookie reader snippets to help you.

    Note: In IE, it appears sometimes there may be more than one cookie for a host, in which case, you must obtain the cookie info from the one which was last modified. (For instance, I had 7 Google cookies in my IE Cookies dir for some reason, but only the 7th was the proper one.)

    2. You send an HTTP request to gmail.google.com like the following:

    GET /gmail?search=inbox&view=tl&start=0&init=1 HTTP/1.1
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Referer: http://gmail.google.com/gmail/html/hist2.html
    Coo kie: GV=<HEREGOESTHEGVCOOKIE>; SID=<HEREGOESTHESIDCOOKIE>;
    User-Agent: <WHATEVERYOUWANT>
    Host: gmail.google.com
    Connection: close

    3. Parse the page that is returned to you. It's a little HTML and a bunch of JavaScript arrays.
    I'm not gonna bother writing out this part 'cause you can easily try yourself and find out what token marks a message as unread, and other stuff. (Oh yeah, the page returned shows you how many invites you got left, too, where it says ``D(["i",<number>]&#180;&#180;.) Other things it shows include your usage quota, unread mail, a list of your available labels, number of messages in Inbox, their basic info (sender, subject, and also the text snippet if you got those enabled), the name of any attachments contained in whatever emails, date received, and there's probably more stuff that I haven't really figured out yet. You guys can do that. Just send emails to yourselves and watch how the output changes, and learn from that. Below is a sample from one of my tests...

    <html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"></head><script>D=(top.js &&top.js.init)?function(d){top.js.P(window,d)}:fun ction(){};if(window==top){top.location='/gmail?sea rch=inbox&view=tl&start=0&init=1&fs=1';}</script>< script><!--
    D(["v","fa5b7549467dd5fe"]
    );
    D(["p ",["bx_hs","1"]
    ,["bx_show0","1"]
    ,["bx_sc","1"]
    ,["sx_dn","Alan"]
    ]
    );
    D(["i",1]
    );
    D(["qu" ,"2 MB","1000 MB","0%","#006633"]
    );
    D(["ds",2,0,0,0,0,0]
    );
    D(["ct",[["bloggers",0]
    ,["drafts",0]
    ,["foward s",0]
    ,["friends",0]
    ,["google",0]
    ,["hotmail", 0]
    ,["pointless",0]
    ,["school",0]
    ,["signup",0]
    ,["strangers",0]
    ,["temporal",0]
    ]
    ]
    );
    D([ "ts",0,50,4,0,"Inbox","fdaeea5872",4]
    );
    D(["t", ["fd9fab67bacc8e2",0,0,"Jul 8","\<span id=\'_user_thisemailisnot@real.com\'\>Robert C\</span\>","\<b\>&#187;\</b\& g t; ","steeltiger image","k here it is, and one ive been working on for the computer version im looking for. based loosely &#133;"

  41. A better solution... by jd0g85 · · Score: 3, Interesting

    ...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

    --
    There is no belief, however foolish, that will not gather its faithful adherents who will defend it to the death.-Asimov
  42. Yea... by the_mad_poster · · Score: 2, Insightful

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

    It's called "don't use gmail if you don't like the terms".

    Why the fuck does everyone think they can do whatever they want with things they choose to use? You don't like the way gmail works? Don't fucking use it you stupid wanker. Quit being a bitchy little cunt and go get a regular e-mail account for Christ's sake. It's not that fucking complicated.

    --
    Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
  43. Um, I think this article is just plain wrong by siliconjunkie · · Score: 3, Insightful

    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

    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.

  44. The reason for this is simple... by Otto · · Score: 2, Interesting

    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.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  45. Google: Counter Culture Flop by Mulletproof · · Score: 2, Insightful

    "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 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.

    --
    You need a FREE iPod Nano
  46. Re:Third party notifiers =~ /. effect on gmail ser by mrchaotica · · Score: 2

    You ban whatever IP is accessing too often, just like Slashdot does. The goal is to stop the people from abusing bandwith, not stop people using a particular program.

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  47. I tried to login via the Firefox extension by Orion+Blastar · · Score: 2, Interesting

    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.

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
  48. That's exactly why by wurp · · Score: 3, Interesting

    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.

  49. What a stupid question... by Moofie · · 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.

    --
    Why yes, I AM a rocket scientist!
  50. next...? by ltwally · · Score: 2, Interesting
    "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.
    --



    /dev/random
  51. Jeez... by AnimeFreak · · Score: 2, Insightful

    Gmail is a service provided freely by Google. If they chose to disallow you from using something they do not want you to use with their service, that is their business. If you do not like that, you stop using that service or you follow what they want you to do.

    It's that simple, folks.

  52. Gmail notifier useless to many, many users by LandGator · · Score: 2, Interesting

    Google's own Gmail Notifier does not work with Win98.. and that's what I have to run at home because of legacy apps. The FireFox notifier worked fine, until Google broke it. Beta or not, this ain't the way to win friends and influence people.

    --
    There is nothing wrong with yr Internet. Do not attempt to adjust the picture. We are controlling the transmission - NSA
  53. The real solution by ktorn · · Score: 2, Interesting

    Run your own mailserver at home and enjoy the 40/60/80/etc/GB of disk storage you have, and use whatever you like to access it (IMAP, POP3, Web).

    Then convert your Gmail account into an archive, by making your client forward all mails to it. Easy to search for stuff you think you've missed, or deleted.