imap_append
Opis
bool imap_append ( resource imap_stream, string mailbox, string message [, string options] )
Appends a string message
to the specified mailbox
.
Parametry
imap_stream
Strumień IMAP zwrócony przez imap_open().
mailbox
The mailbox name, see imap_open() for more information
message
The message to be append, as a string
When talking to the Cyrus IMAP server, you must use "\r\n" as your end-of-line terminator instead of "\n" or the operation will fail
options
If provided, the
options
will also be written to themailbox
Przykłady