Hello I use Curl, since a few days, with the following URL: imap://xxx.xxx.com/INBOX?SUBJECT%20Test to get the Ids of the mails in Inbox with Test in the subject line. Ok, works fine ....
How can I do this for all messages, whatever the subject ? I tried several URL but none are working !!! Thank you for your feedback Thierry -----Original Message----- From: curl-library <[email protected]> On Behalf Of Daniel Gustafsson via curl-library Sent: 11 November 2021 10:08 To: libcurl development <[email protected]> Cc: Daniel Gustafsson <[email protected]> Subject: Re: How to build libcurl with OpenSSL without installing the latter? > On 10 Nov 2021, at 15:10, ellie via curl-library <[email protected]> wrote: > I have also noticed as a side note that for a Windows build with autotools, it seems to be impossible to avoid including code that needs a link to crypt32/wincrypt, even when I want to use OpenSSL & custom cert store only. If there is an option to prevent that I didn't find it. This is somewhat relevant to me because I'm about to try a Windows XP-compatible build, so having unnecessary exposure to WinAPI of things I don't want it to use anyway is a bit of a liability (although might not be an issue in practice, I'll know soon after tests). I don't know much about Windows, but I would recommend playing around with USE_WIN32_CRYPTO - which is checked for automatically by ./configure - as that macro will include wincrypt.h. -- Daniel Gustafsson https://vmware.com/ -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
