with-imap ( host email password quot -- )
IMAP library

Prev:imap-settings
Next:with-imap-settings ( imap-settings quot -- )


Vocabulary
imap

Inputs
hosta string
emaila string
passworda string
quota 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