Valtteri Koskivuori
077a8058c3
LibIMAP+Mail: Implement RFC2047 message header encoding
...
This enables us to display email subject fields with non-ASCII
characters in Mail :^)
2023-08-12 11:45:52 -06:00
Tim Schumacher
ce2f1b845f
Everywhere: Mark dependencies of most targets as PRIVATE
...
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.
Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
Luke
c63913b633
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
2021-07-24 20:11:28 +04:30
x-yl
8c6061fc4a
LibIMAP: Add a new IMAP client and support NOOP
...
A large commit, but sets up the framework for how the IMAP library will
work. Right now only the NOOP command and response is supported.
2021-06-11 23:58:28 +04:30