Describe the bug
When I reply to e-mails with non-ascii characters Purebred shows the email in the UI, but when I want to send the mail sendmail tells me that no receipients are given.
To Reproduce
Steps to reproduce the behavior:
- Use a mail where it's
From header contains an unquoted name with non-ascii characters, e.g. Röman Joost <foo@example.test>
- Hit Reply
- the UI should put the former
From address in the new To: field
- When trying to send it results in an error
Expected behavior
I think it's just a matter of encoding it properly underneath vs what we're showing in the UI?
Describe the bug
When I reply to e-mails with non-ascii characters Purebred shows the email in the UI, but when I want to send the mail sendmail tells me that no receipients are given.
To Reproduce
Steps to reproduce the behavior:
Fromheader contains an unquoted name with non-ascii characters, e.g.Röman Joost <foo@example.test>Fromaddress in the newTo:fieldExpected behavior
I think it's just a matter of encoding it properly underneath vs what we're showing in the UI?