Handbook
Glossary
store-mail ( uids command flags -- mail-flags )
IMAP library
Prev:
append-mail ( mailbox flags date-time mail -- uid/f )
Vocabulary
imap
Inputs
uids
A sequence of UID:s
command
An IMAP store command
flags
Flags to set or remove
Outputs
mail-flags
Flags of mails after update
Word description
Updates the attributes of a set of mails.
Definition
USING:
formatting
imap.private
kernel
;
IN:
imap
:
store-mail
( uids command flags -- mail-flags )
[
comma-list
]
2dip
"UID STORE %s %s %s"
sprintf
""
command-response
parse-store-mail
;