mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 13:12:56 +00:00
This is a very common encoding for e-mail. Gmail seems to encode all HTML e-mail in it. imap qp clang
11 lines
182 B
CMake
11 lines
182 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
Objects.cpp
|
|
Parser.cpp
|
|
QuotedPrintable.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES)
|
|
|
|
serenity_lib(LibIMAP imap)
|
|
target_link_libraries(LibIMAP LibCore LibTLS)
|