Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
account ( -- pop3-account )
Vocabulary
pop3
Inputs and outputs
pop3-account
a
pop3-account
Word description
You only need to call
connect
after calling this word to reconnect to the latest accessed POP3 account.
Examples
account connect
Definition
USING:
namespaces
;
IN:
pop3
:
account
( -- pop3-account )
pop3-account
get
;