Skip to content
Snippets Groups Projects
Commit b7a80f4e authored by Vlastimil Zima's avatar Vlastimil Zima
Browse files

Merge branch '28113-templates-uuid'

parents 01c429d6 6eeecb3f
Branches
Tags
No related merge requests found
......@@ -5,6 +5,11 @@ ChangeLog
:backlinks: none
:local:
Unreleased
----------
* Add templates' UUID to Email message.
0.2.0 (2020-06-17)
------------------
......
......@@ -61,6 +61,10 @@ message Email
google.protobuf.Struct context = 7;
// List of attachment UUIDs
repeated Uuid attachments = 8;
// UUID of the templates for subject and body in text and HTML versions.
Uuid subject_template_uuid = 9;
Uuid body_template_uuid = 10;
Uuid body_template_html_uuid = 11;
}
/*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment