Let’s say you are creating an HTTP request using Java. You are probably doing it with the use of the URL object like this: But sometimes you will also want to use…
Receive POP3 Emails using Java
Take a look at this example on how to read pop3 emails. But there are 3 parameters you need to prepare: your pop3 server, username and passowrd for that server. Pretty straight…
Sending Email through GMail
In my last 2 posts I have shown you how to send SMTP email using Java. But I still haven’t shown how to send an Email through a secured SMTP server. To…
2 usefull freeware
I would like to tell you about 2 freeware tools that I use daily. BareGrep Bare Grep is a file and inner file searching tool. It has all the basic search options…