- Thursday, January 14, 2010, 3:15
- News
- 399 views
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
- Monday, August 3, 2009, 18:00
- Java
- 3,290 views
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
- Friday, July 10, 2009, 13:38
- General
- 1,533 views
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
- Wednesday, May 20, 2009, 20:00
- News
- 205 views
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
- Monday, March 30, 2009, 12:34
- News
- 220 views
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
- Friday, February 6, 2009, 16:35
- General, Web 2.0
- 395 views
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
- Tuesday, December 9, 2008, 14:23
- Web 2.0
- 258 views
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