Functions | |
string | AddEMail (type ContentDescription, type List) |
add an message/rfc822 mime object to the mime object available in the global variable TOK |
variable | string NAME = DEFAULT | set NAME DEFAULT |
variable | array NAME = DEFAULT | array set NAME DEFAULT |
procedure | string NAME ( type ARG1, ... ) | proc NAME {ARG1 ...} |
procedure | string NAME ( optional ARG1=DEF1, ... ) | proc NAME {{ARG1 DEF1} ...} |
lib/libAttachment.tcl
is available with: package require attachment ?1.0?
message/rfc822
is supported and is used in the SPAM protection feature
string attachment::AddEMail | ( | type | ContentDescription, | |
type | List | |||
) |