Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
imap_append
Popis
bool imap_append ( resource imap_stream, string mailbox, string message [, string options] )
Appends a string message
to the specified mailbox
.
Seznam parametrů
imap_stream
An IMAP stream returned by 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
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
imap_alerts | Nahoru |