Java Mail Client Service
The Java Mail Client service allows you to add e-mail and news capabilities to applications deployed on the J2EE Engine. It provides APIs for access to SMTP, POP3, IMAP4, and NNTP mail servers, for transporting, storing, and accessing a message or news on Internet or your network.
The Java Mail Client Service implementation is written in accordance with Sun JavaMail™ API Design Specification 1.2. It uses Sun Microsystems’ provider implementation for the SMTP, POP3 and IMAP4 protocols and its own provider implementation for the NNTP protocol.
The Java Mail Client service is an independent module, which does not depend on other services or modules in its work.
See also:
Java Mail Client Service properties reference.