dinesh Archive

What is New in Spring Framework 4.x

After nearly four years the popular Spring Framework is getting an upgrade from version 3 to version 4. Spring 3.0 was first released in December 2009. Spring 3.1 followed in December 2011. Spring 3.2.2 was …

Authentication using JavaMail SMTP

Many SMTP servers use an authentication system as an extra layer of security in their mail transport. If you need to send email to such a server with JavaMail, the library provides a convenient abstraction …

Replying email in Java Mail API

In this chapter we will see how to reply to an email using JavaMail API. We can forward the received mail to someone else as we send emails. There are many javamail classes that are …

Deleting email in Java Mail API

We already discussed the fundamentals of Java Mail API. In the previous chapters we were discussed the way by which Java mail API uses SMTP to send emails with attachment and without attachment. Also we …