Skip to content

Properly gather verbatim mailinglist addresses

Joost Rijneveld requested to merge hotfix/verbatim-mailaddress into release/1.10

Previously the output of this function was a mixed list of strings and VerbatimAddress objects. It worked because those had a str, but in the new API they must be literal strings.

Merge request reports