Posts Tagged ‘gmail’

Google Takes on China; Will Stop Censoring Results

Google Takes on China; Will Stop Censoring Results
A highly targeted attack on Google China and 20 other high profile companies including Adobe Systems has led to a major controversy. The attack that hit Google in mid December originated in China and was targeted to get email credentials of human right activists who are advocates of human rights in China based in Europe, America ... Full story

Sending Emails in Java using GMail ID

Thought of sharing following code with you all. It is a small code snippet that uses SMTP in Java to login into GMail and send email using ones GMail account. String host = "smtp.gmail.com"; String from = "username"; String pass = "password"; Properties props = System.getProperties(); props.put("mail.smtp.starttls.enable", "true"); // added this line ... Full story

Recover your GMail password via SMS

Recover your GMail password via SMS
A lot of time we forget our passwords and try to recover it using the same old technique where the service provider send new password to an email address that we have registered earlier with them. Security question is also an option to recover password where user set a security question ... Full story

GMail launched automatic message translation feature in GMail Labs

GMail launched automatic message translation feature in GMail Labs
GMail has released today another cool feature under GMail labs. Now you can automatically translate any of your email written in different language into language of your choice. Not only this, if all the parties invloved in communication are using gmail, then you can have entire conversations in multiple languages with each participant reading the ... Full story

GMail adds new Undo send option in GMail Labs

GMail adds new Undo send option in GMail Labs
Did you sent a mail to a wrong person by mistake, Puzzled ?? Do you need a feature of undo send? Google has introduced a new feature of Undo Send in GMail where you can stop sending of messge in say about 5 second delay between you hit the send button and GMail actually ... Full story

Gmail launched “Multiple Inbox”

Gmail launched
Gmail has launched yet another fantastic feature in Labs yesterday called the Multiple Inbox. This feature was developed by Octavian "Vivi" Costache of Google in his 20% time. When I first heard about this feature Multiple Inboxes, I thought of a page where you can do logins with multiple accounts and access all accounts simultaneously. ... Full story

GMail launched Task list functionality

GMail launched Task list functionality
Yesterday, GMail launched the lightweight To-do list or Task list feature. Now you can add your daily tasks or manage them using this feature. To add a task in your task list all you need to do is just click in the empty part in your list and start typing. There is no "add" or "save" ... Full story
Copyright © 2010 ViralPatel.net. All rights reserved.