Daniel @miconda please look this textops doc page
Here is present usage example:

set_body_multipart("test", "text/plain", "delimiter");
msg_apply_changes();
append_body_part(...);

first two comands

  1. convert body to multipart;
  2. add payload with content type text/plain.

I have tested this two commands. And this not produce valid body.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.