8000 encodeMimeWords missing space after ?= · Issue #26 · andris9/mimelib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

encodeMimeWords missing space a 8000 fter ?= #26

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

Closed
andremetzen opened this issue Oct 24, 2014 · 1 comment
Closed

encodeMimeWords missing space after ?= #26

andremetzen opened this issue Oct 24, 2014 · 1 comment

Comments

@andremetzen
Copy link

I don't understand much about those encodings, but this seems to be an issue:

mimelib.encodeMimeWords('Verão você vai adorar!', 'Q', 54, 'utf-8');

Returns the following:

=?UTF-8?Q?Ver=C3=A3o_voc=C3=AA_?=vai adorar!

But i guess it should return like so:

=?UTF-8?Q?Ver=C3=A3o_voc=C3=AA_?= vai adorar!
or
=?UTF-8?Q?Ver=C3=A3o_voc=C3=AA_var?= adorar!
@andris9
Copy link
Owner
andris9 commented Oct 25, 2014

Yes, I can confirm the issue, it's a bug. I'll look into it to get it fixed.

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

No branches or pull requests

2 participants
0