Mailbox processing functions. |
Functions used to process Mailhandler mailboxes. These functions performs the
mailbox connection, queue processing and data retrieval, but do not generate
site content. |
Mailbox stream functions. |
Functions used to handle mailbox streams. These functions are responsible of
connecting or opening mailboxes, reading status and messages and remove the
processed entries. |
Mailhandler deprecated functions. |
Functions that can be removed, but are kept for backward compatibility.
Modules using these functions can be tracked using warning watchdog entries. |
Mailhandler Drupal hooks |
Drupal hook implementations used by Mailhandler. |
Mailhandler general purpose functions |
The functions included here are helpers for the module operation. |
Mailhandler Mailbox database operations |
The CRUD implemented here mimics the way CRUD operations are being done in
most of Drupal API implementations, to make it easy to maintain. |