Handbook
Glossary
close ( -- )
POP3 client library
Prev:
delete ( message# -- )
Vocabulary
pop3
Word description
Deletes any messages marked for deletion, and then logs you off of the mail server. This is the last command to use.
Definition
USING:
io.streams.duplex
pop3.private
;
IN:
pop3
:
close
( -- )
stream
[
"QUIT"
command
]
with-stream
;