mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 19:05:06 +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)
|