You are here

Functions in Mail Logger 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_mail_logger_record_alter ./mail_logger.api.php Allows projects to alter the record.
mail_logger_action_info_alter ./mail_logger.module Implements hook_action_info_alter().
mail_logger_admin_settings_form ./mail_logger.admin.inc Mail Logger admin form. 1
mail_logger_cron ./mail_logger.module Implements hook_cron().
mail_logger_email_user ./mail_logger.module Load a user associated with a specific e-mail. 1
mail_logger_enable ./mail_logger.install Implementation of hook_enable().
mail_logger_form_overview ./mail_logger.pages.inc Form to filter the list of logged emails. 1
mail_logger_form_overview_submit ./mail_logger.pages.inc hook_submit for mail_logger_form_overview
mail_logger_form_overview_validate ./mail_logger.pages.inc
mail_logger_hook_info ./mail_logger.module Implements hook_hook_info().
mail_logger_install ./mail_logger.install Implementation of hook_install().
mail_logger_load ./mail_logger.module Load a single email from the database. 1
mail_logger_mail_alter ./mail_logger.module Implements hook_mail_alter().
mail_logger_mail_logger ./mail_logger.module Implements hook_mail_logger().
mail_logger_menu ./mail_logger.module Implements hook_menu().
mail_logger_module_implements_alter ./mail_logger.module Implements hook_module_implements_alter(). Force our mail_alter to go last so everyone else gets a crack at the mail before we try to log it.
mail_logger_overview ./mail_logger.pages.inc Menu callback; displays a listing of logged mails. 1
mail_logger_parse_email ./mail_logger.module Return just the e-mail part of an address, which might be something like "John Doe <john.doe@example.com>". 1
mail_logger_permission ./mail_logger.module Implements hook_permission().
mail_logger_read_mail ./mail_logger.pages.inc Page callback at admin/reports/mail-logger/mail/xyz to show a single email. 1
mail_logger_schema ./mail_logger.install Implementation of hook_schema().
mail_logger_theme ./mail_logger.module Implements hook_theme().
mail_logger_token_list ./mail_logger.module Implements hook_token_list().
mail_logger_token_values ./mail_logger.module Implements hook_token_values().
mail_logger_uninstall ./mail_logger.install Implementation of hook_uninstall().
mail_logger_update_7000 ./mail_logger.install Expand 'mailto' column.
mail_logger_update_7001 ./mail_logger.install Add 'ipaddr' column.
mail_logger_update_7002 ./mail_logger.install Verify correct schema for 'ipaddr' column.
mail_logger_update_7003 ./mail_logger.install Add 'mail system' column.
mail_logger_update_7004 ./mail_logger.install Expand 'subject' and 'mailfrom' columns.
mail_logger_update_7005 ./mail_logger.install Update the mail subject field definition.
mail_logger_update_7006 ./mail_logger.install Expand 'mailto' column.
mail_logger_views_api ./mail_logger.module Implements hook_views_api().
mail_logger_views_data views/mail_logger.views.inc Implements hook_views_data().
theme_mail_logger_read_mail ./mail_logger.theme.inc Theme function for theme('mail_logger_read_mail').
_mail_logger_get_mailkey_types ./mail_logger.module Returns types of mailkeys in mail_logger table 1
_mail_logger_overview_clear_logs_submit ./mail_logger.pages.inc Callback: Deletes mail logs. 1
_mail_logger_split_address_string ./mail_logger.theme.inc Helper function for splitting long address strings for display. 1

Other projects