From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:48]) by hurricane.the-brannons.com (Postfix) with ESMTP id 2F70E77AF9 for ; Fri, 25 Apr 2014 08:26:06 -0700 (PDT) Received: from omta05.westchester.pa.mail.comcast.net ([76.96.62.43]) by qmta05.westchester.pa.mail.comcast.net with comcast id uBm51n0010vyq2s55FRfUy; Fri, 25 Apr 2014 15:25:39 +0000 Received: from eklhad ([IPv6:2601:4:5380:92e:21e:4fff:fec2:a0f1]) by omta05.westchester.pa.mail.comcast.net with comcast id uFRf1n00S58M3EY3RFRfzK; Fri, 25 Apr 2014 15:25:39 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Fri, 25 Apr 2014 11:25:16 +0000 Message-ID: <20140325112516.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1398439539; bh=qP0W4obV8jsraZE6H3d4KrmEm+8z8RW52/oUmG+EuvE=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=I+2/lG1/1OWS49vsf5fh5K25UPu0SpjVG/sBmN80vXWjMyorgH91ifBIn0OUyFgaR CknyrgTTqTEKUiLeKtReJ9h/4dthbe8Ez7AHYOhwcikULNu1dh1QrUI5Iv+ngDnbwo ntkqLh/mLeKujzYO4oO3B3Xkhiy5QlbPqJEBNQSteG3cxVBcTRDkl9uRRaIkGV8ITN 2eKR1x1EaVr5JRTrbGP/7ydF53xK0+JjhNLmLAIPZV1r4KgjpfkqSAnVgmIO43iCgz eMLlpEHV21mbJHpx597w3yXUzbYOMPMG/eZH2tSrxt3hHY4pDYCMGeWZKeMJOLEz3q 2K/SAdfybQncg== Subject: [Edbrowse-dev] URL assert X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 15:26:06 -0000 > Are any other classes effected? No. I checked. One of those cut & paste things, I copied the window class struct to build the url class, and the global flag went along for the ride, and it shouldn't have. I was happy it was a trivial fix, not a major error in logic or structure. The new smtp pop3 machinery is in place, using the curl library, which we were already using for http and ftp anyways. Thanks to Chris. Saves about 1200 lines of code, is easier to read, is maintained by someone else, and provides some new features that I don't have to reinvent. ipv6 mail servers, various authentication algorithms, etc, but I wonder if we haven't lost the ability to cc, rather than a straight recipient. I just thought of that now, as I write this. Hmm. I suppose I could live without cc, but it's nice sometimes. Chris what do you think here? Another thing we save is 52 messages, in messages.c, that aren't needed any more. I changed these to NotUsed1 through NotUsed52 in messages.h. This was easier than deleting them, and deleting, perfectly, the corresponding strings in all the languages we support. So if you need a new message in the future, glom onto one of the NotUsed messages and take it over, in its position. I guess we lost 52 messages because I use the curl messages for everything now, and there are fewer of them anyways than my home grown software. On we go. Karl Dahlke