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

Support for Content-Transfer-Encoding: base64 #4

Merged
merged 1 commit into from
Feb 25, 2015

Conversation

stekershaw
Copy link

This is change to support base64 Content-Transfer-Encoding in addition to the existing quoted-printable.

It is implemented similarly to the quoted-printable decoding, just using unescapeFromBase64() from strutil.js.

I've run make bindata too and committed the new assets.go

This all works for me as we start looking at using Mailhog.

@ian-kent ian-kent merged commit e650972 into mailhog:master Feb 25, 2015
@ian-kent
Copy link
Member

Thanks @stekershaw, sorry it took a while, hadn't noticed the PR!

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