You are here

Functions in Mailhandler 7

Primary tabs

Namesort descending Location Description Direct uses Strings
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 Save a mailbox to the database - determine whether adding or editing by checking for a mailbox id (mid)
mailhandler_add_edit_mailbox_validate ./mailhandler.admin.inc Verify that the Mailbox is valid, and save it to the database.
mailhandler_admin_delete_confirm ./mailhandler.admin.inc Confirm/Delete Mailbox 1
mailhandler_admin_delete_confirm_submit ./mailhandler.admin.inc
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(). Process msgs from all enabled mailboxes.
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
mailhandler_delete_mailbox_submit ./mailhandler.admin.inc Submit handler for mailbox delete button Redirect to delete handler if delete is clicked 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 Fetch data for a specific mailbox from the database. 1
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 1
mailhandler_mail ./mailhandler.module Implementation of hook_mail().
mailhandler_mailbox_load ./mailhandler.module Load mailbox array, is a menu loader callback
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 1
mailhandler_node_submit ./mailhandler.module Create the node. 1
mailhandler_open_mailbox ./mailhandler.retrieve.inc Establish IMAP stream connection to specified mailbox. 3
mailhandler_perm ./mailhandler.module Implementation of hook_perm().
mailhandler_requirements ./mailhandler.install Check that the IMAP extension exists for PHP.
mailhandler_retrieve ./mailhandler.retrieve.inc Connect to mailbox and run message retrieval 1
mailhandler_retrieve_message ./mailhandler.retrieve.inc Retrieve individual messages from an IMAP result 1 1
mailhandler_schema ./mailhandler.install Implementation of hook_schema
mailhandler_switch_user ./mailhandler.retrieve.inc Switch from original user to mail submision user and back. 1
mailhandler_term_map ./mailhandler.module Accept a taxonomy term name and replace with a tid. this belongs in taxonomy.module. 1
mailhandler_test_mailbox ./mailhandler.admin.inc Test connection to a mailbox, and output results as a message 1
mailhandler_uninstall ./mailhandler.install Implementation of hook_uninstall().
mailhandler_update_1 ./mailhandler.install Update database hooks
mailhandler_update_6001 ./mailhandler.install
mailhandler_user_load ./mailhandler.module Retrieve user information from his email address. 3
mailhandler_user_load_alias ./mailhandler.module Look up a user based on their mailalias addresses 2

Other projects