Handbook
Glossary
reset ( -- )
Vocabulary
pop3
Word description
Resets the status of the remote POP3 server. This includes resetting the status of all messages to not be deleted.
Definition
USING:
io.streams.duplex
pop3.private
;
IN:
pop3
:
reset
( -- )
stream
[
"RSET"
command
]
with-stream*
;