libcurl.pbi

Share your advanced PureBasic knowledge/code with the community.
User avatar
HeX0R
Addict
Addict
Posts: 1189
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: libcurl.pbi

Post by HeX0R »

so the pop3 match between infratec and HeX0R ended-up with 1:1 :mrgreen:
BarryG
Addict
Addict
Posts: 4128
Joined: Thu Apr 18, 2019 8:17 am

Re: libcurl.pbi

Post by BarryG »

Yeah, it was cool (and so nice) watching you both help. You guys rock!
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

Updated libcurl dlls to 8.5.0
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

Updated libcurl dlls to 8.6.0
loulou2522
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Oct 14, 2014 12:09 pm

Re: libcurl.pbi

Post by loulou2522 »

Hi Infratec,
Is it possible to attach binary file to an email ? and how to ? Thanks in advance
Thanks
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

As already written on page 2 you need to encode it in Base64.

But I added an example now: EMailWithBinaryFileAttachment.pb
loulou2522
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Oct 14, 2014 12:09 pm

Re: libcurl.pbi

Post by loulou2522 »

Thanks infratec but with your first answer i was not able to do that
Best regards
loulou2522
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Oct 14, 2014 12:09 pm

Re: libcurl.pbi

Post by loulou2522 »

Can you give me the adresse of the new zip please ?
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

The link in the first post is still active and valid
loulou2522
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Oct 14, 2014 12:09 pm

Re: libcurl.pbi

Post 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
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

I just downloaded the zip file and the mentioned file is inside
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

Added HTTProxyI()
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

Updated libcurl dlls to 8.7.1
infratec
Always Here
Always Here
Posts: 7582
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: libcurl.pbi

Post by infratec »

Fixed a bug: macOS linker error
flashbob
User
User
Posts: 92
Joined: Sat May 11, 2024 4:04 pm

libcurl.pbi and advanced Pop3 sample

Post 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 !
Post Reply