GNU bug report logs - #24704
24.5; nnimap: anonymous login to IMAP server not working

Previous Next

Packages: gnus, emacs;

Reported by: Jonathan Marten <jjm <at> keelhaul.me.uk>

Date: Sun, 16 Oct 2016 05:56:02 UTC

Severity: normal

Tags: fixed, patch

Found in version 24.5

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jonathan Marten <jjm <at> keelhaul.me.uk>
Cc: 24704 <at> debbugs.gnu.org
Subject: bug#24704: 24.5; nnimap: anonymous login to IMAP server not working
Date: Thu, 12 Apr 2018 22:25:14 +0200
Jonathan Marten <jjm <at> keelhaul.me.uk> writes:

> Stepping through nnimap-login in nnimap.el shows that the parameters passed to 
> it are user="anonymous", password=(email address).  The problem seems to be 
> that nnimap-authenticator=anonymous is not handled by any of the conditions in 
> this function, so no login is sent.  Applying the patch:
>
> --- /usr/share/emacs/24.5/lisp/gnus/nnimap.el   2015-04-02 08:23:06.000000000 
> +0100
> +++ nnimap.el   2016-10-16 05:53:16.043526259 +0100
> @@ -504,6 +504,7 @@
>     ((and (not (nnimap-capability "LOGINDISABLED"))
>          (eq (nnimap-stream-type nnimap-object) 'tls)
>          (or (null nnimap-authenticator)
> +            (eq nnimap-authenticator 'anonymous)

(etc)

Thanks; applied to Emacs 27.1.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 7 years and 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.