Page 4 of 9
Re: libcurl.pbi
Posted: Sun Nov 19, 2023 10:16 am
by HeX0R
so the pop3 match between infratec and HeX0R ended-up with 1:1

Re: libcurl.pbi
Posted: Sun Nov 19, 2023 10:20 am
by BarryG
Yeah, it was cool (and so nice) watching you both help. You guys rock!
Re: libcurl.pbi
Posted: Fri Jan 12, 2024 9:30 pm
by infratec
Updated libcurl dlls to 8.5.0
Re: libcurl.pbi
Posted: Thu Feb 15, 2024 8:43 pm
by infratec
Updated libcurl dlls to 8.6.0
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 8:29 am
by loulou2522
Hi Infratec,
Is it possible to attach binary file to an email ? and how to ? Thanks in advance
Thanks
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 11:40 am
by infratec
As already written on page 2 you need to encode it in Base64.
But I added an example now: EMailWithBinaryFileAttachment.pb
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 12:28 pm
by loulou2522
Thanks infratec but with your first answer i was not able to do that
Best regards
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 12:32 pm
by loulou2522
Can you give me the adresse of the new zip please ?
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 1:24 pm
by infratec
The link in the first post is still active and valid
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 1:40 pm
by loulou2522
I was speaking about your new examples which is not in the zip files
But I added an example now: EMailWithBinaryFileAttachment.pb
Thanks in advance
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 1:53 pm
by infratec
I just downloaded the zip file and the mentioned file is inside
Re: libcurl.pbi
Posted: Sun Mar 03, 2024 5:27 pm
by infratec
Added HTTProxyI()
Re: libcurl.pbi
Posted: Fri Apr 19, 2024 7:22 am
by infratec
Updated libcurl dlls to 8.7.1
Re: libcurl.pbi
Posted: Thu Jun 06, 2024 2:57 pm
by infratec
Fixed a bug: macOS linker error
libcurl.pbi and advanced Pop3 sample
Posted: Sun Jun 09, 2024 5:27 pm
by flashbob
... is there an extended example somewhere concerning Pop3 that shows how the content of the message is correctly decoded and, for example, formatted correctly for the WebGadget (Ascii, UTF8)? It wouldn't be bad if error handling is included as well ...
I've already searched for examples in C on the web, but haven't found anything that helps.
There is already a corresponding example for LibSSL. I'm looking for something like this for LibCurl.
Thanks for an info !