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
3411fbd6
Commit
3411fbd6
authored
Mar 06, 2013
by
Jan Idzikowski
Browse files
Fix bug in smtp-command to return all lines from smtp server
parent
6a0a9a10
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3411fbd6
Version 20130306.1
2013.03.06
Fix smtp-command to return all lines from smtp server
Thanks Jeff Cunningham for the bug report and test
Change cl-smtp.asd, cl-smtp.lisp, CHANGELOG
Version 20130121.1
2013.01.21
New version in cl-smtp.asd
...
...
cl-smtp.asd
View file @
3411fbd6
...
...
@@ -17,7 +17,7 @@
;;; Description: cl-smtp ASDF system definition file
(
asdf:defsystem
:cl-smtp
:version
"20130
121
.1"
:version
"20130
306
.1"
:perform
(
load-op
:after
(
op
webpage
)
(
pushnew
:cl-smtp
cl:*features*
))
:depends-on
(
:usocket
...
...
cl-smtp.lisp
View file @
3411fbd6
...
...
@@ -186,7 +186,7 @@
:expected-response-code
expected-response-code
:response-code
code
:response-message
msgstr
))))
lines
))
(
append
lines
(
list
msgstr
))
))
(
defun
do-with-smtp-mail
(
host
envelope-sender
to
thunk
&key
port
authentication
ssl
local-hostname
(
external-format
:utf-8
))
(
usocket:with-client-socket
(
socket
stream
host
port
...
...
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