Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Krupicka
cl-smtp
Commits
77d6c2a2
Commit
77d6c2a2
authored
Aug 23, 2010
by
Jan Idzikowski
Browse files
typing error
parent
b6aa5db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
77d6c2a2
...
...
@@ -18,8 +18,8 @@
<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>
[20100621.1] Rewrite base64-encode-file in attachments.lisp, fixed wrap at column
and add #\Return#\Newline after each column, ignore keyword buffer-size.
Fixed string-to-base64-string allegro part in cl-smtp.lisp (wrap-at-column nil).
and add #\Return#\Newline after each column, ignore keyword buffer-size.
<br/>
Fixed string-to-base64-string allegro part in cl-smtp.lisp (wrap-at-column nil).
<br/>
Fixed finish-smtp-mail in cl-smtp, not use fresh-line on stream, send #\Return#\Newline.
Add test for base64-encode-file.
</p>
...
...
@@ -71,7 +71,7 @@ browse our CVS repository</a> or download the current development tree via
<td
class=
"working"
>
working
</td>
</tr>
<tr>
<td>
Ope
m
MCL
</td>
<td>
Ope
n
MCL
</td>
<td
class=
"working"
>
working
</td>
</tr>
</table>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment