1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>pop3send</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <h1 class="unit">Unit pop3send</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Uses">uses</a></td><td><a class="section" href="#@Classes">Classes, Interfaces, Objects and Records</a></td><td>Functions and Procedures</td><td><a class="section" href="#@Types">Types</a></td><td><a class="section" href="#@Constants">Constants</a></td><td>Variables</td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="description">Description</h2>
|
---|
15 | <p>
|
---|
16 | POP3 protocol client</p>
|
---|
17 | <p>
|
---|
18 |
|
---|
19 |
|
---|
20 | <p>Used RFC: RFC-1734, RFC-1939, RFC-2195, RFC-2449, RFC-2595</p>
|
---|
21 | <a name="@Uses"></a><h2 class="uses">uses</h2>
|
---|
22 | <ul class="useslist"><li>SysUtils</li><li>Classes</li><li><a href="blcksock.html">blcksock</a></li><li><a href="synautil.html">synautil</a></li><li><a href="synacode.html">synacode</a></li></ul><h2 class="overview">Overview</h2>
|
---|
23 | <a name="@Classes"></a><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
|
---|
24 | <table class="classestable">
|
---|
25 | <tr class="listheader">
|
---|
26 | <th class="itemname">Name</th>
|
---|
27 | <th class="itemdesc">Description</th>
|
---|
28 | </tr>
|
---|
29 | <tr class="list">
|
---|
30 | <td class="itemname">Class <a class="bold" href="pop3send.TPOP3Send.html"><code>TPOP3Send</code></a></td>
|
---|
31 | <td class="itemdesc">Implementation of POP3 client protocol.</td>
|
---|
32 | </tr>
|
---|
33 | </table>
|
---|
34 | <a name="@Types"></a><h3 class="summary">Types</h3>
|
---|
35 | <table class="summary">
|
---|
36 | <tr class="list">
|
---|
37 | <td class="itemcode"><code><b><a href="pop3send.html#TPOP3AuthType">TPOP3AuthType</a></b> = (...);</code></td>
|
---|
38 | </tr>
|
---|
39 | </table>
|
---|
40 | <a name="@Constants"></a><h3 class="summary">Constants</h3>
|
---|
41 | <table class="summary">
|
---|
42 | <tr class="list">
|
---|
43 | <td class="itemcode"><code><b><a href="pop3send.html#cPop3Protocol">cPop3Protocol</a></b> = '110';</code></td>
|
---|
44 | </tr>
|
---|
45 | </table>
|
---|
46 | <h2 class="description">Description</h2>
|
---|
47 | <h3 class="detail">Types</h3>
|
---|
48 | <table class="detail">
|
---|
49 | <tr class="list">
|
---|
50 | <td class="itemcode"><a name="TPOP3AuthType"></a><code><b>TPOP3AuthType</b> = (...);</code></td>
|
---|
51 | </tr>
|
---|
52 | </table>
|
---|
53 | <p>
|
---|
54 | The three types of possible authorization methods for "logging in" to a POP3 server.</p>
|
---|
55 | <ul>
|
---|
56 | <li>
|
---|
57 | POP3AuthAll: </li>
|
---|
58 | <li>
|
---|
59 | POP3AuthLogin: </li>
|
---|
60 | <li>
|
---|
61 | POP3AuthAPOP: </li>
|
---|
62 | </ul>
|
---|
63 | <h3 class="detail">Constants</h3>
|
---|
64 | <table class="detail">
|
---|
65 | <tr class="list">
|
---|
66 | <td class="itemcode"><a name="cPop3Protocol"></a><code><b>cPop3Protocol</b> = '110';</code></td>
|
---|
67 | </tr>
|
---|
68 | </table>
|
---|
69 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:51</em>
|
---|
70 | </span>
|
---|
71 | </body></html>
|
---|