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
6b449524
Commit
6b449524
authored
Jun 11, 2010
by
Jan Idzikowski
Browse files
never :wrap-at-column nil in string-to-base64-string allegro part
parent
f3f4cd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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