Handbook
Glossary
>pwd ( password -- )
Vocabulary
pop3
Inputs
password
password for the userID
Outputs
None
Word description
Sends the clear-text password for the userID. The password may be case sensitive. This must be the next command after
>user
.
Definition
USING:
io.streams.duplex
kernel
pop3.private
sequences
;
IN:
pop3
:
>pwd
( password -- )
[
stream
]
dip
[
[
"PASS "
]
]
dip
[
append
command
]
curry
compose
with-stream*
;