datawookie / emayili

An R package for sending email messages.
https://datawookie.github.io/emayili/
179 stars 27 forks source link

Use observable class for addresses #124

Closed datawookie closed 2 years ago

datawookie commented 2 years ago

The requirements for https://github.com/datawookie/emayili/issues/122 have been implemented. However, in order to aid in maintainability it would be good to use the observable class in both cases (display name and subject, not just display name).

Strategty: This can be done in the functions for adding addresses in same way that it's done in subject() by calling encodable().

datawookie commented 2 years ago

Fixed in 3defe3828dc78f51310a513d1ee3026836e95d25.