1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +00:00

LibIMAP+Mail: Implement RFC2047 message header encoding

This enables us to display email subject fields with non-ASCII
characters in Mail :^)
This commit is contained in:
Valtteri Koskivuori 2023-07-31 19:47:17 +03:00 committed by Andrew Kaster
parent 34adf9eeae
commit 077a8058c3
7 changed files with 176 additions and 1 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestQuotedPrintable.cpp
TestMessageHeaderEncoding.cpp
)
foreach(source IN LISTS TEST_SOURCES)