Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
x0r
cl-smtp
Commits
81327d3b
Commit
81327d3b
authored
Oct 18, 2007
by
Jan Idzikowski
Browse files
new version 20071018.1
parent
c5e2466b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
81327d3b
Version 20071018.1
2007.10.18
Reverted the non allegro base64 functionality in attachment.lisp,
now it is used cl-base64 again. Thanks Attila Lendvai for the bug report.
Change attachments.lisp, cl-smtp.asd, CHANGELOG
Version 20070904.1
2007-09-04
Remove implementation dependent sockets code by adding usocket dependency.
Change cl-smtp.asd cl-smtp.lisp README INSTALL
(remove acl.lisp clisp.lisp cmucl.lisp sbcl.lisp lispworks.lisp openmcl.lisp)
Version 20060404.1
2006-04-04
"ADD" support for attachment, thanks Brian Sorg for the implementation
...
...
cl-smtp.asd
View file @
81327d3b
...
...
@@ -29,7 +29,7 @@
(
print
,
str
)))
(
asdf:defsystem
:cl-smtp
:version
"2007
0904
.1"
:version
"2007
1018
.1"
:depends-on
(
:usocket
#-
allegro
:cl-base64
)
:components
((
:file
"cl-smtp"
:depends-on
(
"attachments"
))
(
:file
"attachments"
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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