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