Support of User/ Email address with 3 dots after @

2020-08-25 Thread Knud Pehrs via curl-library
Hello, currently we use libcurl 7.71.0. Does libcurl support email addresses like firstname.n...@part1.part2.part3.com ? We have a communication library with following code snipped which worked fine so far: if (m_curl) {

Re: Support of User/ Email address with 3 dots after @

2020-08-25 Thread Daniel Stenberg via curl-library
On Tue, 25 Aug 2020, Knud Pehrs via curl-library wrote: Does libcurl support email addresses like firstname.n...@part1.part2.part3.com ? Sorry, but where exactly is the email address in your sample code? Is it the user name? If so, then libcurl

static link on Ubuntu

2020-08-25 Thread Mike via curl-library
Hi I do: g++ -L/usr/lib/x86_64-linux-gnu/libfreetype.a -L/usr/lib/x86_64-linux-gnu/libcurl.a -m64 -static-libgcc -DCURL_STATICLIB -I/usr/lib/x86_64-linux-gnu/libcurl.a -Wl,--version-script=exports.txt -shared -o "lin.xpl" ./BitmapSupport.o ./fontmgr.o ./image.o ./main.o ./myList.o ./rain.o