You are here

Functions in Mail System 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
mailsystem_admin_settings ./mailsystem.admin.inc @file Administrative form for setting the mail_system variable. 1
mailsystem_admin_settings_submit ./mailsystem.admin.inc Processes mailsystem_admin_settings form. 1
mailsystem_clear ./mailsystem.module Helps other modules safely remove their settings from mail_system. This function should be called from the other module's hook_disable() function. 1
mailsystem_create_class ./mailsystem.module Creates and registers a new MailSystemInterface class. 2
mailsystem_defaults ./mailsystem.module Returns the default settings for the mail_system variable. 3
mailsystem_default_id ./mailsystem.module Returns the id for the default mail_system setting. 1
mailsystem_default_methods ./mailsystem.module Returns the default list of MailSystemInterface methods. 1
mailsystem_default_value ./mailsystem.module Returns the value for the default mail_system setting. 4
mailsystem_get ./mailsystem.module Returns the current mail_system settings. 5
mailsystem_get_classes ./mailsystem.module Returns a list of classes which implement MailSystemInterface. 2 1
mailsystem_get_mail_theme ./mailsystem.module Retrieves the key of the theme used to render the emails. 1
mailsystem_html_to_text ./html_to_text.inc Transform an HTML string into plain text, preserving the structure of the markup. Useful for preparing the body of a node to be sent by e-mail. 1
mailsystem_init ./mailsystem.module Implements hook_init().
mailsystem_menu ./mailsystem.module Implements hook_menu().
mailsystem_permission ./mailsystem.module Implements hook_permission().
mailsystem_set ./mailsystem.module Helps other modules safely set their own key within mail_system. This function should be called from hook_enable() implementations.
mailsystem_theme_registry_alter ./mailsystem.module Implements hook_theme_registry_alter().
mailsystem_theme_swap_theme ./mailsystem.theme.inc Helper to swap themes safely for use by mailsystem_theme_theme_registry_alter(). 1
mailsystem_theme_theme_registry_alter ./mailsystem.theme.inc Implements hook_theme_registry_alter(). 1
mailsystem_wrap_mail ./html_to_text.inc Perform format=flowed soft wrapping for mail (RFC 3676). 2
_mailsystem_html_to_text ./html_to_text.inc Helper function for drupal_html_to_text(). 2
_mailsystem_html_to_text_clean ./html_to_text.inc Helper function for drupal_wrap_mail() and drupal_html_to_text(). 1
_mailsystem_html_to_text_table ./html_to_text.inc Helper function for _mailsystem_html_to_text(). 1
_mailsystem_indent_mail_line ./html_to_text.inc Helper function for array_walk in drupal_wrap_mail(). 1
_mailsystem_wrap_mail_line ./html_to_text.inc Helper function for array_walk in drupal_wrap_mail(). 1

Other projects