PHP » PYTHON |
login |
register |
about
|
PYTHON imap_thread
is this article helpful?
|
Python replacement for PHP's imap_thread
[
edit
| history
]
imapobj.thread(threading_algorithm, charset, search_criterion, ...) imap_thread(PHP 4 >= 4.0.7, PHP 5) imap_thread — Returns a tree of threaded message Description
array imap_thread
( resource $imap_stream
[, int $options= SE_FREE
] )
Gets a tree of a threaded message. Return Valuesimap_thread() returns an associative array containing a tree of messages threaded by REFERENCES, or FALSE on error. Every message in the current mailbox will be represented by three entries in the resulting array:
Examples
Example #1 imap_thread() Example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|