search-mails ( data-spec str -- uids )
IMAP library

Prev:close-folder ( -- )
Next:fetch-mails ( uids data-spec -- texts )


Vocabulary
imap

Inputs
data-specAn IMAP search query
strText to search for


Outputs
uidsUID:s of the matching mails


Word description
Searches the currently selected folder for matching mails. See rfc3501 for the syntax to use for data-spec.

Definition