Handbook
Glossary
count ( -- n )
POP3 client library
Prev:
capa ( -- array )
Next:
list ( -- assoc )
Vocabulary
pop3
Inputs
None
Outputs
n
a
fixnum
Word description
Gets the number of messages in the mailbox.
Definition
USING:
io.streams.duplex
pop3.private
;
IN:
pop3
:
count
( -- n )
stream
[
"STAT"
command-and-total
]
with-stream*
;