You are here

Mailbox stream functions. in Mailhandler 6

Functions used to handle mailbox streams. These functions are responsible of connecting or opening mailboxes, reading status and messages and remove the processed entries.

Note: all functions making use of PHP imap extension should go in this group.

File

./mailhandler.module, line 479
Mailhandler module code.

Functions

Namesort descending Location Description
mailhandler_mailbox_stream_close ./mailhandler.module Close stream connection.
mailhandler_mailbox_stream_count ./mailhandler.module Get number of messages in the stream connection.
mailhandler_mailbox_stream_delete ./mailhandler.module Delete a message in the stream connection.
mailhandler_mailbox_stream_open ./mailhandler.module Establish stream connection to specified mailbox.
mailhandler_mailbox_stream_retrieve ./mailhandler.module Return a message matching the requested conditions.