On Sun, Aug 30, 2009 at 9:36 PM, Thiago Farina<tfransosi@xxxxxxxxx> wrote: > Error 2635 error LNK2019: unresolved external symbol _socketpair > referenced in function _imap_open_store imap-send.obj imap-send > > Anyone faced this problem before? Yes. imap-send isn't supported on windows, since it uses posix-functions that aren't available in msvcrt. The Makefile system excludes it for MinGW-builds. Is it added to the vcproj-files? Any patches that adds a working socketpair()-function (or even better, IMO: rewrite the code so socketpair isn't needed) would of course be very welcome. I'd love to have a working imap-send on windows :) -- Erik "kusma" Faye-Lund kusmabite@xxxxxxxxx (+47) 986 59 656 -- 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