andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Change access of member ImageEmbedder on Email object from internal t… #119

Open MelzerJ opened 9 years ago

MelzerJ commented 9 years ago

In our project we need to extend the existing functionality of the EmailParser with different handling of the Postal Header and additionally integrate functionality to move css styles inline. Therefore we decided to write our own EmailParser implementing IEmailParser Interface. Unfortunately with the internal on the Email object we can't use the ImageEmbedder in our Parser. To ensure extensibility of the EmailParser the ImageEmbedder should be made accessable.

mirogrenda commented 9 years ago

+1 from me for this change