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

Special chars in email #36

Closed
goodkiller opened this issue Jan 26, 2015 · 6 comments
Closed

Special chars in email #36

goodkiller opened this issue Jan 26, 2015 · 6 comments

Comments

@goodkiller
Copy link

When e-mail contains ö, ä, ü, ß or are in different charset, then InboundEmail cut e-mail content half and does not display content after special chars.

There are also refrerence: http://forum.espocrm.com/bug-reports/3693-special-signs-in-emails?routestring=forum/bug-reports/3693-special-signs-in-emails

@yurikuzn
Copy link
Contributor

What character encoding of those email?

I tried

Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable 

that works correctly.

@goodkiller
Copy link
Author

Accept-Language: et-EE
Content-Language: et-EE
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: et-EE
Content-Type: text/plain; charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

@alasdaircr
Copy link
Contributor

this looks like outlook - if so which version?

@alasdaircr
Copy link
Contributor

See this too #2

The way emails are decoded in Espo is a bit confusing.

@goodkiller
Copy link
Author

It's not outlook, I'm unable to determinate what client is used but seems like it's problem with iso-8859-15 only.

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

3 participants