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

Mail addresses encoded according to RFC2047 are not displayed correctly #6

Open
weissreto opened this issue Sep 28, 2018 · 0 comments

Comments

@weissreto
Copy link

Describe the bug
If I send a mail to a mail address with special uniccode characters like:
Hans Müster hans.muster@company.com
then the mail address is shown in its encoded form:
=?UTF-8?Q?Hans_M=C3=BCster?= hans.muster@company.com

To Reproduce
Steps to reproduce the behavior:

  1. Send a mail with non US ASCII characters in on of its mail addresses
  2. View the mail in the Email Message View

Expected behavior
Instead of displaying the mail address:
=?UTF-8?Q?Hans_M=C3=BCster?= hans.muster@company.com
the correct mail address should be displayed
=?UTF-8?Q?Hans_M=C3=BCster?= hans.muster@company.com

Screenshots
grafik

Desktop (please complete the following information):

  • OS: Windows
  • Eclipse: Photon 4.8
  • Java: 8

Additional context
Add any other context about the problem here.

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

1 participant