Question: Discuss about JavaMail.Answer: 1) JavaMail is a set of abstract classes that create a framework for sending, receiving and handling e-mail.2) The package that Sun provides contains implementations of IMAP and SMTP, which allow sending and receiving mail. 3) The framework eases the creation of cross-platform mail application without an in-depth knowledge of e-mail. 4) There are methods and classes that allow access to mail folders, download messages, send messages with attachments and filter mail. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
도움이 되었나요? 예 아니요
Most helpful rated by users:
- What is JavaMail?
- Explain POP, SMTP and IMAP protocols.
- Discuss about JavaMail.
- Explain the structure of Javamail API
- What are the advantages of JavaMail?