| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:references:message-id:date:from:reply-to | |
| :subject:to:in-reply-to:mime-version:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=hl3WorPiKksmGkIX | |
| J/i4ugKENqdXtAoy0wP2P1HHa7YsVGcrGJOwSfOGZHQMUrEfeSdnBin+efz/JpzL | |
| sxTl57VH4xfg9WTUUjPUmre0pJqAnJDSrWf9wMW+4QuQ6MwtRqR8QK5SHafFCs+s | |
| RVo2bXS7DTf7exSTxr+1ogIm6rA= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:references:message-id:date:from:reply-to | |
| :subject:to:in-reply-to:mime-version:content-type | |
| :content-transfer-encoding; s=default; bh=8TK2yRLJYrYglhBBOLUfIt | |
| q2sso=; b=NqkHKiVESTPjhc2K12MaybZq4w7V8eI9MLHvVUdlXVpOFKufQU8G0P | |
| kza3qLA77QDcih2YGT6TKdTz4XvCIoVe4yfkZ/IGqWHsFDKzg0+j5vtIZiINjgjn | |
| Hbxf2lkfLE+SFJYA4ShjW1T+7KjNpkm83lCO2BWLvbt7QenYAqWXk= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RDNS_NONE autolearn=no version=3.3.2 |
| X-HELO: | nm23-vm9.access.bullet.mail.bf1.yahoo.com |
| References: | <1377622417 DOT 46007 DOT YahooMailNeo AT web184404 DOT mail DOT bf1 DOT yahoo DOT com> <CAPUpn4gZ2HUSYAmJ4-61xsTxpXxmVwM=pmHrmwqnuu07SKJ1qw AT mail DOT gmail DOT com> |
| Message-ID: | <1377693790.97350.YahooMailNeo@web184405.mail.bf1.yahoo.com> |
| Date: | Wed, 28 Aug 2013 05:43:10 -0700 (PDT) |
| From: | Zdzislaw Meglicki <zdzisiekm AT sbcglobal DOT net> |
| Reply-To: | Zdzislaw Meglicki <zdzisiekm AT sbcglobal DOT net> |
| Subject: | Re: emacs-24.3.1 crashes on talking to Google |
| To: | David Carricajo <david DOT carricajo AT gmail DOT com>, |
| "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> | |
| In-Reply-To: | <CAPUpn4gZ2HUSYAmJ4-61xsTxpXxmVwM=pmHrmwqnuu07SKJ1qw@mail.gmail.com> |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id r7SChTWP013364 |
The version of the Cygwin fetchmail is 6.3.22+NLS. Running ldd on it shows:
ntdll.dll, KERNEL32.DLL, KERNELBASE.dll, cygwin1.dll, cygintl-8.dll,
cygiconv-2.dll
When I run it against my .fetchmailrc, it complains about the "ssl" line and says
that it's not enabled.
The version of my own fetchmail, the one I compiled myself, is 6.3.26+SSL+NLS.
Running ldd on it shows all the above plus
cygcrypto-1.0.0.dll, cygssl-1.0.0.dll, cygz.dll
But, as I said, I do not have a problem with fetchmail. The problem, as I described
in my message, is with emacs *sending* mail through Google. On making an attempt
it crashes. I can't even view diagnostics.
On the other hand, my emacs can send mail through a simple non-SSL SMTP server
I run on another machine. So, it's something with how the latest emacs communicates
with Google that's broken. Posting through Google worked like a charm under
emacs-21.?.? The current emacs version is
emacs 24.3.1 (x86_64-unknown-cygwin)
I posted my .emacs configuration for sending mail through google in my previous
message, but here it is again for completeness:
(setq starttls-use-gnutls t)
(setq send-mail-function 'smtpmail-send-it
message-send-mail-function 'smtpmail-send-it
smtpmail-starttls-credentials
'(("smtp.gmail.com" 587 nil nil))
smtpmail-auth-credentials
(expand-file-name "~/.authinfo")
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587
smtpmail-debug-info t)
(require 'smtpmail)
===========================================================
On Wednesday, August 28, 2013 5:23 AM David Carrricajo <> wrote:
On Tue, Aug 27, 2013 at 6:53 PM, Zdzislaw Meglicki <> wrote:
>Should I change something here? My fetchmail gets e-mail from Google
>too and this works fine. But I had to install my own version of fetchmail
>because the one provided with Cygwin didn't support SSL.
>
Which version? from version 5 fetchmail does support SSL
>Greetings,
>Gustav
>http://perth.ovpit.indiana.edu/gustav
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |