Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MelzerJ
Copy link

@MelzerJ MelzerJ commented May 19, 2015

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.

…o public

We need to extend the existing functionality of the EmailParser with
different handling of the Postal Header and integrate functionality to
move css styles inline. Therefore we need 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 accessable.
@mirogrenda
Copy link

+1 from me for this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants