Thanks to visit codestin.com
Credit goes to github.com

Skip to content

encodeMimeWords missing space after ?= #26

@andremetzen

Description

@andremetzen

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions