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
x0r
cl-smtp
Commits
c2a86a4e
Commit
c2a86a4e
authored
Apr 17, 2008
by
Jan Idzikowski
Browse files
Fixed stream-element-type. Thanks Attila Lendvai for the bug report.
parent
480f3db6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
c2a86a4e
Version 20080417.1
2008.04.17
Fixed stream-element-type. Thanks Attila Lendvai for the bug report.
Change smtp-output-stream, cl-smtp.asd, CHANGELOG
Version 20080412.1
2008.04.12
Fixed TLS directly functionality, switch to ssl stream bevor read from stream.
...
...
cl-smtp.asd
View file @
c2a86a4e
...
...
@@ -17,7 +17,7 @@
;;; Description: cl-smtp ASDF system definition file
(
asdf:defsystem
:cl-smtp
:version
"2008041
2
.1"
:version
"2008041
7
.1"
:perform
(
load-op
:after
(
op
webpage
)
(
pushnew
:cl-smtp
cl:*features*
))
:depends-on
(
:usocket
...
...
smtp-output-stream.lisp
View file @
c2a86a4e
...
...
@@ -41,7 +41,7 @@
:reader
external-format
)))
(
defmethod
stream-element-type
((
stream
smtp-output-stream
))
(
stream-element-type
(
stream
stream
)))
(
stream-element-type
(
encapsulated-
stream
stream
)))
(
defmethod
close
((
stream
smtp-output-stream
)
&key
abort
)
(
close
(
encapsulated-stream
stream
)
:abort
abort
))
...
...
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