append-mail ( mailbox flags date-time mail -- uid/f )
IMAP library

Prev:copy-mails ( uids mailbox -- )
Next:store-mail ( uids command flags -- mail-flags )


Vocabulary
imap

Inputs
mailboxa string
flagsa string
date-timea timestamp
maila string


Outputs
uid/fUID of the mail if the server supports UIDPLUS, f otherwise


Word description
Appends a mail to the specified folder.

Definition