mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
c63913b633
This is a very common encoding for e-mail. Gmail seems to encode all HTML e-mail in it. imap qp clang
12 lines
182 B
CMake
12 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)
|