emacs.d/clones/lisp/www.cliki.net/CL-SMTP.html
2022-10-07 15:47:14 +02:00

93 lines
No EOL
5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: CL-SMTP</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=CL-SMTP">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - CL-SMTP</span>
<div id="content"><div id="content-area"><div id="article-title">CL-SMTP</div><div id="article">CL-SMTP is an SMTP (<a href="RFC.html" class="category">RFC</a> <a href="https://tools.ietf.org/html/rfc5321">5321</a>) client.<p>It works in <a href="ACL.html" class="internal">ACL</a>, <a href="SBCL.html" class="internal">SBCL</a>, <a href="CMUCL.html" class="internal">CMUCL</a>, <a href="OPENMCL.html" class="internal">OPENMCL</a>, <a href="LISPWORKS.html" class="internal">LISPWORKS</a> and <a href="CLISP.html" class="internal">CLISP</a>.<p>Project Page: <a href="https://common-lisp.net/project/cl-smtp/">https://common-lisp.net/project/cl-smtp/</a><p>License: <a href="LLGPL.html" class="category">LLGPL</a><p>See also Franz's <a href="imap.html" class="internal">imap</a> which has an SMTP client.<p><h2>Version: 2019-10-31</h2><p><ul>
<li>Fix rfc2045-q-encode-string for ascii character strings
and longer than 74 characters, make newline on next space in string
</li>
<li>add new test
</li>
</ul><p><h2>Version: 2015-10-23</h2><p><ul>
<li>Fix error with single line with 1 dot
</li>
<li>Thanks Francesco Bracchi for the bug report and patch
</li>
<li>Add more tests for handle single line dot in mask-dot and
in rfc2045-q-encode-string-to-stream
</li>
<li>Add optional argument <tt>CATCH-ERRORS</tt> to run-tests, default is T
</li>
</ul><p><h2>Version: 2014-01-28</h2><p><ul>
<li>Add patch for converted username and password to <a href="base64.html" class="internal">base64</a> string,
</li>
<li>ignore default wrap columns 80, so that no newline is inserted.
</li>
<li>Thanks Helmut G. Enders for the bug report and patch
</li>
</ul><p><h2>Version: 2010-06-21</h2><p><ul>
<li>Rewrite base64-encode-file in attachments.lisp, fixed wrap at column
</li>
<li>and add #\Return#\Newline after each column, ignore keyword buffer-size.
</li>
<li>Fixed string-to-base64-string allegro part in cl-smtp.lisp (wrap-at-column nil).
</li>
<li>Fixed finish-smtp-mail in cl-smtp, not use fresh-line on stream, send #\Return#\Newline.
</li>
<li>Add test for base64-encode-file.
</li>
</ul><p><h2>Version: 2010-05-05</h2><p><ul>
<li>Rewrite encoding functions, now it is possible to use non ascii characters in header values and in attachment filenames.
</li>
<li>New keyword argument external-format (default :utf-8).
</li>
<li>New class attachment, with slots attachment-name and attachment-mime-type, and a constructor function make-attachment.
</li>
</ul><p><hr>
Topics: <a href="email.html" class="category">email</a></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="CL-SMTP.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=CL-SMTP">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=CL-SMTP">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=CL-SMTP&amp;from-revision=3804768127">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>