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
co- Properly split addresses into name and email
- Deal with them as (name, email) tuples
internally, as a (quoted) name can contain a comma
- Format them properly again when inserting into the message
Fixesakissinger#75
With
dodo/dodo/compose.py
Lines 83 to 91 in 503763c
a mail with a
To: "Lastname, Firstname" <first.last@example.org>
causes the reply to haveThe text was updated successfully, but these errors were encountered: