Handbook
Glossary
with-imap ( host email password quot -- )
IMAP library
Prev:
imap-settings
Next:
with-imap-settings ( imap-settings quot -- )
Vocabulary
imap
Inputs
host
a
string
email
a
string
password
a
string
quot
a
quotation
Outputs
None
Word description
Logs into the IMAP server with the provided settings. The quotation should contain code to execute once authentication has aloready occurred.
See also
with-imap-settings
Definition
USING:
io.streams.duplex
kernel
;
IN:
imap
:
with-imap
( host email password quot -- )
[
<imap4ssl>
]
3dip
[
[
login
drop
]
2curry
]
dip
compose
with-stream
;
inline