curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Old Curl Project

From: Don Landsom <Don.Landsom_at_verizon.net>
Date: Mon, 21 May 2018 09:59:13 -0400

Dang - celebrated too soon.

All seems OK, successfully built everything and SMTP showed up as a
protocol, the VB app was able to connect to a mail server, but Curl doesn't
seem to be using SSL so the login request was rejected.

Openssl compiled without errors and all of the provided test code passed.
And if Curl is linked without ssleay, a bunch of unresolved externals show
up, so I'm pretty sure the SSL code / calls are in there being referenced.

Besides getting all of the parts built and linked, are there switches /
options that are needed to enable the use of SSL?

I certainly don't know what I'm doing here, is SSL even what's needed for
SMTP to work over a secure connection?

Thanks.

----- Original Message -----
From: "Don Landsom" <Don.Landsom_at_verizon.net>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Monday, May 21, 2018 3:56 AM
Subject: Re: Old Curl Project

> Daniel - thanks for the info, especially about CURL_STATICLIB.
>
> Its been like 2 steps forward and 3 steps back, but I've got things built.
> The VB app is able to make calls through vblibcurl to libcurl. Checking
> the Curl version / protocol info, SMTP is displayed which was what we were
> shooting for.
>
> One last hurdle, we will be adding our custom mail support code and see if
> everything works.
>
> Thanks to everyone for all of the help.
>
> ----- Original Message -----
> From: "Daniel Stenberg" <daniel_at_haxx.se>
> To: "libcurl development" <curl-library_at_cool.haxx.se>
> Sent: Saturday, May 19, 2018 5:36 AM
> Subject: Re: Old Curl Project
>
>
>> On Sat, 19 May 2018, Don Landsom wrote:
>>
>>> Depending on which version of Curl being used, either the Curl ‘easy’
>>> functions comes up as unresolved externals, or VB throws and error.
>>>
>>> For Curl builds, are their options available to exclude / include the
>>> easy
>>> functions in the dll?
>>
>> They're always there in the DLL - and all the documented symbols are
>> present
>> whatever build options or combos you use, exactly for the purpose of not
>> causing link problems. At least they should be.
>>
>> If you want to link with a static lib, you need CURL_STATICLIB defined
>> when
>> you build your application.
>>
>> --
>>
>> / daniel.haxx.se
>
>
> --------------------------------------------------------------------------------
>
>
>> -------------------------------------------------------------------
>> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
>> Etiquette: https://curl.haxx.se/mail/etiquette.html
>
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-05-21