Here's the 4th iteration of my patches for Windows-compatibility in imap-send. - Patch 1-3 is about getting rid of or rewriting code with portability issues. - Patch 4 fixes a compilation error on Windows - Patch 5 enables compilation of imap-send - Patch 6-7 enables SSL-suport for mingw - Patch 8 enables imap-send and SSL for msvc Changes in this iteration compared to the previous are as follows: - Patch 3/8 calls "sh -c" instead of "/bin/sh -c" - Patch 5/8 keeps the list sorted Thanks to Johannes Sixt for reviewing v4 Erik Faye-Lund (6): imap-send: use separate read and write fds imap-send: use run-command API for tunneling imap-send: fix compilation-error on Windows imap-send: build imap-send on Windows mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle mingw: enable OpenSSL Jeff King (1): imap-send: remove useless uid code Marius Storm-Olsen (1): MSVC: Enable OpenSSL, and translate -lcrypto Makefile | 4 +- compat/mingw.h | 21 ++++ compat/vcbuild/scripts/clink.pl | 3 + contrib/buildsystems/engine.pl | 3 + imap-send.c | 226 +++++++++------------------------------ 5 files changed, 77 insertions(+), 180 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html