You are here

Mailhandler Mailbox database operations in Mailhandler 6

The CRUD implemented here mimics the way CRUD operations are being done in most of Drupal API implementations, to make it easy to maintain.

File

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

Functions

Namesort descending Location Description
mailhandler_mailbox_delete ./mailhandler.module Delete a Mailhandler Mailbox from the database.
mailhandler_mailbox_load ./mailhandler.module Load a mailbox array from database.
mailhandler_mailbox_load_multiple ./mailhandler.module Load mailboxes from the database.
mailhandler_mailbox_save ./mailhandler.module Save a Mailhandler Mailbox in the database.
mailhandler_mailbox_validate ./mailhandler.module Validate a Mailhandler Mailbox.