Ævar Arnfjörð Bjarmason [off-list ref] writes:
In the preceding the "--curl" codepath was made mandatory, so now we
won't use the OpenSSL implementation codepaths in imap-send.c except
for "imap.tunnel".
So let's follow-up and delete the code on that path which was specific
to the "imap.host" mode.
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
---
imap-send.c | 127 +++++++---------------------------------------------
1 file changed, 16 insertions(+), 111 deletions(-)
Nice code reduction.