40 lines
1.9 KiB
HTML
40 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>Overview of JavaMail APIs</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h4><a name="jmluse"></a>Overview of JavaMail APIs</h4>
|
|
|
|
<p>The JavaMail APIs only provide general mail facilities for reading and sending mail. These APIs require service providers to implement the protocols.</p>
|
|
|
|
<p>Service providers implement specific protocols. For example, Simple Mail Transfer Protocol (SMTP) is a transport protocol for sending e-mail. Post Office Protocol 3 (POP3 ) is the standard protocol for receiving e-mail. Internet Message Access Protocol (IMAP) is an alternative protocol to POP3.</p>
|
|
|
|
<p>In addition to service providers, JavaMail requires the JavaBeans Activation Framework (JAF) to handle mail content that is not plain text. For example, this includes MIME (Multipurpose Internet Mail Extensions), URL (Uniform Resource Locator) pages, and file attachments.</p>
|
|
|
|
<p>
|
|
<img src="rzaiz523.gif" alt="Description of JavaMail APIs" height="299" width="362">
|
|
</p>
|
|
|
|
<p>The JavaMail APIs, the JAF, the service providers and the protocols are shipped as part of WebSphere Application Server - Express using the following Sun licensed packages:
|
|
</p>
|
|
<p>
|
|
<ul>
|
|
<li><strong>mail.jar </strong>: This JAR file contains JavaMail APIs, and the SMTP, IMAP, and POP3 service providers.
|
|
</li>
|
|
<li><strong>activation.jar</strong>: This JAR file contains the JavaBeans Activation Framework.</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p><strong>Note: </strong>These JAR files are located in the Java extensions directory for WebSphere Application Server - Express (/QIBM/ProdData/WebASE51/ASE/java/ext).</p>
|
|
|
|
</body>
|
|
</html>
|