Browse Source

[Minor] Add boundary to the structured representation of the parts

tags/3.2
Vsevolod Stakhov 2 years ago
parent
commit
200a8fb20e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lualib/lua_mime.lua

+ 1
- 0
lualib/lua_mime.lua View File

@@ -599,6 +599,7 @@ exports.message_to_ucl = function(task)
p.filename = part:get_filename()
p.content = part:get_content()
p.headers = part:get_headers(true) or {}
p.boundary = part:get_boundary()
table.insert(result.parts, p)
end
end

Loading…
Cancel
Save