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
Name | Location | Description |
---|---|---|
mailhandler_mailbox_stream_close |
./ |
Close stream connection. |
mailhandler_mailbox_stream_count |
./ |
Get number of messages in the stream connection. |
mailhandler_mailbox_stream_delete |
./ |
Delete a message in the stream connection. |
mailhandler_mailbox_stream_open |
./ |
Establish stream connection to specified mailbox. |
mailhandler_mailbox_stream_retrieve |
./ |
Return a message matching the requested conditions. |