Slashdot Mirror


Gmail's Birthday Presents

Jicksta writes "Since today marks the first birthday of Google's online email service, Gmail, the Gmail team is rolling out some great new features. Every user's email account storage has been doubled to an astounding 2GB and users now have the ability to use some new snazzy rich text formatting features including fonts, bullets, colors, and highlighting. Happy birthday, Gmail!"

387 comments

  1. Schweet by Oculus+Habent · · Score: 1

    This is frikkin' awesome!I only got 1406MB, though, not the full 2GB. Not that I'm complaining about my free e-mail account. All that, and it's a real story. :)

    --
    That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    1. Re:Schweet by diegocgteleline.es · · Score: 3, Insightful

      This is frikkin' awesome!I only got 1406MB

      Apparently it increases at the same rate than the javascript counter they put in the main page

    2. Re:Schweet by ackthpt · · Score: 1
      This is frikkin' awesome!I only got 1406MB, though, not the full 2GB. Not that I'm complaining about my free e-mail account. All that, and it's a real story. :)

      You don't really want 2 GB of email. It's too damn much to wade through. Even downloading it would be painful.

      --

      A feeling of having made the same mistake before: Deja Foobar
    3. Re:Schweet by Richardsonke1 · · Score: 4, Insightful

      Take a look at the main gmail page. You can see the counter slowly increasing your space allotment throughout the day.

      --
      "Men lie."
      "Yeah, about sleeping with other women, but never about bioluminescent plankton."
      -Dan Brown
    4. Re:Schweet by pasokon · · Score: 3, Informative

      Well... apparantly, they want to keep giving storage beyond 2GB. See here. Also see the home page (where you sign in)... http://gmail.google.com/

    5. Re:Schweet by zxnos · · Score: 1

      sucker! i have... ...1416MB

      --
      always mosh clockwise
    6. Re:Schweet by over_exposed · · Score: 1

      You don't have to download it... it's web based. That's the point of web-based e-mail. It stays on the web so you can get it from anywhere...

      --
      "The object of war is not to die for your country, but to make the other bastard die for his." - Patton
    7. Re:Schweet by DjMd · · Score: 2, Funny

      Boooo BOOOOOOO!
      I call foul, an Actual story on slashdot on 4/1?
      How cruel.

      --
      DJMD - The fourth man - Planetary
    8. Re:Schweet by Striikerr · · Score: 3, Funny

      As nerds around the world move their coveted porn off their hard drives to Gmail storage, Google will soon be able to post the following on their login page for GMail and actually mean it... "All your pr0n are belong to us..."

    9. Re:Schweet by MrAnnoyanceToYou · · Score: 2, Interesting

      It looks like they're going to make it 'infinite' and not just 2 GB.... That means they might be trying to do some sort of file pooling with big files and maybe a bit of filtering for stuff of this large size kind. This is theoretically possible, but it'd take years of engineering work to do, I'd bet. I hope google's got people smarter than I am working to put that together. After storing how a huge portion the data on the internet is sorted, they might be finding out that STORING all the data on the internet is easier than FINDING it......... And gmail could be a bid to try and do that.

    10. Re:Schweet by AndroidCat · · Score: 5, Funny

      Oh? I thought it was all the email I was receiving on how to make things larger.

      --
      One line blog. I hear that they're called Twitters now.
    11. Re:Schweet by cayenne8 · · Score: 4, Insightful
      "...and users now have the ability to use some new snazzy rich text formatting features including fonts, bullets, colors, and highlighting. "

      Geez...just what we need. Email should be plain text...you are just wasting bandwith with all the rich text crap.

      Geez...thought it was bad enough with trying to get idiots using MS Outlook to quit putting crappy wallpaper on their emails...not to mention the other stuff. You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    12. Re:Schweet by Anonymous Coward · · Score: 0

      var START = 1112331600000;
      var END = 1112439600000;

      function updateQuota() {
      if (!quota) {
      return;
      }

      var now = (new Date()).getTime();
      if (now < START) {
      setTimeout(updateQuota, 1000);
      } else if (now > END) {
      quota.innerHTML = 'Over 2000';
      } else {
      quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025);
      setTimeout(updateQuota, 50);
      }
      }

    13. Re:Schweet by sepluv · · Score: 1

      ...until it reaches infinity+1.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    14. Re:Schweet by AKAImBatman · · Score: 3, Funny

      If you haven't done it yet, log out of your account and watch the MB counter on the front page. It's mesmerizing... like watching a disk defrag or something...

    15. Re:Schweet by MyLongNickName · · Score: 1

      I just create a program to e-mail random noise. Can't pool that.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    16. Re:Schweet by PeteDotNu · · Score: 1

      I've got JavaScript turned off, and it is still increasing.

      So their JavaScript must be server-side. How curious.

      --
      My other processor is big-endian.
    17. Re:Schweet by jimi+the+hippie · · Score: 1

      You are currently using 40 MB (3%) of your 1426 MB

    18. Re:Schweet by Da+Fokka · · Score: 2, Informative

      Notice that neither of the mentioned functions contain any images. The extra bandwidth required by colors, bullets and fonts is negligible [1]. Since e-mail is used for a lot of structured communication these days, it's good to see there's a little more than ASCII art to rely on.

      [1] You can only select sans-serif, serif and monospace fonts.

    19. Re:Schweet by jimi+the+hippie · · Score: 1

      Nobody's gotten this yet??? IT'S AN APRIL FOOLS' joke.

    20. Re:Schweet by MrAnnoyanceToYou · · Score: 1

      Then you're being a jerk and don't deserve a G-mail account and know it. Why would you make a program like that and why do you imagine it wouldn't stand out like a monstrous zit looking to be popped with a white-hot needle?

    21. Re:Schweet by muditgarg · · Score: 1

      Take a look at this ...some snapshots of the storage capacity increasing slowly..

    22. Re:Schweet by Tibor+the+Hun · · Score: 1

      i think it's a troll.
      you don't have to wade through it either. you use the built in search engine.

      --
      If you don't know what AltaVista is (was), get off my lawn.
    23. Re:Schweet by utexaspunk · · Score: 5, Insightful

      It doesn't do backgrounds or any of that crap. it just gives the basics- size, color, alignment, block quotes, a few fonts... the cool thing is that they've again incorporated the appropriate keyboard shortcuts ctrl-B turns on Bold, ctrl-I Italic, etc...

      That doesn't add a significant amount of size, particularly in light of the 2GB you get for mail. Even slashdot supports some level of message formatting. It makes it much easier to add emphasis. If someone overuses it, blame the writer, not the application...

    24. Re:Schweet by Anonymous Coward · · Score: 2, Insightful

      the key word is choice
      if you want to live in a world of black and white courier text, thats your choice
      if others want to use modern technology and features to enhance their visual impact of their communication, now they can with GMail

      im suprised at the anti-technology luddites of half the idiots on this site, wether they are screaming about they want cellphones without cameras and mp3 players to others who wonder why GUI's are preffered over typing 200line crptic command lines

      its all down to choice

      dont like it then choose something else, we in the UK have a word for people who get all huffy and bigoted when presented with differing opinions, they are called wankers

      enjoy

      --AJS

    25. Re:Schweet by maxwell+demon · · Score: 1

      I didn't know that infinity+1 = 404.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    26. Re:Schweet by MyLongNickName · · Score: 1

      This may be difficult for you to comprehend, but I was simply illustrating a point. This shows why a true "infinite" storage concept cannot work. When designing something like this, you must always look at how it can be abused and then put up safeguards, or scrap the idea altogether.

      There is only one person in this world that doesn't understand that. Therefore, I welcome you to Slashdot, Mr. Gates!

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    27. Re:Schweet by badboy_tw2002 · · Score: 1

      Crappy wallpaper and dancing images are not professional. Bullets are and make emails covering a wide range of ideas easier to read.

      Colors make it easier to decipher who is saying what without relying on everyone to not mess up the quoting. Just because they weren't available from day one on the internet (aka "The good old days where we had plain text and by gosh we liked it!") doesn't mean its not useful.

    28. Re:Schweet by krakelohm · · Score: 1

      I agree that adding dancing cats and crap to email is lame, but who made you the definitive authority on what people can and cant do with email?

      Yea I am in one of those moods today :)

      --
      You are all a bunch of idots.
    29. Re:Schweet by AnonymousJackass · · Score: 1
      You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc.
      Yep, but at least you can now get 2-Gig of space to save it in! :)
    30. Re:Schweet by Anonymous Coward · · Score: 0

      Can anyone say gmailfs?

    31. Re:Schweet by dj42 · · Score: 2, Funny

      I'm certainly pumped.

      ===========
      You are currently using 0 MB (0%) of your 1433 MB.
      ===========

      --
      We are one consciousness experiencing itself subjectively. Back to you with the weather, Bob!
    32. Re:Schweet by sepluv · · Score: 1

      Should have previewed. That should go to the GMail homepage.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    33. Re:Schweet by BRSloth · · Score: 1

      if others want to use modern technology and features to enhance their visual impact of their communication, now they can with GMail.

      I would really appreciate if those "others" choose to put content in their "communcation" instead of replying an email just putting a "Me too" in red letters with yellow background, with fonts in italics.

    34. Re:Schweet by Anonymous Coward · · Score: 0
      it was bad enough with trying to get idiots using MS Outlook to quit putting crappy wallpaper on their emails
      Just like a former colleague of us. Somehow she tried to do that, setting a background (unknown to her) with an alt tag. She also wasn't aware that the mailing list manager will strip off HTML stuff from the mail, leaving only text in. So her mail began like: "GlacierColleagues!" And ran immediately to the IT guys why they have to do this to her all the time...
    35. Re:Schweet by MrAnnoyanceToYou · · Score: 1

      Point taken. I'd retract but this place doesn't allow that.

      I said it'd take a bunch of people smarter than me, and I meant it.

      Thing is, if you DID do pooling, there'd be a point where you would group people who were 'contributors' and generally the 'contributor' would probably become asymptotic to a certain point. Noone can produce beyond a certain level, except if they are uploading massive amounts of home-made video at astronomic quality. Thus if you were really going crazy you could do file-pooling and allocate a certain portion of your HD space to the pool, and then allow users so much space for personal use, and tell them how much they were using.... A file would qualify for pooling after, say, three or four users, and they could be grouped.... an incredibly interesting problem, actually, the management of the space. But I'd bet that if GOOG put their mind to it it could be done. Meaning, should they continue to go through step 1 of the underpants gnomes' process, (Profit) they will eventually solve it.

      It boils down to text being negligible now, pictures of a certain size being negligible soon, and possibly video in
      If it's feasible, it's eventually done, so I'd love to see it happen with a company that has the slogan 'don't do evil' before a company with the slogan, "WHERE'S MY MONEY," manages it.

    36. Re:Schweet by stinerman · · Score: 3, Funny

      ADDers unite!

    37. Re:Schweet by projectVORTEX · · Score: 1

      Or, for that matter, extremely socialite family members who enjoy forwarding on EVERY e-mail they recieve, even if the e-mail's size is 2 MB or more... and they do it from a 56K modem too!

    38. Re:Schweet by MyLongNickName · · Score: 1

      I have to agree with you on this point. This would be an interesingthing to try to implement. You would also then have to work around folks who'd try to break the system with three or four accounts, and mailing the same thing to both accounts. The data would then be "grouped".

      Storage could be allocated by amount of space / number of users accessing, I suppose. Ultimately, what you are ending up with is a global shared hard drive, as you alluded to, Google IS the Internet. Why is the theme music to 'Pinky and the Brain' playing in my head?

      And sorry about the harshness of previous replies. I am a recovering jerk... it's a long process :)

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    39. Re:Schweet by TeknoHog · · Score: 2, Insightful

      In any case, formatting breaks the standard/idea of email as plain text. It assumes that the recipient is using a graphical/HTML client. It's the same kind of thinking that everyone is using MS Word, so it's ok to send information in the form of .DOCuments. Which is fine if you absolutely know how your recipient is going to read the message, but not a nice assumption to make in general.

      --
      Escher was the first MC and Giger invented the HR department.
    40. Re:Schweet by cetan · · Score: 1

      ...we in the UK have a word for people who get all huffy and bigoted when presented with differing opinions, they are called wankers

      The irony of your post is too much to handle. You sir, are an idiot.

      --
      In Soviet Russia...michael would be rotting in Siberia!
    41. Re:Schweet by Anonymous Coward · · Score: 0

      Yeah dude, people were saying that when gmail originally came out on April 1 a year ago... and oh... look at your own email?

    42. Re:Schweet by ashot · · Score: 1

      its not the same thing at all; html is an open format

      --
      -ashot
    43. Re:Schweet by OhNotSeven · · Score: 1
      Geez...thought it was bad enough with trying to get idiots using MS Outlook to quit putting crappy wallpaper on their emails...not to mention the other stuff. You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc.
      Funny....I have *never* received a mail with a wallpaper, and most of my friends (actually I do have some :D) use outlook. Just because they use windoze doesn't mean that they are dumb.

      Granted bandwidth usage is an issue...but there are bigger bandwith eaters. Need I list them?

    44. Re:Schweet by __aahrlq8808 · · Score: 1
      "You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc."

      Yeah, but now you get to keep 682 more of them!

    45. Re:Schweet by NanoGator · · Score: 1

      "You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc."

      1.5mb? Don't you think you're embellishing on your point just a tad? That's akin to me complaining about RedHat coming on 450 CDs.

      --
      "Derp de derp."
    46. Re:Schweet by generic-man · · Score: 1

      Good post. I agree.

      --- Original Message ---

      "...and users now have the ability to use some new snazzy rich text formatting features including fonts, bullets, colors, and highlighting. "

      Geez...just what we need. Email should be plain text...you are just wasting bandwith with all the rich text crap.

      Geez...thought it was bad enough with trying to get idiots using MS Outlook to quit putting crappy wallpaper on their emails...not to mention the other stuff. You get a 2 line email, that is like 1.5MB+ in size with all the formatting crap, dancing images....etc.

      --
      For more information, click here.
    47. Re:Schweet by Eric+S.+Smith · · Score: 4, Insightful
      its not the same thing at all; html is an open format

      The format is irrelevant; the point is that you're sending something that's not plain text. As the person to whom you responded points out, this is only okay "...if you absolutely know how your recipient is going to read the message...".

      More specifically related to Gmail:

      • The HTML produced by the Gmail editor is rather hard to read, especially since it lacks whitespace.
      • It may also be more likely to trigger anti-spam rules, just by nature of being HTML.
    48. Re:Schweet by Anonymous Coward · · Score: 0

      Which I could see being a problem except for one little fact:

      We're accessing gmail from a WEB BROWSER, right? and what do those things do?

      If you answered RENDER HTML, you're right! congratulations!

    49. Re:Schweet by Anonymous Coward · · Score: 0
      I only got 1406MB
      Mine is 1337. ! @m UB3R h4x0r!!!
    50. Re:Schweet by MrAnnoyanceToYou · · Score: 1

      Well, I don't think the malicious people would be as hard to spot as you do. What I'm saying is that there will come a point where to actually produce enough storage data to cripple the system, you will need to either a: be mass producing data and storing it, or b: be maliciously pranking. If data storage comes to the point where tossing even three continuous days of full motion video at top quality at someone is negligible space (and this is a coming day, it seems) even on a massive scale, the only people doing 'too much' data storage on the system will be people who are TRYING to screw over the system. These people are easily isolated and removed. If they were to, for example, split their videos and whatever into a large number of component parts they would still need to use the same IP's to push the data forward, or do it in a large markable batch.... Any way you cut it, once people do things on this scale in a malicious way, you're probably going to notice..... Additionally since Google's become the other 400-lb gorilla on the internet, who wants to mess with them?

    51. Re:Schweet by ip_fired · · Score: 3, Informative

      Most good mail clients should provide both the nicely formatted html and the text in 2 different MIME blocks. I just tested gmail, and it does this.

      So what are you really complaining about, the extra 1k that the e-mail has because it has good formatting?

      --
      Don't count your messages before they ACK.
    52. Re:Schweet by Anonymous Coward · · Score: 0

      So what? e-mail is plain text. HTML is not plain text. Whether it is an open standard or not does not make a difference.

      By your logic, it would be OK if I would send you an e-mail containing a huge SVG file rendering all the glyphs of the text. Because SVG is an open format for vector graphics. Or maybe you prefer a raster image in PNG format? Or is PDF open enough for you?

    53. Re:Schweet by SeanAhern · · Score: 1

      Are you a troll? I'll feed you anyway...

      The point was that you don't know the environment in which your email is read at the recipient end. Is it a webmail app? Is it mutt? Thunderbird? Outlook? You have no guarantee (unless you ask the recipient) that they'll even be able to render HTML with their email reader. Not everyone uses a webmail program these days.

    54. Re:Schweet by tolan-b · · Score: 1

      But the HTML and plain text versions are sent in separate mime blocks, so a text only reader should have no problem.

      So what's the problem?

    55. Re:Schweet by Anonymous Coward · · Score: 0

      That's great, but they should get some fucking IMAP and I might consider actually using the service. IMAP is a feature I would pay money for if they had it. Otherwise Gmail is pretty useless to me.

    56. Re:Schweet by ashot · · Score: 2, Insightful

      The format is irrelevant; the point is that you're sending something that's not plain text.

      You contradicted yourself in that sentence =]

      Besides, thats a straw man: all I said its not really comparable to sending doc attachments, which it isn't.

      And, btw, you never "absolutely know how the recipient is going to read the message."
      ASCII and Unicode are agreed upon formats, just like HTML. The important thing is that they are open and standards based.

      I'm not sure what the big deal is anyway, I use Opera mail and its never had a problem decoding HTML messages, including Gmail (I just tried).

      --
      -ashot
    57. Re:Schweet by Geoffreyerffoeg · · Score: 1

      Geez...just what we need. Email should be plain text...you are just wasting bandwith with all the rich text crap.

      Hahaha. That complaint made sense about 5 years ago. Today the "bandwidth" being "wasted" in the e-mail is miniscule compared to the JavaScript required to run your webmail...not to mention the stupid flash ads in Yahoo! Mail and others...

      and we haven't even considered how much bandwith is wasted by spam. All considered, HTML mail is not that much of a waste.

      And if it's done right, there's no problem. We use HTML on Slashdot for comments when we need emphasis of some sort, but those italics only added 7 bytes to my message. I hope Google's smart enough to keep the HTML short and clean. (Hint: leave off the font tags when the default will suffice. Hint 2: nest them if you need to specify multiple changes.)

    58. Re:Schweet by Anonymous Coward · · Score: 0

      HTML is plaintext. Certain clients choose to render the HTML to make it more useful, but this doesn't change the fact that it's plaintext.

    59. Re:Schweet by doyle.jack · · Score: 1

      No kidding. I was showing someone at work the difference in size between two emails with the same single line of text... one was html message with a stationery (Outlook) the other was the exact same message converted to plain text.

      We took the original messages after delivery over the internet and printed them out.

      The plain text version took 1/4 of a page of paper to print out (including headers and everything). The same message in html with stationery took 6 pages.

    60. Re:Schweet by Saeger · · Score: 1

      I think the problem is that the parent poster is either using a broken mailreader that doesn't understand how to handle the multiplart/alternative mimetype, or, he assumes that google is as stupid as some spammers and will ONLY send text/html (rather than text/plain AND text/html parts).

      --
      Power to the Peaceful
    61. Re:Schweet by SeanAhern · · Score: 1

      Maybe with gmail it is. But you're not guaranteed that all mail clients will behave this way. I have received emails that are purely HTML with no separate text MIME block.

    62. Re:Schweet by syynnapse · · Score: 1

      If you recall, everyone thought the original gmail story was a joke - and i didnt believe this one until i saw my own storage change.

      --

      System.out.println(syynnapse.getSig());

    63. Re:Schweet by Short+Circuit · · Score: 1

      Some idiots tell Outlook to only send HTML versions of their email.

    64. Re:Schweet by Cow+Jones · · Score: 1
      HTML is plaintext.

      When will people stop spreading this nonsense?

      HTML is text/html,
      Plain text is text/plain.

      They are *not* the same.
      Using your logic that the rendering client defines the format ("Certain clients choose to render the HTML"), everything would be plaintext. Image viewers also just "choose" to render a PNG as an image. Sheesh.

      --

      Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
    65. Re:Schweet by Uber+Banker · · Score: 1

      The irony of your post is too much to handle.

      You seem to be listening to too much Alanis Morissette.

    66. Re:Schweet by Anonymous Coward · · Score: 0
      Most good mail clients should provide both the nicely formatted html and the text in 2 different MIME blocks. I just tested gmail, and it does this.
      Why is this a good thing? You ever seen someone post a combo message to Usenet? Did you see the five hundred LART followups?
      So what are you really complaining about, the extra 1k that the e-mail has because it has good formatting?
      Yes. If I wanted to look at HTML, I'd fire up Mozilla or Firefox. Call me anal.
    67. Re:Schweet by Anonymous Coward · · Score: 0

      Bullets are professional? Bullets, as in bullet points?

      That's just not right, dude.

    68. Re:Schweet by Anonymous Coward · · Score: 0

      If anything, he didn't embellish enough. The athletics department at my school recently sent out a ~9MB email to the entire campus, on the occasion of an upcoming basketball game.

      Classes and reminders about email etiquette were offered shortly thereafter.

    69. Re:Schweet by mrchaotica · · Score: 1

      Do you write with six different colored pens, like a 14 year old school girl? If not, then color is not "the basics!"

      --

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

    70. Re:Schweet by NanoGator · · Score: 1

      "If anything, he didn't embellish enough. The athletics department at my school recently sent out a ~9MB email to the entire campus, on the occasion of an upcoming basketball game."

      Okay, this happened once. This is a far cry from the implication that everybody runs around doing this.

      --
      "Derp de derp."
    71. Re:Schweet by ashot · · Score: 1

      'plain text' is a format (ASCII, Unicode) just like any other means of encoding data. If you wanted to be completely pure, you should just send your friends email in binary, then you could be totally sure that they could read it. Sending 'plain text' emails in Russian is not very simple as there are 3 different encodings for the russian alphabet.

      I can see an argument being made that somehow its fundamentally different, but on the grounds that it contains no style information, I think its an awfully weak argument though..

      --
      -ashot
    72. Re:Schweet by Hooptie · · Score: 1
      Only 9MB, you had it easy. Recently we had a girl send a 250MB attachment to everyone in the company. The bad part is we have Outlook's cached exchange mode turned on, so everyone had to get the 250MB file at the same time. Exchange was not happy. And our sales reps were calling ME to complain that they couldn't get their email.

      Oh well, at least she's cute.

      Hooptie

      --
      "Heavens, it appears that my weewee has been stricken with rigor mortis!" -- Stewie Griffin
    73. Re:Schweet by shayne321 · · Score: 2, Informative

      It assumes that the recipient is using a graphical/HTML client.

      Yes, it assumes the recipient is participating in 2005 with the rest of us, not stuck in 1994 with you. For $DIETY's sake, even pine will read HTML email these days.

      --
      Today I didn't even have to use my AK; I got to say it was a good day -- Icecube
    74. Re:Schweet by knightri · · Score: 0

      1487 for me

      --
      'Or else pizza is going to order out for you'
    75. Re:Schweet by b100dian · · Score: 0, Troll

      Do you write bold, like a 14 year school boy?

      --
      gtkaml.org
    76. Re:Schweet by utexaspunk · · Score: 1

      since when was that the "standard idea"? I think the "standard idea" of e-mail should be the electronic equivalent of mail, and what you're talking about sound more like e-telegrams.

      sure, it should have some degree of backward compatibility (like another poster said, it includes a plaintext version in a separate MIME block) and should be a widely available, open format (not .DOC files or .PDF's), but other than that, it should be as close to real mail as you can get- pictures, fonts, you name it.

    77. Re:Schweet by forkazoo · · Score: 1

      Some people really do use uncompressed BMP's. I've seen it. They need a picture file for their signature, and for the logo, etc... Sad, but true.

    78. Re:Schweet by Infinite+Entropy · · Score: 1

      Besides, the HTML tags could always be stripped out, yes?

    79. Re:Schweet by RevDobbs · · Score: 4, Insightful

      Unfortunatly, you can't rely on ASCII art 'cause retarded MUAs (like gmail) won't display messages in a mono-spaced font. That is a feature I've been requesting for ages.

      And your argument of using style for structured communication is bunk. What does colors and fonts have to do with your message, and how are they going to render in pine? Bullet points? What's wrong with an asterik?

      If you want to sell me something, send me the URL of a webpage. If you want to effectivly communcate with me, send me a plain ASCII email. If you need back up images, send links to web page, but for the love of god don't email them to me.

    80. Re:Schweet by Anonymous Coward · · Score: 0

      You're adding another layer. If you want to interpret HTML as text/html, that's your prerogative.

      Just to pick your brain a little more, if I sent you a password in an HTML email, would you consider it safe? By your logic, I didn't really send it plaintext.

    81. Re:Schweet by Anonymous Coward · · Score: 0

      Can you open up a PNG in an ASCII text editor and do anything useful with it? What do you use to write your HTML in? Do you have a text/html editor?

    82. Re:Schweet by Anonymous Coward · · Score: 0

      Some idiots only use text mail clients. See, there is another side to your overwhelming ignorant statement.

    83. Re:Schweet by CaseyB · · Score: 1
      It assumes that the recipient is using a graphical/HTML client.

      In other words, it assumes that it's not 1990.

      <Cue rant on why it's impossible for you to read mail any other way than in a text-mode reader over SSH. Gimme a frickin' break.>

    84. Re:Schweet by Cow+Jones · · Score: 1
      If you want to interpret HTML as text/html, that's your prerogative.

      Not really. If I just ignore the MIME type, I'm broken software.

      if I sent you a password in an HTML email, would you consider it safe? By your logic, I didn't really send it plaintext.

      You're confusing MIME types with encryption.

      I was talking about the difference between HTML and plain text; both of them are "plaintext" from a cryptographical point of view.
      If you're talking crypto, the opposite of plaintext is cyphertext, not HTML.

      So: both HTML and plain text (as in text/plain) are text, but they're not both plain. Get it?

      --

      Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
    85. Re:Schweet by Da+Fokka · · Score: 1

      Unfortunatly, you can't rely on ASCII art 'cause retarded MUAs (like gmail) won't display messages in a mono-spaced font. That is a feature I've been requesting for ages.
      Well congratiulations, now you can use them!

      And your argument of using style for structured communication is bunk. What does colors and fonts have to do with your message, and how are they going to render in pine? Bullet points? What's wrong with an asterik?
      I readily believe that people using Pine will find a message in plaintext just as convincing as a properly formatted message but a lot of people also look at the packaging of the information.

      If you want to sell me something, send me the URL of a webpage. If you want to effectivly communcate with me, send me a plain ASCII email. If you need back up images, send links to web page, but for the love of god don't email them to me.
      I will keep it in mind ;)

    86. Re:Schweet by Anonymous Coward · · Score: 0

      My point was you chose an arbitrary definition of plaintext. You chose to use MIME types as your basis. I did not. That doesn't make your answer magically more valid than mine. HTML is still plaintext as far as I'm concerned.

    87. Re:Schweet by mrchaotica · · Score: 1

      No, I don't write bold, I write strong. You should too; it's more semantic that way.

      --

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

    88. Re:Schweet by Anonymous Coward · · Score: 0

      overwhelmingly

    89. Re:Schweet by diegocgteleline.es · · Score: 1

      The format is irrelevant; the point is that you're sending something that's not plain text.

      Dude, it's 2005, we're not in 1950. Sylpheed (my MUA) doesn't support HTML view of mails but it can parse the text and shot it as plain text.

      Besides, I like the fact of being able to use things like bold fonts instead of _imagining_ or *imagining* bold fonts. Text formatting is certainly useful, and I'm all for it even for text-based MUAs. Another problem is people abusing it and people linking images instead of attaching it but we are in 2005, not being able to write with colors in a computer with a 256 MB video card and a 21" TFT is stupid.

    90. Re:Schweet by Anonymous Coward · · Score: 0

      What if I send you what looks like an HTML document, but mark it text/plain? Would that satisfy your definition? If not, why? How would you know that the extra characters aren't just part of the document? If that's "plaintext" then, why does changing the MIME type (which does not change the content of the document) alter things?

    91. Re:Schweet by ded_guy · · Score: 1

      Do you have a text/html editor?
      Some people do.

      --
      In the future, all spacecraft will be made of cheese.
    92. Re:Schweet by Anonymous Coward · · Score: 0

      You seem to be listening to too much Alanis Morissette.

      It is ironic for a person decrying someone else's "huffy" tone to resort to using the word "wanker". Similarly, it would be ironic for someone decrying profanity to use the word "fuck". It seems that you are the one who listens to too much Alanis.

    93. Re:Schweet by Anonymous Coward · · Score: 0

      And these don't just save plain ASCII files?

    94. Re:Schweet by Cow+Jones · · Score: 1
      What if I send you what looks like an HTML document, but mark it text/plain?

      Then it should be displayed as a plain text. You can check this with Firefox, or any other software that respects MIME types (ie, not MSIE).

      Changing the MIME type of an email alters things because it changes how the receiving application interprets and displays the message. Using HTML in emails has brought us such wonderful things as self-installing trojans, web bugs, and messages that play a MIDI track in the background. I've been filtering all HTML emails into a quarantine folder for years now (those that haven't been marked as spam before), and a lot of my friends are doing the same thing. The results are great: 99% is spam, and the rest is from family members who have just discovered the cool formatting options in their mail client.

      --

      Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
    95. Re:Schweet by shawb · · Score: 1

      Then that's the fault of the sender. Most email clients have three options: plain text, html, or both. Yhis is generally configurable on a per user basis. But, seriously: Why don't you just get a compitent email client? They're free, ya know. You're basically doing the same as complaining that HDTV only puts out color signals and can't view the shows correctly on your 12" B&W tv.

      And if you can't be bothered to change to a new viewer, you can always just parse the HTML yourself.

      --
      I'll never make that mistake again, reading the experts' opinions. - Feynman
    96. Re:Schweet by Anonymous Coward · · Score: 0

      You can keep your porn in 2gigs? What... is your fetish ASCII porn???

    97. Re:Schweet by shawb · · Score: 1



      Have you seen what happens to storage limits? Once there is this much storage, someone will come out with higher res. video. Or 3d video. Or total sensory immersion where all of the neural inputs to the brain are copied. Once that is high res enough, someone will figure out a way to map all of the hormones etc in the body to make a truly realistic experience. And you know what industry will bring this to you? That's right... porn.

      --
      I'll never make that mistake again, reading the experts' opinions. - Feynman
    98. Re:Schweet by Anonymous Coward · · Score: 0
    99. Re:Schweet by Short+Circuit · · Score: 1

      Some idiots only use text mail clients. See, there is another side to your overwhelming ignorant statement.

      Text emails work just as well in Outlook, Gmail and Evolution as HTML emails do. HTML emails don't work well at all in mutt, pine, or mailx.

      I don't have a problem with people sending me HTML versions of their emails. Just include a part with a MIME type of text/plain.

    100. Re:Schweet by SeanAhern · · Score: 1

      Then that's the fault of the sender. Most email clients have three options: plain text, html, or both. [This] is generally configurable on a per user basis.

      Very true. I hope GMail has such configuration. I haven't logged in recently to check.

      But, seriously: Why don't you just get a compitent email client? [Patronization deleted.]

      As for my druthers - I wasn't trying to argue from my own personal preferences or setup. I don't have a compatibility problem with my local email client. I can handle text, HTML, or both just fine. But my experience is irrelevant to the general case.

      I was pointing out that the argument that you can always assume an HTML-capable mail reader in the general case is a false one. There are many people out there who still use text-only email readers for valid reasons other than they "can't be bothered."

    101. Re:Schweet by Anonymous Coward · · Score: 0

      The irony of this is that Gmail doesn't even display HTML emails properly in their interface because they strip out a lot of the code and ignores CSS entirely.

    102. Re:Schweet by RevDobbs · · Score: 1

      No, this is about effective communication. When was the last time an HTML email conveyed something other than the poor taste and color blindness of the sender? How well does your cell phone render blinking periwinkle Comic Sans on a light grey background? And how much time is your secetary going to waste while she diligintly changes each letter to a different color of the rainbow?

      It is not about being anachronstic; it is about being practical. Email is a technology best limited to text/plain in 7 bit ASCII (for English speaking users at least).

    103. Re:Schweet by Anonymous Coward · · Score: 0

      oh, it's so hard taking a jpg/gif instead of the ascii itself (even txt)..

    104. Re:Schweet by Anonymous Coward · · Score: 0

      That was my point. It's all how the client interprets it. Thank you for agreeing with me.

      Btw, spam really has nothing to do with our dialog. I suppose it's a last ditch effort to try to prove a valid point.

    105. Re:Schweet by Uber+Banker · · Score: 1

      Subject: Irony? The irony of your post is too much to handle. You sir, are an idiot.

      Reply:

      Profession of ignorance and of willingness to learn as one interrogates another on the meaning of a term.

      Alanis. Indeed.

    106. Re:Schweet by Splintax · · Score: 1

      I think this is a joke that I was too retarded to understand, but I'll bite anyway.. Use the tag, 'cos it's correct HTML. :-) I think <strong> was deprecated by W3C a while back, in any even strong can have a range of effects but b is always bold.

    107. Re:Schweet by mrchaotica · · Score: 1

      Well, the joke was in the pedantry of my statement, but it was a correct statement. You've actually got it backwards -- is deprecated because it's "always bold." HTML is not meant to describe what the text should look like, it's meant to describe what it means. <strong> always means the same thing: "strong emphasis." What does bold mean? Especially, what does it mean if your html is getting rendered by a text-to-speech or braille device?

      Figuring out what stuff looks like is what stylesheets are for, remember. If you want something to be bold and some other semantic tag (like strong or a heading tag) doesn't fit, enclose it in a <span style="font-weight:bold">. But be careful, because if there's no semantic reason why that text should be bold, why are you making it such at all?

      This is the same reason why there are several tags that have the same visual effect. For example, <em> and <cite> look exactly the same as <i>, but they're used for completely different things. The difference between emphasis and a citation is pretty important, especially if you're a machine parser. A search engine could give higher priority to emphasized keywords, or a program could use cite tags to generate a bibliography. Neither of those things work if you just use <i>, because there's no way to tell why the text was italic.

      --

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

  2. Not a joke by mirko · · Score: 1, Redundant

    but it's still increasing, I have 1412MB as of yet.

    --
    Trolling using another account since 2005.
    1. Re:Not a joke by piacoa · · Score: 1

      Just because Google happens to be the creative authority on providing users their features, they're incrementing it by roughly 1 MB every 5-10 seconds until it gets to 2 GB. Snazzy!

    2. Re:Not a joke by bird603568 · · Score: 1

      so in around a hour and a half to 3 hrs we will have 2 gigs? i really dont think soo. Quick we need to fill up our inboxes to test it. BTW where is this space comming from?

    3. Re:Not a joke by coolcold · · Score: 1

      but they will make it back to 1Gb after April 1st
      its a joke

      (so am I :p)

      --
      I am harvesting funny/good quotes. Please help by putting them in your sigs :)
    4. Re:Not a joke by over_exposed · · Score: 1

      a lot of hard drives...

      --
      "The object of war is not to die for your country, but to make the other bastard die for his." - Patton
    5. Re:Not a joke by electronerdz · · Score: 1

      Well, obviously, a lot more hard drives... however, just because they say everyone has 1GB (now 2GB) of storage doesn't mean they really have that much on their end. They don't expect everyone to fill up their 1GB, and will add as needed.

      --
      Kernel Krunch - Part of a Complete OS
    6. Re:Not a joke by KinkifyTheNation · · Score: 1

      Gmail was announced last year on April 1st and it's still around today, is it not?

  3. April 1st? by maotx · · Score: 5, Informative

    In light of April 1st I have to say I'm not sure if this is legit or not.
    My gmail account has slowly been growing today (it's at 1440MB capacity now) and have noticed the rainbow features being integrated.

    Will this last till tomorrow? Who knows. I'm liking it as is. I wouldn't think that Google would offer a service only to rip it away. If I had to speculate I would say that this is their answer to Yahoo!'s recent 1GB offer of e-mail. And as for those of you who keep complaining about gmail being in Beta still, I think Google answered it best regarding their "Gulp" product in their FAQ:

    11. When will you take Google Gulp out of beta?

    Man, if you pressure us, you just drive us away. We'll commit when we're ready, okay? Besides, what's so great about taking things out of beta? It ruins all the romance, the challenge, the possibilities, the right to explore. Carpe diem, ya know? Maybe we're jaded, but we've seen all these other companies leap headlong into 1.0, thinking their product is exactly what they've been dreaming of all their lives, that everything is perfect and hunky-dory - and the next thing you know some vanilla copycat release from Redmond is kicking their butt, the Board is holding emergency meetings and the CEO is on CNBC blathering sweatily about "a new direction" and "getting back to basics." No thanks, man. We like our freedom.

    --
    I'm a virgo and on Slashdot. Coincidence? Yes.
    1. Re:April 1st? by two_stripe · · Score: 2, Informative

      Considering GMail was launched on April 1st last year, id say you'd be pretty safe in assuming that it isnt actually a joke.

    2. Re:April 1st? by StormShaman · · Score: 1

      Carpe diem? More like caveat emptor.

    3. Re:April 1st? by Anonymous Coward · · Score: 0

      mine is also ar 1.414 GB which is kinda wierd that we both are at 1.4

    4. Re:April 1st? by Mahler · · Score: 1

      Consindering Google-humor, that just might be all the more reason to suspect it is...

    5. Re:April 1st? by MPolo · · Score: 5, Interesting

      Just log out of Gmail. Then you will see the "joke" about the Infinity+1 Email account. Then at the end, they say "April Fool" and link to the new features mentioned in this article. Hence, the two GB is real, it will just take until tomorrow until it is there. (Or at least that's my analysis.)

      The question remains of whether the submitter saw the joke, realized that it needn't be submitted, given the glut of them, and then found the new features, or just clicked on that glowing red "New Features" link at the top of his logged-in page.

    6. Re:April 1st? by moontumbohotmail.com · · Score: 1

      My gmail account is also at 1.4GB. I'm thinking it's probably real, considering that Google launched on April Fools day.

    7. Re:April 1st? by killjoe · · Score: 1

      The FAQ item is great. When do I get to make mailboxes though?

      --
      evil is as evil does
    8. Re:April 1st? by kebes · · Score: 1

      This is not an april fool's prank. It is real. The joke is the "infinity + 1" storage that appears on the gmail main page. But if you follow the link they have, which reads:

      "Gmail turns 1 today. And we've always loved a good joke. We know we won't reach infinity, but check out what we will do ..."

      You will see that they are very serious about increasing to 2 GB of storage. The counter on the Gmail page seems to be increasing from 1000 Mb to 2000 Mb at a rate that will reach the goal by the time the day is over.

    9. Re:April 1st? by iamzack · · Score: 0

      Awwww...does this mean they scrapped the Google Moonbase http://www.google.com/jobs/lunar_job.html/ they started at this time last year?

    10. Re:April 1st? by tijnbraun · · Score: 3, Funny

      Maybe is somekind of variation of Moore's law.

      On April Fools' Day your GMail storage will double and the funniness of Slashdot jokes will be halved.

    11. Re:April 1st? by Will2k_is_here · · Score: 2, Informative

      Read the link:

      But why stop the party there? Our plan is to continue growing your storage beyond 2GBs by giving you more space as we are able

      They discovered that a gigabyte is great, but 99% of all users aren't using more than a megabyte a year. Therefore, they really don't need to worry about limits. They just add on more disk space for the few users who actually need it.

    12. Re:April 1st? by GreyPoopon · · Score: 0, Redundant
      In light of April 1st I have to say I'm not sure if this is legit or not.

      This is probably redundant by now, but the new features are definitely not a joke. I sent email with Rich Text from GMAIL to another email account, and it worked. However, there still appear to be some bugs in the interface. At any rate, tomorrow will tell whether they yank the features away.

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    13. Re:April 1st? by op12 · · Score: 1

      The koke's on you! It's not trying to reach 2000MB by the end of the day, but Infinity+1 by the end of time!

    14. Re:April 1st? by Anonymous Coward · · Score: 0

      It was actually launched on March 31. The Press Center later changed the date on the release to April 1.

    15. Re:April 1st? by Eq+7-2521 · · Score: 1

      Last year, I thought that Gmail itself was an April Fools joke, in addition to whatever real joke they had going. Similarly, two years ago I thought Mayor Daley carving big Xs into Miegs Field was a joke, but sadly it turned out to be real.

      --
      At my age I find coming up with a witty signature too exhausting.
    16. Re:April 1st? by GTRacer · · Score: 5, Insightful
      They discovered that a gigabyte is great, but 99% of all users aren't using more than a megabyte a year. Therefore, they really don't need to worry about limits.

      Funny, that's the mentality broadband ISPs used when pricing their plans...then when everyone had a killer app that actually used what they were sold, backpedaling and AUP-juggling ensued.

      I don't think the Google will do this, but FWIW.

      GTRacer
      - Has ONE message in GMail inbox

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
    17. Re:April 1st? by DJStealth · · Score: 1

      Mine was at 1428, I hit refresh then it went up to 1429. Looks like they're doing it slowly to prevent sudden chaos on their disk drives (just like they do the invite-only system to control the amount of users registering).

    18. Re:April 1st? by DJStealth · · Score: 1

      See this link

    19. Re:April 1st? by DJStealth · · Score: 2, Interesting

      FYI, if you want to know how long it will take to get to 2GB, see the following algorithm from their web page:

      var START = 1112331600000;
      var END = 1112439600000;

      var quota;

      function OnLoad() {
      el("gaia_loginform").onsubmit = lg;
      gaia_setFocus();
      LogRoundtripTime();
      if (!quota) {
      quota = el("quota");
      updateQuota();
      }
      }

      function updateQuota() {
      if (!quota) {
      return;
      }

      var now = (new Date()).getTime();
      if (now < START) {
      setTimeout(updateQuota, 1000);
      } else if (now > END) {
      quota.innerHTML = 'Over 2000';
      } else {
      quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025);
      setTimeout(updateQuota, 50);
      }
      }

    20. Re:April 1st? by DJStealth · · Score: 3, Interesting

      Unix Time Conversion

      Copy/paste 1112331600 and 1112439600 into the above site to test. (I guess the last 3 digits are milliseconds)

      Apparently, it looks like it depends on your system clock! If you want 2GB now, set your date to the future!

    21. Re:April 1st? by rmarll · · Score: 1

      The wierd part is if you log in when the mantisa changes, your space available updates (x% of x megabytes) as well.

      Yes, I know we've got the two gig and they're just playing games with the counter. But they sure were through when they set out to do this.

    22. Re:April 1st? by UnsolicitedHuman · · Score: 1

      I think the javascript is timed in such a way that it reaches 2GB by the end of the day.

      --
      Signature is for people who have more than a dollar in their bank accounts.
    23. Re:April 1st? by rikkards · · Score: 1

      That could be a good Poll question:
      How many emails do you have in your gmail box?
      a. 1-100
      b. 101-1000
      c. 1001-10000
      d. 10,000 but all are member enlargement spam
      e. Cowboyneal is my mail box

    24. Re:April 1st? by Zerth · · Score: 1

      Actually, saturday morning

    25. Re:April 1st? by snuf23 · · Score: 1

      I don't know what to put in that account really. I am using 13MB or so, mostly a few scans of artwork that I stashed up there for safe keeping. Even my second Gmail account which I use for online site registration that I suspect will bring me spam is mostly empty. The spam filter catches most of the crap coming in anyway.
      I guess I should make DVD backups and seperate them into 10 meg attachements and upload them.
      Then I will never have to worry about scratching my copy of Gigli.

      --
      Sometimes my arms bend back.
    26. Re:April 1st? by tim256 · · Score: 1

      MSNBC is reporting this same story.

    27. Re:April 1st? by 0siris · · Score: 1

      ...and that'll be exactly the kind of thing that would kill Gmail.

      2GB is quite a bit considering they don't charge. I'm paying £17.99 GBP per month with my ISP, and they only give me 1GB.

      I'm hoping you were joking. Please don't ruin it for the rest of us...

    28. Re:April 1st? by Feztaa · · Score: 1

      I primarily use my gmail account for subscribing to a handful of mailing lists. The gmail account becomes a searchable archive of mailing list posts which is *really* handy for use as a reference. I also use it as the email adress listed publicly on my website as I've found gmail's spam filter is really good (I've seen a few false positives but according to my spam folder, I've only gotten 14 spam in the last 30 days).

      So nothing that I store on my gmail account is particularly private, so I'm not worried about any privacy issues. Private, personal email is all GPG encrypted, using my ISP's mail account.

    29. Re:April 1st? by snuf23 · · Score: 1

      "I'm hoping you were joking. Please don't ruin it for the rest of us..."

      I though this line:

      "Then I will never have to worry about scratching my copy of Gigli."

      would have been a dead giveaway. Yes, I admit I was joking.

      --
      Sometimes my arms bend back.
  4. Haha! April fools!!!! by Anonymous Coward · · Score: 0, Funny

    You Slashdot editors are teh funny!!!!!!

    1. Re:Haha! April fools!!!! by Tribbin · · Score: 1

      And they build a rich text format mail composer for today also!!! HAHAHAHAH!

      --
      If you mod this up, your slashdot background will turn into a beautiful sunset!
    2. Re:Haha! April fools!!!! by Anonymous Coward · · Score: 1, Insightful

      Ironically, this is probably the only non-April-Fools joke story we'll see today...

  5. actually a real article by JeanBaptiste · · Score: 1

    unless google is also having april fool day fun, but I don't think so.

    1. Re:actually a real article by ceejayoz · · Score: 2

      unless google is also having april fool day fun

      I take it you haven't seen Google Gulp yet?

  6. More google news :) by SlongNY · · Score: 4, Funny
  7. True story! by BWJones · · Score: 1, Redundant

    Wow, the Google story first non April Fools post of the day on Slashdot. Now all we need is a true to life post on the new Apple PDA.

    --
    Visit Jonesblog and say hello.
    1. Re:True story! by Tibe · · Score: 1

      ...then a repost of the Google story.

      ...then a repost of the Apple PDA story.

      ...then someone bitching about reposts.

      Love-Hate/.

    2. Re:True story! by Anonymous Coward · · Score: 0

      And here I was hoping that the rainbow text and stuff was an April Fool's joke, its hard enough reading html email without my sister turning it into rainbow colored AIM crap.

  8. Happy Birthday by Anonymous Coward · · Score: 0

    Cool happy birthday gmail

  9. Thats Great by CrazyTalk · · Score: 1, Redundant

    Two years old - but when are they finally going to be off of Beta release?

    1. Re:Thats Great by CrazyTalk · · Score: 1

      Darn, can't edit my responses. I meant to say one year old, of course. Still, seems a long time to be in beta, especially with so many users.

    2. Re:Thats Great by Anonymous Coward · · Score: 0

      1 (one) year old, you moron

    3. Re:Thats Great by Anonymous Coward · · Score: 0

      you are gay

  10. Would've been believable... by Anonymous Coward · · Score: 0

    ... if Gmail hadn't been released on March 31, 2004.

    1. Re:Would've been believable... by Anonymous Coward · · Score: 0

      Nope, it was definitely released on April 1; I distinctly remember all of the "is this true?" babble that came with it.

  11. Ha! by ackthpt · · Score: 1
    Fooled me again. NOT!

    oh, shit, it's true, what's up with that?

    Ok, so since I read me email as ASCII text, I supposed they translate these Rich Text feature for email going outside the Gmail system?

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Ha! by Mr+Guy · · Score: 1

      Most likely use MIME. Post your email and I'll drop you a note and you can see for yourself.

    2. Re:Ha! by sepluv · · Score: 1
      Their are two alternative MIME parts: one is plain text and one is HTML.

      In other words, if you have your MUA set to display plain text, you'll see the rich-text features translated into plain-text equivalents (e.g.: with blockquoting) or removed.

      Whereas, if you have your MUA set to display HTML, you'll see them in all their glory. Here's the gory detail:

      Mime-Version: 1.0
      Content-Type: multipart/alternative;
      boundary="----=_Part_877_30704583.1112374049929"

      ------=_Part_877_30704583.1112374049929
      Content -Type: text/plain; charset=ISO-8859-1
      Content-Transfer-Encoding: quoted-printable
      Content-Disposition: inline

      ***Plain text version here***

      ------=_Part_877_30704583.1112374049929
      Content-Type: text/html; charset=ISO-8859-1
      Content-Transfer-Encoding: quoted-printable
      Content-Disposition: inline

      ***HTML version here***

      ------=_Part_877_30704583.1112374049929 --
      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
  12. April Fool's? by Flypside · · Score: 1

    I'm actually believing this one for the time being....

    1. Re:April Fool's? by Anonymous Coward · · Score: 0

      Good choice.

      If you go to gmail.google.com, you can see their offer to raise the storage limit to 'Infinity + 1', but on the next page they basiaclly say 'All jokes aside, in honor of the 1 year anniversary of Gmail, we're raising the limit to 2 GB. Have fun with it'.

  13. No Joke by JuliusRV · · Score: 2, Informative

    And this isn't even an April Fool's joke, it's for real! :)

  14. Not april's fools by thundercatslair · · Score: 1

    Finally a story that isn't a april fools joke. The new features are nice, but the 2GB storage? Again pretty useless.

    1. Re:Not april's fools by Anonymous Coward · · Score: 0

      then go back to hotmail, if you don't like it.... the nerve of some people...
      do u want your email in a golden tray, brought by a butler? for FREE???

    2. Re:Not april's fools by Reignking · · Score: 0

      Only if the butler is Jeeves from Ask Jeeves...

      --
      One man's Funny is another man's Offtopic.
    3. Re:Not april's fools by thundercatslair · · Score: 1

      I wasn't complaining, I was just saying it is useless. Could you ever fill 1 gigabyte worth of e-mail, let alone 2? It is nice to have virtually unlimted e-mail storage, but really, it is there for marketing purposes not because people will actually use it all.

  15. I have to say by dan+dan+the+dna+man · · Score: 1

    I love the way the counter on Gmails home page is slowly crawling towards 2000Mb. Every time I log into Gmail my % use is dropping today!

    --
    I don't read your sig, why do you read mine?
  16. About time by mrbaggs · · Score: 1

    Finally, some real news.

  17. wow! by agent2 · · Score: 1

    neat.

  18. yeah by Anonymous Coward · · Score: 0

    i love a good party.

  19. Oh yeah? Infinity plus 1! by havaloc · · Score: 4, Funny

    Check out the napkin drawing on the login screen.

  20. Sweet... by Anonymous Coward · · Score: 5, Funny

    Gmail is like a sore dick; you can't beat it!

    1. Re:Sweet... by Anonymous Coward · · Score: 0

      Slashdot is like a sore dick; playing with it hurts, but you can't stop doing it.

  21. This is not very usable... by Anonymous Coward · · Score: 0

    ...without the blink tag.

  22. Size increase by freak4u · · Score: 1

    Yeah, my account is slowly increasing too. Nifty. I thought this was an April Fool's at first, then i hit Compose..

  23. How long until 2gb? by stecoop · · Score: 1

    On the web page it is currently about 1400mb. It is counting up to 2gb but it is going to take a few days. I bet I wont be able to tell the difference in storage space between now and then anyway.

    1. Re:How long until 2gb? by Stalyn · · Score: 1

      hang on... lemme use my time machine....

      okay back it'll reach 2GB at 12am EST.

      --
      The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
    2. Re:How long until 2gb? by TravisWatkins · · Score: 1

      It'll reach 2GB at 12am CST too. The JS uses your timezone for the counter.

      --

      "But I'm still right here, giving blood and keeping faith. And I'm still right here."
    3. Re:How long until 2gb? by Stalyn · · Score: 2, Interesting

      you sure about that i'm messing with my timezone and it isn't changing...

      --
      The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
    4. Re:How long until 2gb? by TravisWatkins · · Score: 1

      Try changing the actual time. :)

      --

      "But I'm still right here, giving blood and keeping faith. And I'm still right here."
    5. Re:How long until 2gb? by fanblade · · Score: 1

      You're messing with your timezone? If messing with your timezone doesn't change anything, perhaps that's because gmail is upping the space all around the world at the same GMT. Actually change the time and it should work.

    6. Re:How long until 2gb? by Stalyn · · Score: 1

      i'm not going to mess around with my hw clock just to see the counter change... btw the real storage space.. when you log in is determined by their server's hw clock.

      --
      The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
  24. This appears to be by SparksMcGee · · Score: 1

    A parody of the term "News" for Nerds, or else the lamest April Fool's joke ever. C'mon guys, you were on a roll. Keep the good times coming and bear in mind that no one cares about gmail...in color!!

  25. Infinity + 1 by CompotatoJ · · Score: 0

    You thought infinty was a lot of space? Google is topping that.

  26. Great! by Kilroy+Wasn't+Here · · Score: 1

    I can send people bigger images of my satellite photos now...

  27. Cool! by NerdHead · · Score: 1

    I like the RTF tools so far. One problem is that if the background is for a small text and you change the size of the text, the background color size doesn't change automatically.

    Watching the size counter increment instead of going directly to 2000 Mb reminds me that today is April Fools Day. I'll look at it tomorrow.

  28. I thought this was a 1/04 thing... by bcmm · · Score: 1

    The great thing is, it has been increasing gradually all day. You can watch the capacity going up on the login page (along with some humorous stuff), and the storage capacity when logged in increasing smoothly in line with it.

    --
    # cat /dev/mem | strings | grep -i llama
    Damn, my RAM is full of llamas.
  29. Re:April Fools again by Aayenn · · Score: 0, Flamebait

    Lies. Google is taking over the world soon. Everyone knows it. This is only one more way. Soon you'll see "Google buys microsoft" and thats when everything will end.

    --
    .Aayenn
  30. timer by ice-nine · · Score: 5, Informative

    The disk space is going up gradually over the course of the day (I'm guessing, from the counter on the gmail front page (viewable when you're logged out)). When I checked early this morning I had 1128 MB, then 1129 MB, and when I set my system clock ahead, it jumped up (then back down when I set it back).

    ag

    --
    zing
    1. Re:timer by hamlet2600 · · Score: 1
      thats cause they are just running a javascript timer:

      quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025);
      --
      Sometimes I wish computers were less friendly.
    2. Re:timer by Malicious · · Score: 3, Informative

      If you set the date on your comp to Apr 2nd, you will see 2GB.

      --
      01101001001000000110000101101101001000000110001001 10000101110100011011010110000101101110
    3. Re:timer by vikramrn · · Score: 3, Informative

      Changing the system clock only changes the counter on the main page...it is done in javascript using a function of the system time.

      Whereas the disk space is actually increasing gradually, independent of the display, but matching very closely (only by 2 or 3 MB)

    4. Re:timer by back_pages · · Score: 1
      Hehe, clever post.

      In other news, I noticed that Google News now lets me reorganize the sections on the front page with the "Edit this customized page" link in the upper right corner. It says it is "new", but I don't know how new it is and I've never noticed it before.

      I'm not that impressed by the configurability, but I was impressed by the functionality Google is getting out of a web browser. The configuration tool is drag and drop within the web page. That is pretty spiffy to me.

    5. Re:timer by LiENUS · · Score: 1

      Drag and drop is farely easy, there are dhtml libraries to do that effect.

    6. Re:timer by Anonymous Coward · · Score: 0

      dirty liar.

    7. Re:timer by Stalyn · · Score: 1

      Sat Apr 2 05:14:07 FJT 2005

      uh no....

      --
      The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
    8. Re:timer by Stalyn · · Score: 4, Informative

      actually look at the page's source

      var START = 1112331600000;
      var END = 1112439600000;

      1112439600 (extra 000s?) is Sat, 02 Apr 2005 11:00:00 GMT

      --
      The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
    9. Re:timer by Anonymous Coward · · Score: 2, Interesting
      1112439600 (extra 000s?)
      Javascript does that. It's a feature. The extra 0's are ms.

      Dump this into a page and point your browser of choice at it:

      <html>
      <body onLoad="doUpdate();">
      <span id="curTime">
      Foo
      </span>

      <script language="javascript">
      function doUpdate ()
      {
      var now = new Date();
      document.getElementById("curTime").innerHTML = now.getTime();
      setTimeout('doUpdate();', 50);
      }
      </script>
      </body>
      </html>
    10. Re:timer by Leroy+Brown · · Score: 1

      FYI- If your PC had the correct time, it would match exactly.

  31. Competitoin? by adennis · · Score: 3, Interesting

    Hmm... I wonder if this could have anything to do with yahoo and hotmail starting to catch up with mail space... One of the many things Google has always been good at was staying ahead.

    1. Re:Competitoin? by xtracto · · Score: 2, Informative

      Well, it could be but, since i started to read about the Hotmail's 250 MB offer I got a bit happy, but, nope, i still had those miserable 4 MB... now I know why:

      "
      250MB inbox available only in the 50 United States, District of Columbia, and Puerto Rico. Eligible Hotmail users will first receive 25MB at sign-up. Please allow at least 30 days for activation of your 250MB storage to verify your e-mail account and help prevent abuse. Microsoft Corporation reserves the right to provide 250MB inbox to free Hotmail accounts at its discretion"

      So ... nope Hotmail service is FAAAR faaaar FAAAAAAAAAR from getting my attention again...
      as I have the fortune not to live in the USed

      --
      Ubuntu is an African word meaning 'I can't configure Debian'
  32. Yep... here it is... by xtracto · · Score: 0, Offtopic

    As I mentioned... I posted this before and the story was rejected... so why was my story rejected and this one not??? hm...

    --
    Ubuntu is an African word meaning 'I can't configure Debian'
    1. Re:Yep... here it is... by gmuslera · · Score: 1

      Happened to me the same, submitted the story yesterday night, when my mail space was about 1098Mb, but got rejected. Oh, well, i could had expressed badly or the editors were overwhelmed with April's 1st stories

  33. I hate April Fools by k4_pacific · · Score: 5, Funny

    Seriously though, this April Fools thing was funny for a while, but it has to stop. I depend on this site for serious news. But today its all joke articles like this one. Come on now, two Gigabytes? For email? Very funny guys.

    --
    Unknown host pong.
    1. Re:I hate April Fools by kevin_conaway · · Score: 0

      Umm, check your gmail account. Its not a joke, at least for today.

    2. Re:I hate April Fools by DoubleDangerClub · · Score: 2, Interesting

      No joke. If you don't have a gmail account, I can see the skepticism, but it really is true. Going up to 2GB and beyond! The rich text editing is done very well too.

      --
      Ubuntu, the way linux should be.
      Try Ubuntu FREE! --
    3. Re:I hate April Fools by lsmeg · · Score: 5, Funny
      Seriously though, this April Fools thing was funny for a while, but it has to stop. I depend on this site for serious news.

      Best april fools joke all day!

      --
      It's OK! I'm a limo driver!
    4. Re:I hate April Fools by StonedRat · · Score: 1

      The joke was they were offering infinity +1 not 2GB. the 2GB is for real.

      --
      "Religion is the most malevolent of all mind viruses." - Arthur C. Clarke.
    5. Re:I hate April Fools by shyampandit · · Score: 1

      Well, the great thing about google is that their claims which look like an april fools joke are actually real!

      Everyone thought gmail itself was a joke last year but it was real and it really shook things up and looks like they will do it again ;)

    6. Re:I hate April Fools by ShadeARG · · Score: 1

      Gmail was launched on April Fool's last year and everyone thought it was a joke then. A free gig of e-mail? Yeah right! Who would do such a thing? And you're also saying that others will follow suit throughout the next year? What? No way!! .. that's the power of Google.

    7. Re:I hate April Fools by Anonymous Coward · · Score: 0

      "K4's Joke".. Let me introduce you to DoubleDangerClub.

      DoubleDangerClub.. This is "K4's Joke"..

      DoubleDangerClub missed you "K4's Joke". ;)

    8. Re:I hate April Fools by Anonymous Coward · · Score: 0

      I depend on this site for serious news.

      LOL

    9. Re:I hate April Fools by vraddict · · Score: 1

      I believe there was much scepticism involved when gmail was first announced 1 year ago. Who's to say this is not part of their marketing. April Fools..... OR NOT????? (dramatic duh duh dummmm music)

    10. Re:I hate April Fools by macshit · · Score: 1

      The rich text editing is done very well too.

      Er. If you have your normal text-entry widget set up to use emacs-style keybindings, you'll notice the gmail rich-text text widget doesn't use them -- they apparently reimplemented the input handling in javascript or something.

      Lose, lose.

      --
      We live, as we dream -- alone....
    11. Re:I hate April Fools by macshit · · Score: 1

      Hey no joke man.... There are plenty of serious stories I first heard about on slashdot. It's like hearing somebody mention something down at the corner store.

      Most notably I first became aware of what was happening on 2001-9-11 in various off-topic comments in a slashdot story; initially I thought people were joking (it seemed too absurd to be real). The feeling of disorientation and ... dread as I realized it was really happening is still palpable.

      --
      We live, as we dream -- alone....
  34. Anyone noticed... by (Jehuty) · · Score: 2, Informative

    ... That the counter on the Gmail page shows how much storage you have, and it keeps on increacing, u need to sign out of your Gmail account to view it

  35. doubling every year by unk1911 · · Score: 1

    would be nice if the storage space would double with every google birthday

    --
    http://unk1911.blogspot.com

    1. Re:doubling every year by Anonymous Coward · · Score: 0

      FAKE SIG

    2. Re:doubling every year by SmokeHalo · · Score: 1

      Perhaps it will. Or even better, increase exponentially every year until it reaches a terabyte.

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
    3. Re:doubling every year by Anonymous Coward · · Score: 0

      Or how about until it reaches a googolbyte?

    4. Re:doubling every year by unborn · · Score: 1

      Doubling itself is an exponential increase.

    5. Re:doubling every year by SmokeHalo · · Score: 1

      Hey, whaddaya know? I stand corrected. I must need another Google Gulp to get the wheels back on my brain.

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
  36. 1406MB == 2GB by scovetta · · Score: 0, Redundant

    1406MB is the same thing as 2GB, since 2GB = 2,000,000,000 bytes (by the definition of hard drive makers), and Google probably just redefined MB to mean 1,422,475 bytes.

    --
    Wer mit Ungeheuern kämpft, mag zusehn, dass er nicht dabei zum Ungeheuer wird. --Nietzsche
  37. In 10 years... by Patrick+Mannion · · Score: 1

    It will in Preview Release stage and the capcity will be 1TB!!!!

    --
    In America, you spam computers In Soviet Russia, computers spam you!
  38. I hope this one is a joke. by R.Caley · · Score: 0, Troll

    Otherwise it's time to tag all gmail sourced email as spam.

    --
    _O_
    .|<
    The named which can be named is not the true named
  39. why still Beta? by Dtyst · · Score: 0

    With all these features, I really think that Gmail should get rid of the Beta, how much more can it be improved? Why not start using version numbers? It is much more cool when version numbers change and you try to figure out what's new.. ;)

  40. Drive Extension by Plazzma · · Score: 5, Interesting

    2 gigabytes of storage might be pointless for just email, but it could be useful if you use a Gmail Drive Extension like http://www.viksoe.dk/code/gmail.htm

    1. Re:Drive Extension by maraist · · Score: 1

      2 gigabytes of storage might be pointless for just email

      Are you kidding me? Apparently you don't subscribe to mailing lists. And apparently you don't have relatives that send you lots of pictures. With a 10 Meg attachment limit, you'd only have to send 100 such pictures over the course of a year or two and you're saturated.

      Yes you can delete stuff, but gmail advertises "never delete your email again".. How many years can you use an email account before it becomes over-saturated.. By using google-search on your "archives" you can always retrieve a little thing that you didn't think was important enough to keep at the time.

      --
      -Michael
  41. Kinda... by ackthpt · · Score: 1
    Re:actually a real article .. "Since today marks the first birthday of Google's online email service, Gmail,

    But since it's beta, is it really a birthday or is a a beta birthday?

    --

    A feeling of having made the same mistake before: Deja Foobar
  42. Ummm by Anonymous Coward · · Score: 0

    April Fools?

  43. gmail storage growing this morning by qBeaks · · Score: 1

    I cheched this morning and they were allowing me 1330MB

    now it is 1414MB

    It seems they are increasing the limit over time today.

  44. npr OT by gngulrajani · · Score: 0, Offtopic

    Did anyone notice any april 1 pranks on NPR's Morning Edition this morning??

    -greg

  45. 2GB? by slashrogue · · Score: 1

    Hmmm.... You are currently using 2 MB (0%) of your 1415 MB.

    1. Re:2GB? by slashrogue · · Score: 1

      Oh, nevermind. I had to actually sign out of Gmail to see the front page that has the counter of how much storage space is available.

    2. Re:2GB? by Drakonian · · Score: 1

      It slowly increases up to 2 GB.

      --
      Random is the New Order.
  46. Not a prank! by Kimos · · Score: 1

    Remember that last year Gmail was announced on April Fool's. Besides, there's no way that our good friend Google would give us a fantastic and believable gift then brutally take it away.

    My only fear is that Google can't resist the draw to become evil forever. If they start making some of these new toys for-pay-features. *shakes fist*

  47. Re:I am sick of this by FidelCatsro · · Score: 2, Interesting

    Dude this story is true ;) so i think they did what i suspected they would do
    http://slashdot.org/comments.pl?sid=144539&cid=121 10727(part of it is a joke though)

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  48. Re:I am sick of this by Anonymous Coward · · Score: 0

    Jeeeezzz.. You think -these- 'April Fool' pranks are bad, just wait for the BIG one on the second, and the -real- April Fools Day, April 15th... Think about it... Americans once again getting screwed royally by their government..

  49. Look by mattmentecky · · Score: 1

    Heh, if you look on Slashdot's main page, you see three Google stories:
    one about not real news (fake), one about a new service and one about Google expanding within an existing service.

    I would say that is a typical Slashdot day ;)

  50. Gmail is 1337 by schleyfox · · Score: 5, Funny

    I got lucky and got a great picture of it going "You are currently using 44MB (3%) of 1337MB" http://slyfox.zapto.org:8082/display_entry.php?65

    1. Re:Gmail is 1337 by sepluv · · Score: 1

      You, sir, are on very very sad individual.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    2. Re:Gmail is 1337 by Anonymous Coward · · Score: 0

      you got lucky and slashdotted your server =)
      1337

    3. Re:Gmail is 1337 by Anonymous Coward · · Score: 0

      This is perhaps the most pathetic display of behavior that I have ever witnessed. It is time for you sir, to seriously re-evaluate your life. So pathetic...

    4. Re:Gmail is 1337 by schleyfox · · Score: 1

      And its a P2 over ADSL :O Oh well can't last forever

    5. Re:Gmail is 1337 by jcuervo · · Score: 2, Funny
      You, sir, are on very very sad individual.
      You, sir, have no sense of humour.
      --
      Assume I was drunk when I posted this.
    6. Re:Gmail is 1337 by Snowbeam · · Score: 1

      You are currently using 335 MB (23%) of your 1478 MB.

      --
      I am Lord Snowbeam. Heed my call!
    7. Re:Gmail is 1337 by Anonymous Coward · · Score: 0

      If you thought that was funny then I submit that it is you who has no sense of humor.

  51. I have 1337 mb...Thought it was a joke... by Who+drank+my+chocola · · Score: 2

    This, of course, led me to believe it was an April Fool's Day prank... You know, a "leet" amount of storage...

    --
    Tough day? How about a free Mac mini?
    1. Re:I have 1337 mb...Thought it was a joke... by piacoa · · Score: 1

      Yeah.. I thought (especially with the napkin drawing attached) that the storage increase was similar to the "glitch" they had for a while when they were "offering" 100 GB of storage... but sure enough (after enough FAQ reading), the increase is legit. Thought it admittedly would be cool if Google offered a consistent 1337 MB of storage!

  52. No joke! by moniker_21 · · Score: 1

    I've been in and out of my Gmail account all morning and I didn't even realize at the bottom it now says the following:
    You are currently using 57 MB (4%) of your 1414 MB.

    Nice! Thanks Google!

    --
    I posted to /. and all I got was this stupid sig
  53. My favorite part by Jeff85 · · Score: 2, Funny

    How to get Gulped? You can pick up your own supply of this "limited release" product simply by turning in a used Gulp Cap at your local grocery store. How to get a Gulp Cap? Well, if you know someone who's already been "gulped," they can give you one. And if you don't know anyone who can give you one, don't worry - that just means you aren't cool. But very, very (very!) soon, you will be. I guess I'm not cool. =(

    --
    Fetch Text URL - Firefox Extension
  54. The real joke by beerbaronstatic · · Score: 1

    The real joke is that they were claiming to give everyone infinity + 1 MB worth of storage space. The 2 GB of storage is the sad sad reality(after being compared to infinity + 1)

    1. Re:The real joke by klui · · Score: 1

      +1GB. All units rounded to nearest GB.

    2. Re:The real joke by bhtooefr · · Score: 1
      No - it keeps growing:
      You are currently using 2 MB (0%) of your 2057 MB.
      Now, it'll NEVER hit infinity, but this is nice.

      However, the more interesting thing (to me, anyway) is that they appear to properly sniff for Opera 8, and let it into the standard view (before, they saw "Opera", and forced it into basic HTML (unless you ID'd as IE)).
  55. Yay! by greypilgrim · · Score: 1

    More space I will never use. Who the heck needs 2 gigs of email storage? I'm using 9mb, and I've had my account for almost a year!

  56. Just the meta physical tags please by Stanistani · · Score: 1

    I personally admire the rectitude of normal, unimposing users whose insouciance and anomie natheless inspire the diversion of all that I survey. Indeed, even if one's raison d'etre were so mundane as implied, there would still be no plantain for composition.

    1. Re:Just the meta physical tags please by Anonymous Coward · · Score: 0

      Huzaaaaah to you, Sir!

  57. Re:Oh yeah? Infinity plus 1! by Anonymous Coward · · Score: 0

    hey that link went straight to my inbox. how did you hack into my account?!!

  58. foolios by Hits_B · · Score: 1

    You couldn't fool your mother on the foolingest day of your life if you had an electrified fooling machine - Homer

  59. Not an April Fools Joke by MadMorf · · Score: 1

    Unlike most of today's headlines...

    Go to your Gmail account for more info...

  60. Why can't this be a joke? by kickabear · · Score: 3, Interesting
    In every email program/service I've ever used, I've always set it to text-only. If I need to set something apart for emphasis, I've used regular punctuation and correct word choice. I've never needed to use large fonts or colored text to get my point across. Instead of useless features like bold and italics, why not work on a feature such as downloading email from my existing POP accounts, so I can consolidate all my email into one service?


    Props for the increased space, though.

    --
    This space for rent.
    1. Re:Why can't this be a joke? by op12 · · Score: 1

      Well, for one, they rolled out that rich formatting thing at least a full day before the 1st (I was reading about it yesterday), and claim to have been phasing it in for users even before that.

    2. Re:Why can't this be a joke? by fraudrogic · · Score: 3, Informative

      Back in my day, we used plain text and used punctuation if we needed to emphasize a word. All these fancy colors and fonts. FLIM FLAM! All we really need is PINE and thats all there is to it!

      Sincerely,
      Grumpy Old Geek

      --
      I only mod up parents of "mod parent up" posts...
    3. Re:Why can't this be a joke? by horigath · · Score: 1

      I would guess that they are not working on forwarding and POP downloading because it's already been implemented.

    4. Re:Why can't this be a joke? by jimmyCarter · · Score: 2, Interesting

      ..why not work on a feature such as downloading email from my existing POP accounts, so I can consolidate all my email into one service?

      Check out GMail Loader (GML). I think this takes care of what you're looking for.
      (http://www.marklyon.org/gmail/download.htm)

      --

      -- jimmycarter
  61. Re:April Fools again by neoform · · Score: 1

    Umm, it's not a joke..

    my inbox size has been upped and just so you remember, Gmail because available on April 1st.. which wasn't a joke either..

    if you want to see gmail's joke, go to their page www.gmail.com you'll see their "Infinity+1 Inbox" joke..

    --
    MABASPLOOM!
  62. Meh by Anonymous Coward · · Score: 0

    Double the storage capacity is great and all, but I'd MUCH rather they increased the maximum size of attachments beyond 10MB. What say you, Google?

  63. Is it real or is it slashdot by coyote4til7 · · Score: 1

    If the dna-in-dinosaur-bones mob had made the mistake of announcing last night, we'd all be assuming it was an april fools joke now because basically _everything_ on slashdot for this 24 hours is bull.

    Gmail ups to 2Gigs may be real or it may be a dumb attempt at a joke. Don't care enough to click the 12th might-be-a-joke/might-be-real link of the day.

    My pledge: boycot slashdot on April Fools day. Next: hit submit then close slasdot window till tomorrow.

    --

    the clock on the wall says 4 til 7
    1. Re:Is it real or is it slashdot by Anonymous Coward · · Score: 0
      Gmail ups to 2Gigs may be real or it may be a dumb attempt at a joke.
      As many others have pointed out by now:

      You are currently using 0 MB (0%) of your 1422 MB.

      So far, it's half joke. :P
  64. opera support! by froggero1 · · Score: 1, Informative

    and now g-mail considers opera a fully supported browser, as the automatic contacts, and all the java script funness works again!

    --
    ~/.sig: No such file or directory
  65. When is this going live, dammit! by arthurh3535 · · Score: 1

    Some of us non-invited people would like a Gmail account to!

    --
    No! It's a *SIG*. Keep the Special Interest Groups away! (Con joke!)
    1. Re:When is this going live, dammit! by jtaylor00 · · Score: 1

      There actually was one day this past month when Google had a link on their front page to allow anyone to sign up for a Gmail account. It looks as though it has been removed for now.

    2. Re:When is this going live, dammit! by Anonymous Coward · · Score: 0
      All you have to do is ask.

      I keep getting topped up to 50 invites every time I send a few out, I imagine other people do too.

      Or you could visit Isnoop to get one sent to you.

      I asked for one in my .SIG and got one within two posts.

      If nobody sends you one, or you don't feel like giving out your email address, I have a gmail account in the name of mpreditor that you can reach me at.

      Posted as AC because of thread moderation.
      UserID = PReDiToR (687141)
    3. Re:When is this going live, dammit! by hass · · Score: 1

      Just ask someone for an invite. I have 100 invites between my two gmail accounts. Or if you don't want to ask someone for an invite, try this site. http://isnoop.net/gmail/

    4. Re:When is this going live, dammit! by ESqVIP · · Score: 1
      Actually, it's still there, and it just shows up randomly for people. I, for instance, never saw it.

      Google often does that: Gmail's new features are slowly appearing for everyone, and when they were testing the new layout for the results page (minor changes, like a smaller logo) only a few select people (detected based on their cookie IDs) could see it.

  66. Richemail formatting in PURE JS by MyIS · · Score: 4, Insightful
    I for one don't care about the whole increased storage cap. But the new rich-text formatting feature makes me glad and upset at the same time.

    For a long time now I've been thinking of making a rich-text editor in pure Javascript, so that it works in any browser, unlike past offerings from Hotmail. And now, it looks like that idea wasn't that crazy after all. Of course, I missed the boat to fame, pretty badly, now that Google made it so public. Yeah, I know, someone else probably did it before, but those efforts were obviously pretty obscure.

    Most importantly, though, I think this shows the tidings of the new application: built entirely using the browser as a client interface, and the server as the app-logic/storage. Don't buy Microsoft Office, get a free consumer version from Google. Of course, business-features are also rentable, for a small pay-as-you-go rate of $.05 per minute. The customer is happy - all they need is a browser on ANY PC with teh intarweb; the vendor is happy - no more piracy issues, EVER. Plus, the software "seller" doesn't need to bother with tech support nearly as much - only need to answer the occasional "my JavaScript is turned off/I use Lynx" call.

    I'd like to hear what you folks think of this vision of the future. And of course, links to existing examples that prove that these sentiments are soooo 1999.

    --
    http://zero-to-enterprise.blogspot.com/
    1. Re:Richemail formatting in PURE JS by NamShubCMX · · Score: 1
      http://www.fckeditor.net

      I know there are at least two open source implementation of HTML editors.

      See wikiwig for an example...

      --
      We've always been at war with Eurasia.
    2. Re:Richemail formatting in PURE JS by Anonymous Coward · · Score: 0

      yahoo has the same sort of features in mail and the 360 blogger/communities pages to edit text in colors and fonts, etc.

    3. Re:Richemail formatting in PURE JS by Jherek+Carnelian · · Score: 1

      > I think this shows the tidings of the new application: built entirely
      > using the browser as a client interface, and the server as the
      > app-logic/storage.

      A major problem with this model is that it is inherently not-Free. Sure, you may get Free access to the client-side source, but the server side is where the real work probably gets done and getting access to that source in any meaningful way is not going to be possible.

      Remember the point of Free software is so that the user, or his agent, can modify and improve it to better fit their needs. But, even if you were able to get the source for the server-side code, you still could not implement any improvements or bug fixes that you made to it, unless you were to go and get your own server to run it on too which isn't likely.

      > Plus, the software "seller" doesn't need to bother with tech support
      > nearly as much - only need to answer the occasional "my JavaScript
      > is turned off/I use Lynx" call.

      I don't think that would be true. Yes, the more of the logic that runs on the server, the less outside influences like broken drivers and such on the client end will cause failures. But, that does not reduce the potential for bugs in the implementation itself and, refering to my previous paragraph, since it is infeasible even for expert users to fix bugs themselves, things may be harder for the user in the long run.

    4. Re:Richemail formatting in PURE JS by Senzei · · Score: 1
      but the server side is where the real work probably gets done and getting access to that source in any meaningful way is not going to be possible.

      Although I will agree on the "getting access to that source" part, much of the work for all of this is done client side.

      Most of the "server work" is reformatting database query responses in something meaningful to the client. If your server responds with XML then all you need is some XSLT to reformat it and JS to toss it into the page. All of the behavior is handled by client side javascript. Basically the server still does what web servers have always done, serve text and images. If anything the server does LESS processing here than it normally would.

      --
      Slashdot: Where anecdotes and generalizations can be freely substituted for facts, logic, or intelligence
    5. Re:Richemail formatting in PURE JS by thing12 · · Score: 1
      Of course, I missed the boat to fame, pretty badly, now that Google made it so public. Yeah, I know, someone else probably did it before, but those efforts were obviously pretty obscure.

      It's not pure js - it uses the rich editing component in Mozilla and Internet Explorer just like all of the other rich editing js apps out there (there are dozens, several of them are well known see HTMLArea, FCKEdit, etc...). So, you can still make your claim to fame by writing one that doesn't use the browser specific components.. since that's what you want to do anyway right? Pure javascript?

  67. happy bday GMAIL by kreativemind · · Score: 1

    Hapy birthday GMAIL, look forward to a nice Google Party!

  68. The joke is this.... by jupiter909 · · Score: 1

    The joke is that storage space these days is CHEAP, and googles knows it. They give us something that rocks, and everyone else is too fscking stupid to catch on. April fools most people are everyday.

  69. Google Beta by op12 · · Score: 1

    This doesn't specifically relate to the mail increase, but it's the only legit google post to mention it under :)

    Under the faq's of their "googlegulp" product, they explain their logic in keeping products in beta for so long.

  70. All i can say is .. by FidelCatsro · · Score: 1

    Thank god i did not threaten to eat my mac before Reading this one through , Part of it is a joke though (2gigs thing seems real though)

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  71. Picked Up By The AP by TheFlyingGoat · · Score: 1

    Milwaukee Journal Sentinel

    I don't know which is funnier, that Google felt that people actually needed 2GB, or that Slashdot thought it was a April Fool's joke. :)

    --
    You have enemies? Good. That means you've stood up for something, sometime in your life. --Winston Churchill
  72. anyone uses their max capacity by Anonymous Coward · · Score: 0

    think about it: Google doubles storage capacity but how many of us will reach that volume?

    Google has many employees that know about statistics and they know (for example) that 90% of gmail users doesn't surpass 100Mb of data stored so saying "hey, you now have 2gb!" is only a marketing trick, not a hardware one. In this scenario 10 users would be using the "teorical" storage limit assigned to only 1 user.

    Obviously anyone has a limit of 2gb but gmail isn't assigning 2gb really, they assing storage only when needed which is a minimum of the user spectre.

  73. Re:Oh yeah? Infinity plus 1! by Anonymous Coward · · Score: 5, Informative

    Here's the URL of the drawing so you can see it without logging out.

  74. counting up by kebes · · Score: 1

    If you check the source code for gmail's login page, you'll see how they are calculating the "running tally" of your current storage limit:

    var START = 1112331600000;
    var END = 1112439600000;

    function updateQuota() {
    if (!quota) {
    return;
    }

    var now = (new Date()).getTime();
    if (now END) {
    quota.innerHTML = 'Over 2000';
    } else {
    quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025);
    setTimeout(updateQuota, 50);
    }
    }

    It looks like it's counting from 1000 to 2000 over the course of the day.

  75. good and bad by tomstdenis · · Score: 1

    First, gmail uses this as a HUGE datamining service.

    Second, ooo free space...

    Personally I don't care if they read my emails or send them off to spammers or what not. It's a quality service, works well and is realible. ... and it's free.

    Tom

    --
    Someday, I'll have a real sig.
  76. That what you said... by seanvaandering · · Score: 1

    LAST year at the same time too! Funny, but Gmail is still here ;)

  77. very sad... by Cashen · · Score: 1

    its sad that i first heard about this on news.google.com linking to a earthtimes.org article this morning. here is the article http://www.earthtimes.org/articles/show/2241.html

  78. decreasing? by fernique · · Score: 1

    I wonder, will the storage counter begin decreasing tomorrow, after April 1-st go away?!

    --
    igor
  79. Jokes on you! ...or is it? by Gamzarme · · Score: 1

    The clock what you have sitting in the lower right hand corner of your screen controls the numbers on the www.gmail.com page. Therefore, if the counter is bogus would the entire thing be a joke? Maybe we'll find out tomorrow.

    --
    Pat
  80. Google fanbois by jvalenzu · · Score: 1

    Can someone explain what the exciting thing about google is again? A web search engine? Yawn. Free web email? Who doesn't have an email account? Why is it that every time Google puts the word beta in front of some turd it becomes front page slashbot news?

    1. Re:Google fanbois by LouCifer · · Score: 1

      Why is it that every time Google puts the word beta in front of some turd it becomes front page slashbot news?

      For the same reason anyone puts Linux or Apple in front of it.

      --
      Religion is for people afraid of going to hell.
    2. Re:Google fanbois by Pierce · · Score: 1

      Because of how they do it. Google's approach is often technically superior (at first) and different than other companies.

    3. Re:Google fanbois by jvalenzu · · Score: 1

      Because of how they do it. Google's approach is often technically superior (at first) and different than other companies.

      Sure, but people come up with technically superior stuff all the time. It's not like IBM gets play for each product release, and for what I can tell they are about as boring as Google.

  81. Rich format rocks by peterdaly · · Score: 1

    I didn't know it was possible with a web interface to implement the rich text formatting they are doing. Right down to ctl-b to bold highlighted text. This works like a real word processor!

    2GB doesn't excite me, I'm using less than 100MB right now. The rich text? It knocked my socks of this morning.

    -Pete

    1. Re:Rich format rocks by Pierce · · Score: 1

      This also makes the concept of an online word processer a little closer...just keep adding features to the rich text code.

  82. Next /. news by renrutal · · Score: 1

    GeNToo - Gentoo on the Microsoft NT kernel
    Linux
    Posted by Zonk on Friday April 01, @13:69PM
    from the a-least-it-is-not-about-ubuntu-dept.

    unrealisticCFLAGS writes "In some Gentoo.org news, the release engeneering team breaks more barriers:

    We are happy to announce the first experimental release of Gentoo for the NT kernel! Away from mainstream Gentoo a group of developers has managed to push the flexibility of our distribution to new heights and getting it to run natively on the well-known NT kernel!

    Further information, a howto, some screenshots and installscripts can be found at the project's site[www.gentooexperimental.org/nt/]


    How do you do URLs properly?

    1. Re:Next /. news by m50d · · Score: 1

      Use <URL:foobar> like it says at the bottom of the comment box. Or ordinary <A> tags.

      --
      I am trolling
  83. Re:Oh yeah? Infinity plus 1! by houghi · · Score: 1

    You need to log out if you want to see it if you have login automated.

    --
    Don't fight for your country, if your country does not fight for you.
  84. Google == Genius by Progman3K · · Score: 1

    Have you noticed?
    Google has a very interesting sense of humour: first they launch Gmail on April 1st.
    This had the effect of confusing people; lots of us expected it to be an April Fools joke and immediately dismissed it, so it effectively went under the radar initially.

    Now on the anniversary of their landmark e-mail service, they are at it again!

    Joke or reality? You figure it out.

    Personally, I believe this is Google's way of remaining low-key while at the same time being (possibly) the biggest thing ever.

    Genius, true genius.

    --
    I don't know the meaning of the word 'don't' - J
  85. Re:April Fools again by DarkMantle · · Score: 1

    I for one welcome our new Information sorting overloards.(beta)

    --
    DarkMantle I been bored, so I started a blog.
  86. Just increase the attachment size... by Peterus7 · · Score: 1

    That's all they need. A one gigabyte, hell, even 700 mb attachment size, and it'd be perfect. A sourge to the MPAA, yes, but perfect.

  87. Oh, THAT JavaScript by PeteDotNu · · Score: 1

    I'm a fool.

    --
    My other processor is big-endian.
  88. Yet still no calendar... by Astryk · · Score: 5, Insightful

    I'd love to ditch my local mail apps altogether and all that's holding me back is the lack of a calendar in gmail. It doesn't seem like it would be a difficult feature to add, and the combination of mail, contact and calendar management is largely what has made Outlook so successful. Yahoo's implementation is adequate but their mail interface is nothing compared to gmail's.

    1. Re:Yet still no calendar... by IntergalacticWalrus · · Score: 1

      Dude, Gmail is a mail service, not a PIM.

  89. And in Other News by joschm0 · · Score: 2, Funny

    AT&T worldnet just raised their email storage limit from 10Mb to 25Mb. Woohoo.

    --
    01/20/09
    1. Re:And in other news by VoidWraith · · Score: 1

      You can force it to give you the better view, as long as you've got JavaScript enabled, just use http://gmail.google.com/gmail?nocheckbrowser as the URL.

  90. Slowly... space is creeping across the accounts... by Erik_ · · Score: 1

    My was at 1328Mb two hours ago, now it's at 1428Mb.

  91. Finally! by justforaday · · Score: 1

    Now I can finally send all my email messages as rasterized Photoshop text saved as TIFFs. I'm so glad those space constraints are gone...


    ...says the guy who's been trying to send 1.1MB PDF to a Hotmail account only to have it bounced back because it's too large. 10MB attachment size limit my ass...

    --
    I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
  92. Thank god... by Shkuey · · Score: 1

    "You are currently using 3 MB (0%) of your 1429 MB."

    I was so close to having to invite myself for another account...

  93. Double the Gmail Filesystem space by Anonymous Coward · · Score: 0
  94. NOOOO! by bestadvocate · · Score: 0

    I had Just reached 1% of my email box used. Google I shall fill my inbox, and I wont use huge cheater attachments, with pure text I shall defy you! (and automatic slashdot emails help ;)

    --
    my sig
  95. A hidden bonus to Rich formatting... by jbarr · · Score: 4, Informative

    I realize that many /.ers have no problem with plain text, but the important thing to understand about the new Rich formatting feature is that it goes much farther than just making your messages look pretty. If you enable Rich formatting, when you reply to or forward a rich formatted message that you received, it now retains all the formatting. Before, everything was converted to plain text. Gmail finally allows you to manage messages unaltered. This is good news for both personal and business users.

    This potentially positions Gmail to be a WebMail client for the masses, because what you receive is what you will reply to or forward. This was a hugely lacking feature that has now been added.

    Kuddos to the Gmail developers!

    -Jim
    GmailTips.com

    --
    My mom always said, "Jim, you're 1 in a million." Given the current population, there are 7000 of me. God help us all!
  96. Infinity plus One by Juiblex · · Score: 3, Funny

    Well, if their plan is to give Infinity + 1 bytes... and if their definition of Infinity is the same as the one given by the Google calculator... then we will end up with an account of... 1 byte! :(

    Just look at:
    http://www.google.com/search?q=(1/0)+1

    1. Re:Infinity plus One by Anonymous Coward · · Score: 0

      Actually, 1/0 does not equal infinity. The answer should be "undefined".

    2. Re:Infinity plus One by Juiblex · · Score: 1

      But 1/0 is very close to infinity, because:

      lim |1/x| as x->0 = Infinity

    3. Re:Infinity plus One by gorre · · Score: 1
      But 1/0 is very close to infinity, because:
      lim |1/x| as x->0 = Infinity
      It's not close to anything, it's undefined (0 is not a unit).
      --
      "Madness is something rare in individuals - but in groups, parties, peoples, ages it is the rule." -- Nietzsche
    4. Re:Infinity plus One by Anonymous Coward · · Score: 0

      Pedant to pedant: it is undefined in the reals, but it is defined (as that sideways-eight symbol) in the extended reals.

  97. The Rich Text Formatting is Nice....BUT.... by dbzero · · Score: 3, Insightful

    It would be even better if images could be embedded within the email as well ... rather than attachments.

    1. Re:The Rich Text Formatting is Nice....BUT.... by dbzero · · Score: 1

      Another thing...Long emails get truncated by Gmail. Sometimes I like to email long articles or bulletin board threads and find, to my dissappointment, most of the email is gone. With all the space Google is providing you would think they wouldn't truncate long messages.

  98. Not 2GB... it's 1424 MB by CaptainPinko · · Score: 1

    Thats exactly my current limit... weird.

    --
    Your CPU is not doing anything else, at least do something.
    1. Re:Not 2GB... it's 1424 MB by night_flyer · · Score: 1

      its counting up, last I checked it was 1439... theres a counter on the login page

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:Not 2GB... it's 1424 MB by franksp · · Score: 1

      It's enlarging as th eday goes by...I imagine thta by the end of the day it will be 2GB

    3. Re:Not 2GB... it's 1424 MB by Anonymous Coward · · Score: 0

      The funny thing is how much of my mail is about enlarging things. Usually in inches, tho.

    4. Re:Not 2GB... it's 1424 MB by Anonymous Coward · · Score: 0
      You need to log out, then head to http://www.gmail.com. There's a Javascript-powered counter on the front page.

      Incidentally, I just learned how to do a little DHTML using that page as a template -- throw the stuff in a
      <span id=whatever>
      , then assign to document.getElementById("whatever").innerHTML.

      Google just keeps on giving. :-)
  99. Does anyone see by Unsichtbarer_Mensch · · Score: 0

    the obvious irony on the "napkin graph" on G-mail's login page? It's obvious that they are mocking of yahoo's desperate attempts to compete with them....

    --
    Du kan glomma dina ensama stunder, du kan lita paa teknikens under - Wilmer X
  100. HTML Formatting by Dizzle · · Score: 1

    Zonk, you're wrong as usual. The HTML formatting isn't a birthday present, it's been there for at least a week. Couple this with your "news" about space games, and I'm very dissapointed in your editing skills.

    And we all know girls only like boyfriends with skills.

    --
    -Dizzle
    "I most likely AM so interested in myself."
    1. Re:HTML Formatting by Anonymous Coward · · Score: 0

      Correction: that feature has been there for several days, but only enabled for some accounts. Now they enabled it for all accounts and they also made its presence more obvious by linking to in from their April fool's logout message. In the last days, many people got that new feature but did not even realize that it existed because they didn't click the small "new features" link.

      So let's not insist too much on Zonk-bashing here...

    2. Re:HTML Formatting by Dizzle · · Score: 2

      I apologize to Zonk. I also think Zonk is too similar to Zork, and that game was boring. Probably just childhood trauma seeping through into my everyday life. :(

      --
      -Dizzle
      "I most likely AM so interested in myself."
  101. If that is your opinion, you're entitled to it. by mmell · · Score: 2, Insightful
    But, ah, if that's the case, you should stick to the 'mailx' command. Y'know, Google isn't forcing people to use these new features (or GMail at all, for that matter), they're merely making them available.

    <blink>Lots of things are available, but that doesn't mean we should use them</blink>.
  102. Re:I am sick of this by Anonymous Coward · · Score: 0

    Fuck yourself.

  103. You know... by -kertrats- · · Score: 2, Funny

    On most sites, there's legitimate news with an april fools joke snuck in.

    Here, there's april fools jokes with a legitimate news item snuck in.

    --
    The Braying and Neighing of Barnyard Animals Follows.
  104. In Other News... by Juiblex · · Score: 5, Funny

    Yahoo says will keep competitive to Google, and is now offering Infinity plus Infinity megabytes.
    Google replies, offering Infinity squared megabytes.

    1. Re:In Other News... by Anonymous Coward · · Score: 0

      This will continue until Google figure out a way to provide transfinite mail storage.

    2. Re:In Other News... by chromakey · · Score: 1
      Yahoo says will keep competitive to Google, and is now offering Infinity plus Infinity megabytes.
      Google replies, offering Infinity squared megabytes.


      Still not enough to hold all my porn :(

    3. Re:In Other News... by jonadab · · Score: 1

      > Yahoo says will keep competitive to Google, and is now offering Infinity
      > plus Infinity megabytes. Google replies, offering Infinity squared megabytes.

      I'm holding out for at _least_ two raised to the infinity power megabytes.
      Of course, in an ideal world we'd all have infinity factorial to the infinity
      factorial power terabytes.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  105. They should have used FCKeditor by Mustang+Matt · · Score: 0

    Is there any reason they couldn't use FCKeditor for this functionality?

    I'm sure google wants to do their own better, but FCKeditor works really well and is simple to implement.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  106. Re:April Fools again by SWroclawski · · Score: 1

    In my defense, it wasn't redundant when I posted it- there were no posts then.

  107. Happy Birthday Gmail! by cameronk · · Score: 1

    Untitled Document Our relationship started nearly a year ago. Like an attractive transfer student in high school, it seemed like we needed an invitation just to meet. My friends kept on telling me about your personality and, yes, joy about the ways you brightened their lives.
    Eventually one of my friends provided an introduction, and we hit it off. In fact, we have been going steady for nearly nine months now. You are all that I ever wanted, almost, and seem to be the most popular member of our class. From reliable junk mail filters, to free pop access, to email searching, it seems like my past relationships were with just a bunch of Yahoos.
    My only wish is to be able to hold you in the Palm of my hand, like a Web Pro appreciating your every nuance. It may not be Siberia, but it remains home sweet home. I know you listen, that's one of your features I find most endearing.
    Let's celebrate our first anniversary and look forward to many more years of bliss.

    --
    "...What is good for General Motors is good for America." -Charles Wilson, Secretary of Defense and fmr President of GM
  108. Funny Image by echocharlie · · Score: 2, Funny

    I love the doodled graph on the main page. I didn't notice at first, but the shiny effect around the Infinity+1 and the coffee stain really add realism to it. It's these little touches that make Google what it is today.

  109. Re:Oh yeah? Infinity plus 1! / Legal warning by mr_z_beeblebrox · · Score: 1

    Check out the napkin drawing on the login screen.

    The logo for Lucent Technologies is plainly visible on that art work. Lucent...er Avaya ... ummm ...some guy in Chicago will be calling you about this.

  110. Happy G-day by p0rnking · · Score: 2, Interesting

    When I first read this, I though for sure it was a April fool's joke ... who would have thunk that Gmail would ever allow rich formatting?

    Also, another thing I noticed this morning, after someone told me that they had 1399MBs of space, is that I was at 1400MBs, and now seems to be going up about 1MB per minute.

    Now if only Gmail supported a normal list view of all emails, along with grouping conversations.

    1. Re:Happy G-day by Anonymous Coward · · Score: 0
      Now if only Gmail supported a normal list view of all emails, along with grouping conversations

      Are you joking? Click "All Mail".

    2. Re:Happy G-day by p0rnking · · Score: 1

      All Mail still has "conversations".

  111. How about a Delete All Spam Button before fonts by ozten · · Score: 1

    I loved Gmail for the four months, until I filled my 1 Gig quota! I was getting a few thousand spam emails a day, and managed to max out my account. Here is the kicker, there is no "Delete all spam" button. You have to physically go into your Spam folder, and click "Select All" for the 100 visible emails, and then click "Delete Forever". Repeat 1,000,000 times and your done.

    I submited two suggestions over the past year, but haven't gotten a good response. The one change they did make was to auto-delete Spam after 1 month, not I am running at about 400MB of spam all the time, so atleast my email doesn't bounce :)

    Great work GMail crew, but add a "Delete All Spam Forever" button before adding cute bullet lists and fonts.

  112. this news is "ho hum" by Anonymous Coward · · Score: 0

    More space, ok.. although I'm only using 2% of what I have already.. Rich Text? Ugh. For my outlook email I have it remove rich text formatting. Can't stand the crap.

  113. time to modify mimedefang-filter by amiliv · · Score: 1

    Crap. They started adding HTML into email.

    And for those saying that adding HTML does not waste bandwith, just consider this. I've created one-liner "Let's test bold stuff", with only single word "bold" in bold on GMail. Sent it. It created multipart/alternative email. First part was plain text. Second part was HTML. HTML part was 2.48 times in size of text part! Nice. And no, Google's idea of specifying something is bold is not good old "b" tag. They are fancier than that.

    Counting the headers and everything else, the resulting multipart/alternative email was 30% larger than it would be if it was text-only. 30% larger, just to have single word bold in one-liner email! For larger emails where header/content ratio is lower, this would get even worse (closer to 100%, and for a bit longer texts such as this one probably well over double in size).

    Now, one might say "who cares, I have 2GB for email". Well, news for you, I have 150GB (would have 300GB if it wasn't for the RAID1). I want to use that 150GB to be able to keep more email for longer time (which is basically idea behind GMail). Me, and everybody else who shares that 150GB of disk space with me. Not to store less email for shorter period of time.

    And yes, vast majority of people will overdo things when you give them control over fonts, and will make texts look way worse than if they were simply plain text. The truth is, if something looks like it should be in bold, most likely it doesn't need to be. And if anybody cares to check typesetting hints and tips for making readable text, they say: use one font and stick with it in entire document, use special stuff (bold, italics) rarely and wisely.

    Check your local newspapers, or grab any book from your bookshelf, and you'll see what I'm talking about. Than compare it to average HTML email. And see the difference.

    BTW, would somebody explain to me why is specifying numbered list in HTML more readable then:

    1. foo
    2. bar
    3. foobar

    in plaintext?

    Or why are bullets more readable than:

    - one
    - two
    - three

    Somehow I fail to see the difference.

    Well, enough complaining. Time to finally modify my mimedefang-milter to drop all text/html parts. I need only one copy of what somebody wrote. Not two. Considering that more and more people are using GMail for mailing lists, my private mailing list archives are going to literary explode. Wish there was a way to prevent wasting my bandwith in the first place.

    1. Re:time to modify mimedefang-filter by klui · · Score: 1

      I prefer plaintext.

      However... whenever you create a numbered list, and you edit it by deleting/adding items, you need to manually renumber all your items. For bullets (and numbered lists, too), if any item span more than one line, you need to redo the formatting otherwise it looks like it was typed by a 5th grader. The auto lists take care of all that for you.

  114. wiki like this by hbr · · Score: 1

    Wouldn't it be nice if there was a wiki that worked like this instead of all that ===heading=== __underline__ **bold** stuff.

    Even better if it allowed inline images too.

    It's obviously been too long since I used latex...

  115. Even better, check the privacy policy by Anonymous Coward · · Score: 0
    Google Gulp and Your Privacy From time to time, in order to improve Google Gulp's usefulness for our users, Google Gulp will send packets of data related to your usage of this product from a wireless transmitter embedded in the base of your Google Gulp bottle to the GulpPlex(TM), a heavily guarded, massively parallel server farm whose location is known only to Eric Schmidt, who carries its GPS coordinates on a 64-bit-encrypted smart card locked in a stainless-steel briefcase handcuffed to his right wrist. No personally identifiable information of any kind related to your consumption of Google Gulp or any other current or future Google Foods product will ever be given, sold, bartered, auctioned off, tossed into a late-night poker pot, or otherwise transferred in any way to any untrustworthy third party, ever, we swear. See our Privacy Policy.
  116. Gmail's Press Release by bluenote39 · · Score: 1

    We just upped the Gmail quota for all our users to 2GB. Hotmail, yahoo, lycos.. up yours!

  117. No suitable name for Google calendar by sapped · · Score: 2, Funny

    They actually have all the technical details to a Calendar worked out. The only issue holding up a release at this stage is the name.

    Galendar doesn't sound quite snazzy enough.

    Oh well. Then again I was the guy that suggested they use Go Ogle for their image search so maybe Go Date would work better for the calendar.

    Seriously, I do agree with you. I just implemented a PHP calendar on my website for the family to use and a Google calendar would probably kick my attempt to pieces.

  118. I am impressed by Red_Icculus · · Score: 1

    They are really trying to make use fill up those 2 gigs with fonts etc.

  119. MODS ON CRACK (what else is new...) by SoTuA · · Score: 1

    Infinity + 1 isn't "Informative", it's "Funny".

  120. And in other news by emtboy9 · · Score: 4, Interesting

    Mozilla 1.7.6 seems to no longer be a "supported" browser... unless they are playing some sort of sick prank...

    Yesterday my 1.7.6 install worked fine with gmail, but today I keep getting routed to the "Basic" view with none of the candy that made me like my gmail account in the first place (filters, selections, etc).

    I hope this is some sort of practical joke...

    --
    "Our funds have never taken part in toxic or death spiral convertible financings of any sort" -BayStar's managing partne
  121. Slow and steady by Anonymous Coward · · Score: 0

    I noticed a lot of you commenting about the slow rate of them adding. Actually, if you go to the gmail page and logout, you can see a couter, which seems to be extremely accurate.

    (ps. :( you stole my story)

  122. Kids these days don't know old school at all... by Anonymous Coward · · Score: 0

    Back in my day, we used plain text and used punctuation if we needed to emphasize a word. All these fancy colors and fonts. FLIM FLAM! All we really need is PINE and thats all there is to it!

    Sincerely,
    Grumpy Old Geek


    Back in my day, we used plain text, and careful choice of language to emphasize a point. We didn't use none of that fancy puntuation: it was strictly and completely unnecessary. A pox upon PINE and all its house, a pox, I say: it's a useless frippery. We used telnet to port 25 to send mail, and only when it was important. That's the way it was, and we liked it. If you didn't know your RFCs, you didn't belong on the internet, that's what we said back then...

    Kids these day, I tell ya... they don't appreciate luxuries like PINE and elm. I'll bet you even used that fancy, snooty new "web browser" called lynx to post this. For shame, sir. For shame.

    Signed,

    Crochety Older Geek

  123. Err, you dont really get that much extra by Anonymous Coward · · Score: 0

    I think you'll also notice that the amount of space that you use has increased too.

  124. Re:I am sick of this by Anonymous Coward · · Score: 0

    Interestingly the same thing happened last April Fools when Google announced Gmail.

  125. New features ? What about IMAP ? by Anonymous Coward · · Score: 0

    Where ?

  126. ... And partial string searches still don't work. by limber · · Score: 2, Insightful

    What bugs me is that for a search company, they have certainly implemented search within gmail oddly.

    You can't do partial text searches (i.e. search for 'vacation*' (or variations thereof) to return e-mails with 'vacations'). It's highly vexing to be trying to find an e-mail that you KNOW exists, only to discover in the end that it wasn't getting returned because your search string was incomplete!

    Why store all your e-mails if you can't search for them easily/intuitively? Very odd. Does anyone know why this is the case? Performance?

    This design choice is acknowledged in the help (it's one of their FAQs), but they don't give a reason for why they made that choice.

  127. CNBC fell for it quite quick... by Anonymous Coward · · Score: 0

    It made morning market news near the opening.

  128. Gmail's New Features by 00+Agent+Kid · · Score: 1

    Well, it seems that Gmail is going to pull even further ahead of the competition. I don't think that I will ever use 1 GB of space, let alone 2, it will entice those who use email for storage purposes. And I don't think RTF will waste that much bandwidth. Text formatting shouldn't take up much space.

    --
    INACTIVE ACCOUNT
  129. Myne is 1600 MB by hariatslashdot · · Score: 1

    Yep, I got 1600MB only not 2GB

  130. POP by numbware · · Score: 1
    Free POP access and automatic forwarding

    Woohoo! Thunderbird time!

    --
    I'm going to go create my own technology news site, with blackjack and hookers. You know what? Forget the news site.
  131. i have more than 2GB by Dr-Leech · · Score: 1

    You are currently using 313 MB (15%) of your 2050 MB.

  132. Me, too... by Anonymous Coward · · Score: 0

    You are currently using 0 MB (0%) of your 2050 MB.

    Maybe it's 1024 -> 2048.

  133. A message to EVERYONE by ericdfields · · Score: 1

    To all who are reading this. To all who have responded to this news article. To all those who love Gmail's new feature. *Especially* to those who responded _negetively_ about Gmail's new features. I think I might have a message to you. Do you like them? Use them. Do you not like them? Don't use them. Don't like Gmail in general for adding them? Don't use Gmail. Do you think they take up senseless bandwidth? Well... I think I need to restate that in a couple questions to answer this one correctly: Do you think they take up too much bandwidth now? or do you think that they take up too much bandwidth now for your intended use of e-mail? or do you think that they _don't_ take up _enough_ bandwidth for how you WILL use Gmail in the future? Do you think you won't use Gmail? Do you not use Gmail? I think we need to stop posting unnecessarily negetive posts on Slashdot, and start posting in order to enlighten. -- eric P.S. Slashdot offers bold, italic, underline. They could be used to stress your argument. Did I stress my argument well? Did I use them?

  134. Happy New Year's, too? by owlgorithm · · Score: 1

    Has anyone else done the math and noticed that, given Gmail's current expansion rate, it will equal 3000MB on January 1, 2006?