Yes, ascii is appropriate
parent
d0e0a12cb0
commit
51ccd3417e
|
@ -20,7 +20,7 @@ SYMBOL: esmtp t esmtp set-global
|
||||||
: with-smtp-connection ( quot -- )
|
: with-smtp-connection ( quot -- )
|
||||||
smtp-host get smtp-port get
|
smtp-host get smtp-port get
|
||||||
2dup log-smtp-connection
|
2dup log-smtp-connection
|
||||||
<inet> ascii <client> [ ! ASCII until encodings reconsidered
|
<inet> ascii <client> [
|
||||||
smtp-domain [ host-name or ] change
|
smtp-domain [ host-name or ] change
|
||||||
read-timeout get stdio get set-timeout
|
read-timeout get stdio get set-timeout
|
||||||
call
|
call
|
||||||
|
|
Loading…
Reference in New Issue