ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzair_5.4.0.1/rzairpopverbs.htm

92 lines
4.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="reference" />
<meta name="DC.Title" content="Post Office Protocol" />
<meta name="abstract" content="The Post Office Protocol (POP) Version 3 mail interface is defined in Request for Comments (RFC) 1725. RFC is the mechanism used to define evolving Internet standards." />
<meta name="description" content="The Post Office Protocol (POP) Version 3 mail interface is defined in Request for Comments (RFC) 1725. RFC is the mechanism used to define evolving Internet standards." />
<meta name="DC.Relation" scheme="URI" content="rzairrefinfo.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairscenariomailloc.htm" />
<meta name="DC.Relation" scheme="URI" content="rzairrzairpopserver.htm" />
<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="rzairpopverbs" />
<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>Post Office Protocol</title>
</head>
<body id="rzairpopverbs"><a name="rzairpopverbs"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Post Office Protocol</h1>
<div><p>The Post Office Protocol (POP) Version 3 mail interface is defined
in Request for Comments (RFC) 1725. RFC is the mechanism used to define evolving
Internet standards.</p>
<div class="section"><p>The client software uses commands called <var class="varname">verbs</var> to
communicate with the POP server. The iSeries™ POP server supports the following
verbs.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" id="d0e36">Verb and parameters</th>
<th valign="top" id="d0e38">Description</th>
</tr>
</thead>
<tbody><tr><td valign="top" headers="d0e36 ">USER &lt;id&gt;</td>
<td valign="top" headers="d0e38 ">Pass user ID</td>
</tr>
<tr><td valign="top" headers="d0e36 ">PASS &lt;password&gt;</td>
<td valign="top" headers="d0e38 ">Password</td>
</tr>
<tr><td valign="top" headers="d0e36 ">STAT</td>
<td valign="top" headers="d0e38 ">Query mailbox</td>
</tr>
<tr><td valign="top" headers="d0e36 ">LIST &lt;opt msg #&gt;</td>
<td valign="top" headers="d0e38 ">Query message statistics</td>
</tr>
<tr><td valign="top" headers="d0e36 ">RETR &lt;msg #&gt;</td>
<td valign="top" headers="d0e38 ">Retrieve message</td>
</tr>
<tr><td valign="top" headers="d0e36 ">DELE &lt;msg #&gt;</td>
<td valign="top" headers="d0e38 ">Delete message</td>
</tr>
<tr><td valign="top" headers="d0e36 ">RSET</td>
<td valign="top" headers="d0e38 ">Reset message delete status</td>
</tr>
<tr><td valign="top" headers="d0e36 ">TOP &lt;msg #&gt; &lt;lines&gt;</td>
<td valign="top" headers="d0e38 ">Retrieve message header and data</td>
</tr>
<tr><td valign="top" headers="d0e36 ">UIDL &lt;opt msg #&gt;</td>
<td valign="top" headers="d0e38 ">Get message unique ID listing</td>
</tr>
<tr><td valign="top" headers="d0e36 ">NOOP</td>
<td valign="top" headers="d0e38 ">No operation</td>
</tr>
<tr><td valign="top" headers="d0e36 ">QUIT</td>
<td valign="top" headers="d0e38 ">Quit client session</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzairrefinfo.htm" title="You can find protocol information and information about journal entries, and more.">E-mail reference information</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzairscenariomailloc.htm" title="This example demonstrates how e-mail is processed between local users.">E-mail example: Send and receive e-mail locally</a></div>
<div><a href="rzairrzairpopserver.htm" title="The Post Office Protocol (POP) server is the iSeries implementation of the Post Office Protocol Version 3 mail interface.">Post Office Protocol on iSeries server</a></div>
</div>
</div>
</body>
</html>