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

Allow re-use of CID's #23

Closed

Conversation

jerbob92
Copy link

@jerbob92 jerbob92 commented Jan 18, 2017

I was creating a daily digest newsletter for a intranet, in this newsletter we also add avatars of users, these avatars are added with CID's.

I noticed that Mailhog does not support reusing re-using of CID's, it only replaces the first instance. This is because of a bug in the javascript, it uses the JS String.replace() method which only replaces the first instance by default. I replaced it by a version that uses String.split() and String.join().

I also removed the TODO as it seems to be implemented already.

…emove todo because it was implemented already
@ian-kent
Copy link
Member

Merged #24, but thanks @jerbob92

@ian-kent ian-kent closed this Apr 16, 2017
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