- 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
- acs_mail_lite::utils::build_body (public)
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):
- Testcases:
- No testcase defined.