PHP » PYTHON |
login |
register |
about
|
PYTHON imap_append
is this article helpful?
|
Python replacement for PHP's imap_append
[
edit
| history
]
imapobj.append(mailbox, flags, date_time, message) imap_append(PHP 4, PHP 5) imap_append — Append a string message to a specified mailbox Description
bool imap_append
( resource $imap_stream
, string $mailbox
, string $message
[, string $options= NULL
] )
Appends a string message to the specified mailbox . Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 imap_append() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|