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().
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 callingencodable()
.