Query: imap_undelete
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IMAP_UNDELETE(3) 1 IMAP_UNDELETE(3) imap_undelete - Unmark the message which is marked deletedSYNOPSISbool imap_undelete (resource $imap_stream, int $msg_number, [int $flags])DESCRIPTIONRemoves the deletion flag for a specified message, which is set by imap_delete(3) or imap_mail_move(3).PARAMETERSo $ imap_stream -An IMAP stream returned by imap_open(3). o $msg_number - The message number o $flags -RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOimap_delete(3), imap_mail_move(3). PHP Documentation Group IMAP_UNDELETE(3)
Related Man Pages |
---|
imap_delete(3) - php |
imap_fetchmime(3) - php |
imap_get_quotaroot(3) - php |
imap_getsubscribed(3) - php |
imap_headerinfo(3) - php |