Update of /project/cl-smtp/cvsroot/cl-smtp In directory cl-net:/tmp/cvs-serv28424
Modified Files: index.html Log Message: update index.html
--- /project/cl-smtp/cvsroot/cl-smtp/index.html 2008/04/12 19:40:36 1.2 +++ /project/cl-smtp/cvsroot/cl-smtp/index.html 2010/05/06 09:50:40 1.3 @@ -17,7 +17,9 @@
<p>CL-SMTP is a simple lisp Networking Library that provides SMTP client protocol, supported LOGIN and PLAIN authentication methods.</p>
- <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> + <p><b>New Version</b> [20100505.1] Rewrite encoding functions, now it is possible to use non ascii characters in header values and in attachment filenames.</p> + + <p><b>Documentation</b> see the README file.</p>
<h3>Download</h3>
@@ -32,7 +34,7 @@
<h3>Portability</h3>
- <p>CL-SMTP requires USOCKET and CL-BASE64 (CL-BASE64 isn't a requirement on ACL)</p> + <p>CL-SMTP requires USOCKET, FLEXI-STREAMS, TRIVIAL-GRAY-STREAMS, CL+SSL and CL-BASE64 (CL+SSL and CL-BASE64 isn't a requirement on ACL)</p> <p>It works in all implementations supported by its dependencies (Allegro, SBCL, CMU CL, OpenMCL, Lispworks, CLISP and ECL).</p> <p>Test results for Linux/x86/amd64:</p> <table cellspacing="0" cellpadding="2" border="1">