fetch-mails ( uids data-spec -- texts )
IMAP library

Prev:search-mails ( data-spec str -- uids )
Next:copy-mails ( uids mailbox -- )


Vocabulary
imap

Inputs
uidsA sequence of UID:s
data-specIMAP Message part specifier


Outputs
textsA sequence of FETCH responses


Word description
Fetches message parts for the specified mails. See rfc3501 for the format of data-spec.

Definition