with-imap-settings ( imap-settings quot -- )
IMAP library

Prev:with-imap ( host email password quot -- )
Next:<imap4ssl> ( host -- imap4 )


Vocabulary
imap

Inputs
imap-settingsan imap-settings
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

Definition