From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86866 Path: news.gmane.org!not-for-mail From: Jochen Hein Newsgroups: gmane.emacs.gnus.general Subject: allow GSSAPI for imap access Date: Sun, 14 Feb 2016 17:07:05 +0100 Message-ID: <1455466029-12376-1-git-send-email-jochen@jochen.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1455466298 16799 80.91.229.3 (14 Feb 2016 16:11:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Feb 2016 16:11:38 +0000 (UTC) Cc: larsi@gnus.org To: ding@gnus.org Original-X-From: ding-owner+M35087@lists.math.uh.edu Sun Feb 14 17:11:18 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aUzGW-000071-00 for ding-account@gmane.org; Sun, 14 Feb 2016 17:11:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aUzFd-0003pB-Qx; Sun, 14 Feb 2016 10:10:21 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aUzFa-0003nw-8P for ding@lists.math.uh.edu; Sun, 14 Feb 2016 10:10:18 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aUzFY-0006d0-Kw for ding@lists.math.uh.edu; Sun, 14 Feb 2016 10:10:18 -0600 Original-Received: from smtp.dinoex.de ([188.40.204.4] ident=root) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aUzFW-0003zP-F7; Sun, 14 Feb 2016 17:10:14 +0100 Original-Received: from smtp.dinoex.de (uucp@smtp.dinoex.de [188.40.204.4]) by smtp.dinoex.de (8.15.2/8.15.1) with ESMTPS id u1EGA6wa055264 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 14 Feb 2016 17:10:07 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: (from uucp@localhost) by smtp.dinoex.de (8.15.2/8.15.1/Submit) with UUCP id u1EGA67M055263; Sun, 14 Feb 2016 17:10:06 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: from jochen.org (echidna.jochen.org [IPv6:fd23:e163:19f7:1234:222:4dff:fe7c:d76a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by jupiter.jochen.org (Postfix) with ESMTPS id A1981170; Sun, 14 Feb 2016 17:07:11 +0100 (CET) Original-Received: (nullmailer pid 12998 invoked by uid 1004); Sun, 14 Feb 2016 16:07:11 -0000 X-Mailer: git-send-email 2.1.4 X-Milter: Spamilter (Reciever: smtp.dinoex.de; Sender-ip: 188.40.204.4; Sender-helo: smtp.dinoex.de;) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (smtp.dinoex.de [188.40.204.4]); Sun, 14 Feb 2016 17:10:07 +0100 (CET) X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.4.1 2015-04-28) analysis follows Bayesian score: 0.4709 Ham tokens: 0.000-247--11069h-0s--0d--H*x:git-send-email, 0.000-247--11067h-0s--0d--H*UA:git-send-email, 0.000-238--10661h-0s--0d--H*m:git, 0.000-73--3263h-0s--0d--H*MI:git, 0.000-4--144h-0s--2d--H*x:2.1.4 Spam tokens: 0.993-12968--535h-9090s--0d--H*Ad:D*gnus.org, 0.993-14635--632h-10278s--0d--HTo:D*gnus.org, 0.992-15411--708h-10851s--0d--Hx-spam-relays-external:quimby.gnus.org, 0.992-15411--708h-10851s--0d--H*RU:quimby.gnus.org, 0.991-15333--823h-10876s--0d--H*RT:80.91.231.51 Autolearn status: ham autolearn_force=no 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4709] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86866 Archived-At: These patches allow GSSAPI access to IMAP servers. The patches are against current master. Comments are welcome.