JavaMail Interview Questions and Answers

JavaMail Interview Questions and Answers

The JavaMail is an API that is used to compose, write and read electronic messages (emails). JavaMail API provides protocol-independent and platform-independent framework for sending and receiving mails.

List the protocol which is used in Java Mail API?

Explain to the SMTP?

Explain to the POP?

Explain to the IMAP?

Explain to the MIME?

Explain to the NNTP?

How to install to the Java mail API?

Explain the step of the installation of JavaMail API?

How can i read message with Java Mail API?

How to send HTML mail to client?

How to forward mail to the sender?

Can I attach the image in our message?

Can I send multipart mail?