• Publicity: Public Only All

utils-procs.tcl

Helper procs to build email messages

Location:
packages/acs-mail-lite/tcl/utils-procs.tcl
Created:
2007-12-16
Author:
Emmanuelle Raffenne <eraffenne@gmail.com>
CVS Identification:
$Id: utils-procs.tcl,v 1.9.2.3 2021/06/24 11:34:33 hectorr Exp $

Procedures in this file

Detailed information

acs_mail_lite::utils::build_body (public)

 acs_mail_lite::utils::build_body [ -mime_type mime_type ] \
    [ -charset charset ] body

Encode the body using quoted-printable and build the alternative part if necessary Return a list of message tokens

Switches:
-mime_type
(defaults to "text/plain") (optional)
-charset
(defaults to "UTF-8") (optional)
Parameters:
body

Partial Call Graph (max 5 caller/called nodes):
%3 acs_mail_lite::send_immediately acs_mail_lite::send_immediately (private) acs_mail_lite::utils::build_body acs_mail_lite::utils::build_body acs_mail_lite::send_immediately->acs_mail_lite::utils::build_body ad_html_to_text ad_html_to_text (public) acs_mail_lite::utils::build_body->ad_html_to_text mime::initialize mime::initialize acs_mail_lite::utils::build_body->mime::initialize

Testcases:
No testcase defined.
[ show source ]