From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Gnus + Gmail + IMAP Date: Mon, 29 Jun 2015 22:26:26 +0200 Message-ID: References: <87lhf272in.fsf@yale.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1435609608 7894 80.91.229.3 (29 Jun 2015 20:26:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 20:26:48 +0000 (UTC) Cc: help-gnu-emacs To: "Jorge A. Alfaro-Murillo" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 29 22:26:48 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z9fdd-0003GV-31 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 22:26:45 +0200 Original-Received: from localhost ([::1]:43940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9fdc-0004W8-Ev for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 16:26:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9fdL-0004Sy-U3 for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 16:26:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9fdL-0007HI-3w for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 16:26:27 -0400 Original-Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:35182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9fdK-0007H8-Sa for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 16:26:27 -0400 Original-Received: by lagh6 with SMTP id h6so67668515lag.2 for ; Mon, 29 Jun 2015 13:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=foxzvpv6TtC7UguLE8tnRnyIZjVmzswrUF+zbt6Es0E=; b=CzzYGLZdnEU0y8zMfkwXi27sbWiOnDoGYaQ2GmRg0SGyU1KhN4WODzq+t2AhP7Pd9Y JLeyVQ/pm9s0+OMyGXOxRycL4T36QBBpk8TnvjehQ3msR/zBjWQqYksES+6wBy2NtU5q /IRNa0vy1CJlomai7nxRFJ90M7cDP03CyxM7urjEeEnV6wyWybni/Hsg1vPyfZtXXqog kRPl4Chpj4YUdS4EO8o7yjZYxEkFDnk6F5xtm6qh53wd5++fYkC4ah5nTgXTxKnwWHFS BvlrauI5ukEXo7Ga/IG168JwGuVULQzcK118lCC0CTIPnFC0jSTSCY2lCDq3SzNEUfC8 hYkw== X-Received: by 10.152.27.197 with SMTP id v5mr16006761lag.64.1435609586119; Mon, 29 Jun 2015 13:26:26 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Mon, 29 Jun 2015 13:26:26 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::231 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105297 Archived-At: Alright, so as soon as I added (setq gnus-select-method '(nnimap "imap.gmail.com" (nnimap-server-port 993))) Notice the explicit port 993 (i.e. "imap", "imaps", etc. don't work). Probably on Windows, one has to add imaps 993/tcp # IMAP over SSL imaps 993/udp to 'c:/WINDOWS/system32/drivers/etc/services'? Anyway, now I'm getting Opening connection to imap.gmail.com via tls... nnimap (imap.gmail.com) open error: 'NO (ALERT) Please log in via your web browser: https://support.google.com/mail/accounts/answer/78754 (Failure)'. Continue? (y or n) n What is that supposed to mean? A problem with credentials? Kind regards, Alexander