From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8244 Path: news.gmane.org!not-for-mail From: rahed Newsgroups: gmane.emacs.gnus.user Subject: Re: gmail from gnus Date: Tue, 21 Nov 2006 20:33:15 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164137622 2824 80.91.229.2 (21 Nov 2006 19:33:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2006 19:33:42 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Nov 21 20:33:39 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmbNA-0006M4-0h for gegu-info-gnus-english@m.gmane.org; Tue, 21 Nov 2006 20:33:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmbN9-00071m-C2 for gegu-info-gnus-english@m.gmane.org; Tue, 21 Nov 2006 14:33:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmbN5-0006xz-F7 for info-gnus-english@gnu.org; Tue, 21 Nov 2006 14:33:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmbN4-0006wy-Os for info-gnus-english@gnu.org; Tue, 21 Nov 2006 14:33:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmbN4-0006wp-Lg for info-gnus-english@gnu.org; Tue, 21 Nov 2006 14:33:30 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GmbN4-0005UJ-I4 for info-gnus-english@gnu.org; Tue, 21 Nov 2006 14:33:30 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GmbMy-0006Jq-NI for info-gnus-english@gnu.org; Tue, 21 Nov 2006 20:33:27 +0100 Original-Received: from 88.103.41.197 ([88.103.41.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Nov 2006 20:33:24 +0100 Original-Received: from raherh by 88.103.41.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Nov 2006 20:33:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: info-gnus-english@gnu.org Original-Lines: 55 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 88.103.41.197 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:uqBxySGcvpaujwfaUzJ/fzo6+X0= X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8244 Archived-At: Ted Zlatanov writes: >> I understood if I use GnuTLS then starttls-program is not used but >> GnuTLS program gnu-cli in starttls-use-gnutls function. Should I set >> starttls-program? > > This is probably the problem. I use starttls: > > starttls (starttls) 0.10 > Copyright (C) 1999 Free Software Foundation, Inc. > > and it works for me. Maybe someone that uses GnuTLS can help you? Actually I don't mind what to use. What should I change to start communicate with gmail via starttls instead of gnutls-cli? > Otherwise you can try to walk with me through the setup of > starttls.el, which is not too bad: > > (defcustom starttls-gnutls-program "gnutls-cli" > "Name of GNUTLS command line tool. > This program is used when GNUTLS is used, i.e. when > `starttls-use-gnutls' is non-nil." > :version "22.1" > :type 'string > :group 'starttls) > > (defcustom starttls-program "starttls" > "The program to run in a subprocess to open an TLSv1 connection. > This program is used when the `starttls' command is used, > i.e. when `starttls-use-gnutls' is nil." > :type 'string > :group 'starttls) > > (defcustom starttls-use-gnutls (not (executable-find starttls-program)) > "*Whether to use GNUTLS instead of the `starttls' command." > :version "22.1" > :type 'boolean > :group 'starttls) > > So you have to check all three variables and let us know their > values... They're this way. starttls-gnutls-program gnutls-cli stgarttls-program starttls starttls-use-gnutls t I'm afraid gnutls won't work with emacs and on windows, at least from the Message-ID: <87mz8t455l.fsf@latte.josefsson.org> thread on gmane.network.gnutls.general. -- Radek