mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:17:34 +00:00
LibIMAP: Add quoted printable decoder
This is a very common encoding for e-mail. Gmail seems to encode all HTML e-mail in it. imap qp clang
This commit is contained in:
parent
cc0914ae58
commit
c63913b633
3 changed files with 107 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
set(SOURCES Objects.cpp Client.cpp Parser.cpp)
|
||||
set(SOURCES
|
||||
Client.cpp
|
||||
Objects.cpp
|
||||
Parser.cpp
|
||||
QuotedPrintable.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue