Unreleased Changes in The Mainline
Breaking Changes
Other Changes and Enhancements
Fixes
- A message with multipart/mixed as the root with multipart/related as a child part was not structurally parsed correctly, producing incorrect parts when using mimepart:get_simple_structure. Thanks to @kayozaki! #506
- typing.lua: couldn't distinguish
falsefrom unset for a boolean field with default oftrue, such as those used inmail_auth.lua. Thanks to @kayozaki! #505