Skip to content

Commit

Permalink
[Minor] Add boundary to the structured representation of the parts
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Nov 5, 2021
1 parent 7576b45 commit 200a8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lualib/lua_mime.lua
Expand Up @@ -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
Expand Down

0 comments on commit 200a8fb

Please sign in to comment.