Commit Graph

3 Commits

Author SHA1 Message Date
Wez Furlong 7518ca6de4 serialize bstring as utf8 string when possible
Add some tests to vet this in lua as well.

lua mime parsing functions now also accept bstring input.
2026-04-09 15:42:39 +01:00
Wez Furlong 8ee86592b8 mailparsing: partial roll back of BString changes
A number of fields are typed as BString but the parser won't allow
non-UTF8 text through.  Let's type those as String because it
simplifies a lot of of downstream logic.
2026-04-09 15:42:39 +01:00
Wez Furlong facf44d974 message: add test coverage for address header lua interface 2026-04-09 15:42:38 +01:00