Functions | |
string | ParseBody (type args) |
parse the pre-formatted eMail-body into key/value pairs | |
string | CreateBody (type args) |
create an eMail body ready for parsing with ParseBody |
text/plain
and has the following syntax:><KEY:data...
>KEY data... data... <KEY
string ParseBody | ( | type | args | ) |
parse the pre-formatted eMail-body into key/value pairs
args | argument list as keys required to be available in the body. |
array
set
string CreateBody | ( | type | args | ) |
create an eMail body ready for parsing with ParseBody
args | list of arguments as pairs of key/value to create the body. |