61 lines
3.7 KiB
HTML
61 lines
3.7 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="JavaMail" />
|
||
|
<meta name="abstract" content="You can use JavaMail to develop e-mail client applications." />
|
||
|
<meta name="description" content="You can use JavaMail to develop e-mail client applications." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzairsendrece.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../rzaha/javamail.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="http://www-1.ibm.com/servers/enable/site/java/downloads/mailproc.pdf" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzairsendmailjava" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>JavaMail</title>
|
||
|
</head>
|
||
|
<body id="rzairsendmailjava"><a name="rzairsendmailjava"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">JavaMail</h1>
|
||
|
<div><p>You can use JavaMail to develop e-mail client applications.</p>
|
||
|
<p>The JavaMail API provides a platform-independent and protocol-independent
|
||
|
framework you can use to build Java™ technology based e-mail client applications.
|
||
|
You can use the JavaMail API to create a mail client capable of sending multimedia
|
||
|
mail messages, as well as enabling a full fledged IMAP (Internet Mail Access
|
||
|
Protocol) implementation supporting folders, authentication, and attachment
|
||
|
handling.</p>
|
||
|
<p>Because SMTP only supports character data, it uses MIME to represent complex
|
||
|
data such as formatted text, file attachments (text and binary), and multimedia
|
||
|
content. If you use the iSeries™ QTMMSENDMAIL API, your application must take
|
||
|
care of converting the data into the appropriate content. The JavaMail implementation
|
||
|
provides MIME processing capabilities natively.</p>
|
||
|
<p>As of OS/400<sup>®</sup> V5R2, JavaMail components were included as
|
||
|
part of the IBM<sup>®</sup> Developer
|
||
|
Kit for Java.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairsendrece.htm" title="Your iSeries server is a mail server and has e-mail users (SNADS, POP, or Lotus) enrolled on it. Using either a POP client or a SNADS client, your e-mail users can send, receive, and read e-mail.">Send and receive e-mail on iSeries server</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="../rzaha/javamail.htm">JavaMail</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="http://www-1.ibm.com/servers/enable/site/java/downloads/mailproc.pdf" target="_blank">Mail Enabling AS/400 Applications with Java</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|