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
d5b35e65
Commit
d5b35e65
authored
May 21, 2015
by
Jan Idzikowski
Browse files
Add :license and :description in cl-smtp.asd and LICENSE file
parent
d1eab1b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d5b35e65
Version 20150521.1
2015.05.21
Add :license and :description in cl-smtp.asd and LICENSE file.
Change cl-smtp.asd, CHANGELOG
Add LICENSE
Version 20140227.1
2014.02.27
Add patch for handle base64 string without newline after n columns.
...
...
LICENSE
0 → 100644
View file @
d5b35e65
CL-SMTP is a simple lisp smtp client.
It works in ACL, SBCL, CMUCL, OPENMCL, LISPWORKS, CLISP and ECL.
Support for authentication (PLAIN|LOGIN), send attachments,
and ssl support with cl+ssl.
CL-SMTP is licensed under the terms of the Lisp Lesser GNU
Public License (http://opensource.franz.com/preamble.html), known as
the LLGPL. The LLGPL consists of a preamble (see above URL) and the
LGPL. Where these conflict, the preamble takes precedence.
CL-SMTP is referenced in the preamble as the "LIBRARY."
cl-smtp.asd
View file @
d5b35e65
...
...
@@ -17,7 +17,11 @@
;;; Description: cl-smtp ASDF system definition file
(
asdf:defsystem
:cl-smtp
:version
"20140227.1"
:description
"Common Lisp smtp client."
:licence
"LLGPL"
:author
"Jan Idzikowski <jidzikowski@common-lisp.net>"
:maintainer
"Jan Idzikowski <jidzikowski@common-lisp.net>"
:version
"20150521.1"
:perform
(
load-op
:after
(
op
webpage
)
(
pushnew
:cl-smtp
cl:*features*
))
:depends-on
(
:usocket
...
...
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