You are here

Functions in Mime Mail 5

Primary tabs

Namesort descending Location Description Direct uses Strings
mimemail ./mimemail.module 1 3
mimemail_address ./mimemail.module Formats an address string. TODO could use some enhancement and stress testing. 1
mimemail_extract_files ./mimemail.inc Extracts links to local images from html documents. 1
mimemail_get_engines ./mimemail.module Retreives a list of all available mailer engines. 1
mimemail_headers ./mimemail.inc Gives useful defaults for standard email headers. 1
mimemail_html_body ./mimemail.inc Generate a multipart message body with a text alternative for some html text 1
mimemail_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. 2
mimemail_incoming ./mimemail.module Parses an externally received message. 1 2
mimemail_mailengine ./mimemail.module The default mailengine.
mimemail_menu ./mimemail.module Implementation of hook_menu()
mimemail_multipart_body ./mimemail.inc 1
mimemail_parse ./mimemail.inc 1
mimemail_parse_attachment ./mimemail.inc 1
mimemail_parse_boundary ./mimemail.inc 1
mimemail_parse_content ./mimemail.inc 2
mimemail_parse_headers ./mimemail.inc 1
mimemail_post ./mimemail.module Receive messages POSTed from an external source. 1
mimemail_prepare ./mimemail.module Sends a mime-encoded e-mail. 1
mimemail_rfc_headers ./mimemail.inc Attempts to RFC822-compliant headers for the mail message or its MIME parts TODO could use some enhancement and stress testing 2
mimemail_settings ./mimemail.module Administration settings. 1
mimemail_user ./mimemail.module Implementation of hook_user().
mimemail_wrap_mail ./html_to_text.inc Perform format=flowed soft wrapping for mail (RFC 3676). 1
theme_mimemail_message ./mimemail.module Themes the message body.
_mimemail_expand_links ./mimemail.inc Callback for preg_replace_callback() 1
_mimemail_file ./mimemail.inc Helper function to extract local files 3
_mimemail_filter_htmlcorrector ./html_to_text.inc Scan input and make sure that all HTML tags are properly closed and nested. 1
_mimemail_html_to_mail_urls ./html_to_text.inc Helper function for mimemail_html_to_text(). 1 1
_mimemail_html_to_text_clean ./html_to_text.inc Helper function for mimemail_wrap_mail() and mimemail_html_to_text(). 1 1
_mimemail_html_to_text_pad ./html_to_text.inc Helper function for mimemail_html_to_text(). 1
_mimemail_mimetype ./mimemail.inc Attempt to determine the mimetime from or filename . While not ideal, using the filename as a fallback ensures that images will appear inline in HTML messages 2
_mimemail_replace_files ./mimemail.inc Callback for preg_replace_callback() 1
_mimemail_url ./mimemail.inc Helper function to format urls 2
_mimemail_wrap_mail_line ./html_to_text.inc Helper function for array_walk in mimemail_wrap_mail(). 1 1

Other projects