JavaMail Interview Questions and Answers, JavaMail FAQs

JavaMail - Java Mail is an API that is used to receive and send emails between applications........
POP, SMTP and IMAP protocols - POP: The Post Office Protocol is an application-level protocol within an intranet which are used by the local e-mail clients to send and retrieve e-mails from a remote server those are connected using TCP/IP.......
Use of MIME within message makeup - MIME message includes the picture stored as file in GIF format and the GIF format uses 8-bit format.......
Structure of Javamail API - The JavaMail API has classes such as Message, Store and Transport. The API can be used to subclass for providing new protocols and some additional functionality when needed......