Getting problems from other people.

2016-03-05 Thread Jules van der Toorn
Hi, I am receiving the mail questions from other people, could you please unsubscribe me from those? Thanks --- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

How to get only mailtext with libCurl C++?

2016-02-27 Thread Jules van der Toorn
Hi, Recently is asked how to only get the subject of an email, and you responded with this: curl_easy_setopt(curl, CURLOPT_URL, "imaps:// imap.gmail.com:993/INBOX/;UID=*;SECTION=HEADER%2EFIELDS%20%28SUBJECT%29"); which works perfectly. However, now i want to know how to only receive the mailtext

Re: Static Libcurl crashes on MSVC13

2016-02-26 Thread Jules van der Toorn
sponses. 2016-02-26 13:04 GMT+01:00 Daniel Stenberg <dan...@haxx.se>: > On Fri, 26 Feb 2016, Jules van der Toorn wrote: > > I personally think something went wrong with linking it, but then i don't >> understand why the simple code from the guide does work and this one >>

LibCurl IMAP C++ receive only subject of most recent mail?

2016-02-25 Thread Jules van der Toorn
Hi, This question exists of 2 subquestions: 1. How do i set the UID, so that the latest email will be the result? Right now, UID=1 means the first mail that i've ever received. 2. If i get info about the mail using (int)res, i get loads of information, but how can i choose to only receive the