example_authentication_method |
./mailhandler.api.php |
Example of custom authentication method. |
|
|
hook_mailhandler |
./mailhandler.api.php |
Allow override node/comment elements before submitting the entry. |
|
|
hook_mailhandler_authenticate_info |
./mailhandler.api.php |
Define additional authentication methods for Mailhandler. |
|
|
hook_mailhandler_post_save |
./mailhandler.api.php |
Inform other modules about node/comment being created using Mailhandler. |
|
|
mailhandler_add_edit_mailbox |
./mailhandler.admin.inc |
Return a form for editing or creating an individual mailbox. |
|
1 |
mailhandler_add_edit_mailbox_submit |
./mailhandler.admin.inc |
Submit handler for mailhandler_add_edit_mailbox() form. |
|
|
mailhandler_add_edit_mailbox_validate |
./mailhandler.admin.inc |
Validation hook for mailhandler_add_edit_mailbox() form. |
|
|
mailhandler_admin_delete_confirm |
./mailhandler.admin.inc |
Display a confirmation form before deleting a Mailbox. |
|
1 |
mailhandler_admin_delete_confirm_submit |
./mailhandler.admin.inc |
Submit hook for mailhandler_admin_delete_confirm form. |
|
|
mailhandler_admin_settings |
./mailhandler.admin.inc |
Return the settings page for mailhandler |
|
1 |
mailhandler_admin_settings_validate |
./mailhandler.admin.inc |
Validation for mailhandler settings page |
|
1 |
mailhandler_authenticate_default |
./mailhandler.module |
Authenticate message based on sender's email address
If the sender's email address matches an email address of a valid user, then assign
that user's uid and name to the node object. |
|
1 |
mailhandler_authenticate_tokenauth |
./mailhandler.module |
Authenticate message based on token from tokenauth module
If the user's token is found somewhere in the "to" field, assign that user's uid and name
to the node object. A rough search for the token somewhere in the… |
|
1 |
mailhandler_batch_finished |
./mailhandler.retrieve.inc |
|
|
1 |
mailhandler_commands_parse |
./mailhandler.retrieve.inc |
|
1 |
|
mailhandler_comment_submit |
./mailhandler.module |
Create the comment. |
1 |
|
mailhandler_cron |
./mailhandler.module |
Implementation of hook_cron(). |
|
|
mailhandler_default_type |
./mailhandler.module |
Return a default content type if the user has not chosen a specific type on the settings page
In order of priority, return blog, story, page
This assumes that one of these basic types is in use on a site (page and story are active by default)
A user… |
2 |
3 |
mailhandler_delete_mailbox_submit |
./mailhandler.admin.inc |
Submit handler for Delete button on mailhandler_add_edit_mailbox form. |
|
1 |
mailhandler_get_fromaddress |
./mailhandler.module |
Determine from address either using the mailbox setting or via the header information |
4 |
|
mailhandler_get_mailbox |
./mailhandler.module |
(DEPRECATED) Fetch data for a specific mailbox from the database. |
|
|
mailhandler_get_mime_type |
./mailhandler.retrieve.inc |
Retrieve MIME type of the message structure. |
2 |
|
mailhandler_get_part |
./mailhandler.retrieve.inc |
Returns the first part with the specified mime_type |
1 |
|
mailhandler_get_parts |
./mailhandler.retrieve.inc |
Returns an array of parts as file objects |
1 |
|
mailhandler_get_unread_messages |
./mailhandler.retrieve.inc |
Obtain the number of unread messages for an imap stream |
1 |
|
mailhandler_help |
./mailhandler.module |
Implementation of hook_help(). |
|
|
mailhandler_install |
./mailhandler.install |
Implementation of hook_install(). |
|
|
mailhandler_list_mailboxes |
./mailhandler.admin.inc |
Displays a list of mailboxes with operations. |
|
1 |
mailhandler_mail |
./mailhandler.module |
Implementation of hook_mail(). |
|
|
mailhandler_mailbox_defaults |
./mailhandler.module |
Return mailhandler mailbox default attributes. |
2 |
|
mailhandler_mailbox_delete |
./mailhandler.module |
Delete a Mailhandler Mailbox from the database. |
1 |
|
mailhandler_mailbox_load |
./mailhandler.module |
Load a mailbox array from database. |
1 |
|
mailhandler_mailbox_load_multiple |
./mailhandler.module |
Load mailboxes from the database. |
3 |
|
mailhandler_mailbox_save |
./mailhandler.module |
Save a Mailhandler Mailbox in the database. |
1 |
|
mailhandler_mailbox_stream_close |
./mailhandler.module |
Close stream connection. |
1 |
|
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. |
2 |
|
mailhandler_mailbox_stream_retrieve |
./mailhandler.module |
Return a message matching the requested conditions. |
|
|
mailhandler_mailbox_test |
./mailhandler.module |
Test the connection to a mailbox. |
1 |
|
mailhandler_mailbox_test_submit |
./mailhandler.admin.inc |
Submit handler for Test mailbox button on mailhandler_add_edit_mailbox form. |
|
1 |
mailhandler_mailbox_validate |
./mailhandler.module |
Validate a Mailhandler Mailbox. |
1 |
|
mailhandler_mailhandler_authenticate |
./mailhandler.retrieve.inc |
Defines and executes message authentication methods |
2 |
|
mailhandler_mailhandler_authenticate_info |
./mailhandler.module |
Implementation of hook_mailhandler_authenticate_info() |
|
|
mailhandler_mailhandler_batch_results |
./mailhandler.module |
Implementation of hook_mailhandler_batch_results() |
|
|
mailhandler_menu |
./mailhandler.module |
Implementation of hook_menu(). |
|
|
mailhandler_node_prepare_message |
./mailhandler.module |
Append default commands. Separate commands from body. Strip signature.
Return a node object. |
1 |
|
mailhandler_node_process_mailbox |
./mailhandler.module |
Run message retrieval and node processing on a mailbox - is a wrapper around mailhandler_retrieve |
2 |
1 |
mailhandler_node_process_message |
./mailhandler.module |
|
1 |
|
mailhandler_node_process_message_commands |
./mailhandler.module |
|
2 |
|