Handbook
Glossary
copy-mails ( uids mailbox -- )
IMAP library
Prev:
fetch-mails ( uids data-spec -- texts )
Next:
append-mail ( mailbox flags date-time mail -- uid/f )
Vocabulary
imap
Inputs
uids
A sequence of UID:s
mailbox
a
string
Outputs
None
Word description
Copies a set of mails to the specified folder.
Definition
USING:
formatting
imap.private
kernel
;
IN:
imap
:
copy-mails
( uids mailbox -- )
[
comma-list
]
dip
>utf7imap4
"UID COPY %s \"%s\""
sprintf
""
command-response
drop
;