imap_append

imap_append -- Append a string message to a specified mailbox

Description

int imap_append(int imap_stream, string mbox, string message, stringflags);

Returns true on sucess, false on error.

imap_append() function appends a string message to the specified mailbox mbox. If the optional flags is specified, writes the flags to that mailbox also.