store-mail ( uids command flags -- mail-flags )
IMAP library

Prev:append-mail ( mailbox flags date-time mail -- uid/f )


Vocabulary
imap

Inputs
uidsA sequence of UID:s
commandAn IMAP store command
flagsFlags to set or remove


Outputs
mail-flagsFlags of mails after update


Word description
Updates the attributes of a set of mails.

Definition


: store-mail ( uids command flags -- mail-flags )
[ comma-list ] 2dip
"UID STORE %s %s %s" sprintf "" command-response
parse-store-mail ;