Handbook
Glossary
with-imap-settings ( imap-settings quot -- )
IMAP library
Prev:
with-imap ( host email password quot -- )
Next:
<imap4ssl> ( host -- imap4 )
Vocabulary
imap
Inputs
imap-settings
an
imap-settings
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
Definition
USING:
accessors
kernel
;
IN:
imap
:
with-imap-settings
( imap-settings quot -- )
[
[
host>>
]
[
email>>
]
[
password>>
]
tri
]
dip
with-imap
;
inline