Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cl-smtp
cl-smtp
Commits
6b449524
Commit
6b449524
authored
Jun 11, 2010
by
Jan Idzikowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
never :wrap-at-column nil in string-to-base64-string allegro part
parent
f3f4cd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cl-smtp.lisp
cl-smtp.lisp
+1
-1
No files found.
cl-smtp.lisp
View file @
6b449524
...
...
@@ -58,7 +58,7 @@
(
defun
string-to-base64-string
(
str
)
(
declare
(
ignorable
str
))
#+
allegro
(
excl:string-to-base64-string
str
)
#+
allegro
(
excl:string-to-base64-string
str
:wrap-at-column
nil
)
#-
allegro
(
cl-base64:string-to-base64-string
str
))
(
defun
rfc2045-q-encode-string
(
str
&key
(
external-format
:utf-8
))
...
...
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