summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIMAP/QuotedPrintable.h
AgeCommit message (Collapse)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-24LibIMAP: Add quoted printable decoderLuke
This is a very common encoding for e-mail. Gmail seems to encode all HTML e-mail in it. imap qp clang