root/trunk/thirdparty/cl-smtp/index.html

Revision 2782, 2.6 kB (checked in by hans, 5 months ago)

update cl-smtp from cvs

Line 
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5  <head>
6  <title>CL-SMTP</title>
7  <link rel="stylesheet" type="text/css" href="style.css"/>
8  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
9 </head>
10
11 <body>
12  <div class="header">
13   <h1>CL-SMTP at common-lisp.net</h1>
14  </div>
15
16  <h3>Introduction</h3>
17
18  <p>CL-SMTP is a simple lisp Networking Library that provides SMTP client protocol, supported LOGIN and PLAIN authentication methods.</p>
19
20  <p><b>New Version</b> [20071018.1] Reverted the non allegro base64 functionality in attachment.lisp, now it is used cl-base64 again. Thanks Attila Lendvai for the bug report.</p>
21
22  <h3>Download</h3>
23
24  <p>ASDF package <a href="cl-smtp.tar.gz">cl-smtp.tar.gz</a></p>
25
26  <h3>CVS</h3>
27
28    <p>You can <a
29  href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=cl-smtp">
30 browse our CVS repository</a> or download the current development tree via
31  anonymous cvs, as described <a href="/faq.shtml#checkout">here</a></p>
32
33  <h3>Portability</h3>
34
35  <p>CL-SMTP requires USOCKET and CL-BASE64 (CL-BASE64 isn't a requirement on ACL)</p>
36  <p>It works in all implementations supported by its dependencies (Allegro, SBCL, CMU CL, OpenMCL, Lispworks, CLISP and ECL).</p>
37  <p>Test results for Linux/x86/amd64:</p>
38  <table cellspacing="0" cellpadding="2" border="1">
39    <thead>
40      <tr>
41        <th>Lisp Implementation</th>
42        <th>Status</th>
43        <th>Comments</th>
44      </tr>
45    </thead>
46    <tr>
47      <td>Allegro</td>
48      <td class="working">working</td>
49    </tr>
50    <tr>
51      <td>CLISP</td>
52      <td class="working">working</td>
53    </tr>
54    <tr>
55      <td>CMU CL</td>
56      <td class="working">working</td>
57    </tr>
58    <tr>
59      <td>Lispworks</td>
60      <td class="working">working</td>
61    </tr>
62    <tr>
63      <td>SBCL</td>
64      <td class="working">working</td>
65    </tr>
66    <tr>
67      <td>OpemMCL</td>
68      <td class="working">working</td>
69    </tr>
70  </table>
71
72  <h3>Mailing Lists</h3>
73  <ul>
74   <li>
75    <a
76     href="http://www.common-lisp.net/mailman/listinfo/cl-smtp-devel">
77     CL-SMTP-devel</a><br/>for developers</li>
78   <li>
79    <a
80     href="http://www.common-lisp.net/mailman/listinfo/cl-smtp-cvs">
81     CL-SMTP-cvs</a><br/>CVS log feed.</li>
82  </ul>
83
84    <div class="footer">
85      <a href="mailto:jidzikowski (at) common-lisp (dot) net">Jan Idzikowski</a>, 24. May 2005.
86    </div>
87
88    <div class="check">
89      <a href="http://validator.w3.org/check/referer">
90         Valid XHTML 1.0 Strict</a>
91   </div>
92  </body>
93 </html>
Note: See TracBrowser for help on using the browser.