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
Name | Location | Description |
---|---|---|
mailhandler_mailbox_delete |
./ |
Delete a Mailhandler Mailbox from the database. |
mailhandler_mailbox_load |
./ |
Load a mailbox array from database. |
mailhandler_mailbox_load_multiple |
./ |
Load mailboxes from the database. |
mailhandler_mailbox_save |
./ |
Save a Mailhandler Mailbox in the database. |
mailhandler_mailbox_validate |
./ |
Validate a Mailhandler Mailbox. |