mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #413] Title and mail body will both use encoding UTF-8 or UTF8 with BOM.? #267
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tqangxl on GitHub (Dec 20, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/413
mail Title and body will both default convert to use encoding UTF8 with BOM.?
nice work~!
When the title and body of the email are in Chinese, they appear as gibberish.
Subject =?us-ascii?Q?Oracle=3F=3F=3F=3F=3F=3F=3F=3F=3F=3F?=
Is it in UTF-8 format? Or GBK?

Could there be an option to view attachments next to the download button, allowing direct viewing in the browser without having to download the clicked attachment?
@axllent commented on GitHub (Dec 20, 2024):
Hi @tqangxl. I believe you already asked the same question in #389, and I answered you here but you did not respond. Did I not understand your question, or did you not understand my answers?
@tqangxl commented on GitHub (Dec 24, 2024):
Is all your content encoded in UTF-8 by default, including email subjects, email bodies, and attachments? Will they all be displayed in UTF-8? Thank you. Also, could you add a feature to view the content attachments?
@axllent commented on GitHub (Dec 27, 2024):
The data (HTML) is transmitted using UTF-8, however I believe your problem is that your emails are not encoded correctly (you should not be using ASCII). Can you please paste here the subject you are tying to encode? I do not mean the encoded version in the email (
?us-ascii?Q?Oracle=3F=3F=3F=3F=3F=3F=3F=3F=3F=3F?=), but the actual content of the subject (eg:这是主题)?As for the attachments:
@github-actions[bot] commented on GitHub (Jan 4, 2025):
This issue has been marked as stale because it has been open for 7 days with no activity.
@github-actions[bot] commented on GitHub (Jan 7, 2025):
This issue was closed because there has been no activity since being marked as stale.