PHP » PYTHON |
login |
register |
about
|
PYTHON imap_status
is this article helpful?
|
Python replacement for PHP's imap_status
[
edit
| history
]
imapobj.status(mailbox, option_names) imap_status(PHP 4, PHP 5) imap_status — Returns status information on a mailbox Description
object imap_status
( resource $imap_stream
, string $mailbox
, int $options
)
Gets status information about the given mailbox . Parameters
Return ValuesThis function returns an object containing status information. The object has the following properties: messages, recent, unseen, uidnext, and uidvalidity. flags is also set, which contains a bitmask which can be checked against any of the above constants. Examples
Example #1 imap_status() example
<?php
|
more
Recently updated
more
Most requested
|