You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
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?
The text was updated successfully, but these errors were encountered:
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:
From
header contains an unquoted name with non-ascii characters, e.g.Röman Joost <[email protected]>
From
address 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?
The text was updated successfully, but these errors were encountered: