Handbook
Glossary
<pop3-account> ( -- pop3-account )
POP3 client library
Prev:
connect ( pop3-account -- )
Next:
capa ( -- array )
Vocabulary
pop3
Inputs
None
Outputs
pop3-account
a
pop3-account
Word description
creates a
pop3-account
object with defaults for the port and timeout slots.
Definition
USING:
accessors
calendar
kernel
;
IN:
pop3
:
<pop3-account>
( -- pop3-account )
pop3-account
new
110
>>port
1
minutes
>>timeout
;