backdrop_html_to_text in includes/mail.inc
Transforms an HTML string into plain text, preserving its structure.
BackdropHtmlToTextTestCase::testBackdropHtmltoTextRemoveTrailingWhitespace in modules/simpletest/tests/mail.test
Tests that backdrop_wrap_mail() removes trailing whitespace before newlines.
BackdropHtmlToTextTestCase::testBackdropHtmltoTextUsenetSignature in modules/simpletest/tests/mail.test
Tests backdrop_wrap_mail() retains whitespace from Usenet style signatures.
DefaultMailSystem::format in modules/system/system.mail.inc
Concatenate and wrap the e-mail body for plain-text mails.
drupal_wrap_mail in includes/drupal.inc
Performs format=flowed soft wrapping for mail (RFC 3676).
MailTestCase::format in modules/simpletest/tests/mail.test
Concatenate and wrap the e-mail body for plain-text mails.