mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +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:
parent
34adf9eeae
commit
077a8058c3
7 changed files with 176 additions and 1 deletions
|
@ -3,9 +3,10 @@ set(SOURCES
|
|||
Objects.cpp
|
||||
Parser.cpp
|
||||
QuotedPrintable.cpp
|
||||
MessageHeaderEncoding.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES)
|
||||
|
||||
serenity_lib(LibIMAP imap)
|
||||
target_link_libraries(LibIMAP PRIVATE LibCore LibCrypto LibTLS)
|
||||
target_link_libraries(LibIMAP PRIVATE LibCore LibCrypto LibTextCodec LibTLS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue