From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86310 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: problems with passwords containing characters with UTF-8 / ASCII codes >= 127 Date: Fri, 20 Nov 2015 11:05:39 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87y4dsodv0.fsf@lifelogs.com> References: Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448035831 2977 80.91.229.3 (20 Nov 2015 16:10:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2015 16:10:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34542@lists.math.uh.edu Fri Nov 20 17:10:19 2015 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 1ZzoGO-00070G-BV for ding-account@gmane.org; Fri, 20 Nov 2015 17:10: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 1ZzoGH-0002iy-S7; Fri, 20 Nov 2015 10:10:09 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZzoGF-0002iY-AV for ding@lists.math.uh.edu; Fri, 20 Nov 2015 10:10:07 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZzoGE-0003rJ-OW for ding@lists.math.uh.edu; Fri, 20 Nov 2015 10:10:07 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1ZzoGD-00039y-Cu for ding@gnus.org; Fri, 20 Nov 2015 17:10:05 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZzoGB-0006lF-PS for ding@gnus.org; Fri, 20 Nov 2015 17:10:04 +0100 Original-Received: from 98.229.60.157 ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2015 17:10:03 +0100 Original-Received: from tzz by 98.229.60.157 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2015 17:10:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 98.229.60.157 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:aGvKGHmB2UQFEbwJtVWePSGhkVs= X-Spam-Score: -1.4 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86310 Archived-At: On Mon, 16 Nov 2015 16:17:02 +0000 Jason Vas Dias wrote: JVD> Today I wasted alot of time after being forced to change my password, ... JVD> just resulted in the message '(inhibited)' being written to the '*imap JVD> log*' buffer . JVD> Is there anyway to get gnus to be more verbose about the SSL encrypted JVD> command / response traffic it is having with the server and precisely JVD> why it fails ? JVD> Maybe I should look at patching it to be more verbose when an IMAP error occurs. That might be a good idea, but be careful about leaking the password to a general buffer like *Messages*. It's OK for a quick run, but you don't want to do it all the time. In your case, `auth-source-debug' set to 'trivia or t or a custom function might have helped. Ted