You are here

Functions in Mail System 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
mailsystem_admin_add_setting_submit ./mailsystem.admin.inc Form API submit callback: Add an additional custom setting for a module/key. 2
mailsystem_admin_add_setting_validate ./mailsystem.admin.inc Form validation handler for mailsystem settings form. 1
mailsystem_admin_get_delivery_classes ./mailsystem.admin.inc Returns a list of classes suitable for sending mail. 2
mailsystem_admin_get_formatter_classes ./mailsystem.admin.inc Returns a list of classes suitable for formatting email. 1
mailsystem_admin_get_mail_modules ./mailsystem.admin.inc Retrieves a list of modules implementing hook_mail(). 1
mailsystem_admin_remove_setting_submit ./mailsystem.admin.inc Form API submit callback: Remove a custom setting. 1
mailsystem_admin_save_custom_setting ./mailsystem.admin.inc Helper function. Writes the setting values for a given mail-id. 2
mailsystem_admin_settings ./mailsystem.admin.inc Form constructor for the mailsystem settings form. 1
mailsystem_admin_settings_submit ./mailsystem.admin.inc Form API submit callback: save settings.
mailsystem_clear ./mailsystem.module Helps other modules safely remove their settings from mail_system. 1
mailsystem_defaults ./mailsystem.module Returns the default settings for the mail_system variable. 2
mailsystem_default_id ./mailsystem.module Returns the id for the default mail_system setting. 1
mailsystem_default_value ./mailsystem.module Returns the value for the default mail_system setting. 4
mailsystem_delegate_set_mailsystem_settings ./mailsystem.module Save settings for the delegate mail system for a given mail-id. 1
mailsystem_get ./mailsystem.module Returns the current mail_system settings. 7
mailsystem_get_classes ./mailsystem.module Returns a list of classes which implement MailSystemInterface. 2
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 structure of the Markup.
mailsystem_menu ./mailsystem.module Implements hook_menu().
mailsystem_permission ./mailsystem.module Implements hook_permission().
mailsystem_read_settings ./mailsystem.module Returns a list of module delegations. 2
mailsystem_requirements ./mailsystem.install Implements hook_requirements().
mailsystem_set ./mailsystem.module Helps other modules safely set their own key within mail_system. 2
mailsystem_system_info_alter ./mailsystem.module Implements hook_system_info_alter().
mailsystem_theme_registry_alter ./mailsystem.module Implements hook_theme_registry_alter().
mailsystem_theme_swap_theme ./mailsystem.theme.inc 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_update_7300 ./mailsystem.install Remove dynamically generated mailsystem classes and convert configuration.
mailsystem_wrap_mail ./html_to_text.inc Perform format=flowed soft wrapping for mail (RFC 3676). 2
_mailsystem_delegate_get_mailsystem ./mailsystem.module Returns an MailSystemInterface class instance for a given action. 2
_mailsystem_get_registry_blacklist_condition ./mailsystem.module Return a DatabaseCondition representing the registry-blacklist. 1
_mailsystem_get_registry_whitelist_condition ./mailsystem.module Return a DatabaseCondition representing the registry-whitelist. 1
_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