cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: CURL SMTP - Bypass Authentication

From: Steve Holme <steve_holme_at_hotmail.com>
Date: Mon, 31 Mar 2014 23:19:44 +0100

On Sat, 29 Mar 2014, Steve Holme wrote:

> I am trying to push my "connection re-use fix" test cases
> today and then I should be able author both SMTP and
> ESMTP lacking AUTH test cases (The latter to cover this
> fix).

After breaking things yesterday with multiple operation based test cases I
finally got round to pushing one of my SMTP test cases tonight only to see
the results in one of the autobuilds:

http://curl.haxx.se/dev/log.cgi?id=20140331220445-9243#prob12

As it turns out I was talking complete rubbish (sorry!) when I compared
ESMTP to RFC821 based SMTP which means we currently don't support passing a
username and password to curl and then ignore it if the server is an RFC821
based server :(

So should I?

a) Carry on with this fix, push my next test case and fix up RFC821 based
SMTP as well - which involves removing the !conn->bits.user_passwd from
smtp.c:725.

Or

b) Undo what I've done so far - Commit fe260b75e7 and dd07e79023 ?

Kind Regards

Steve
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-04-01