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 21:25:48 +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 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435605977 13481 80.91.229.3 (29 Jun 2015 19:26:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 19:26:17 +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 21:26:16 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 1Z9eh5-00054m-TU for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 21:26:16 +0200 Original-Received: from localhost ([::1]:43667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9eh5-000125-C8 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Jun 2015 15:26:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9egh-00011y-Fi for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:25:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9egg-0004lI-6o for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:25:51 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:33512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9egf-0004l7-Kq for help-gnu-emacs@gnu.org; Mon, 29 Jun 2015 15:25:49 -0400 Original-Received: by laar3 with SMTP id r3so75754326laa.0 for ; Mon, 29 Jun 2015 12:25:48 -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=5Obd3Bzonaf12zyHZO86ZNFsQnBZSsaIsW0+ENbLE1E=; b=Nwk1InJijN4s0HJdCRD0ColIcT26ryc+5oRe6WWzZ2HyXWTmNlbFz7kPsZZd1thSn8 IKw6awVmGYh7AVWz2/5djuIKDsE+05hgRlM19zYDNAiRSpL1Ld6S9TodXpU71YA9DbKg yqr4njwgl6Y6gSRN2p5RJLW1HUuB4zV06ZSaBB7nh/icE4yzmD5twN5DBahpiZbzQ0My w2TEAYxhlUytq4CQNRM9UvzTiiPjvCbfN9w/rqWpWloPNuJ2bL8sjtmC+prVP2qniiaV U1A2UVPSekyChz+dEHckjcVj1DvxbVUZnKt1wsBLO2okCvHfo5QrJM1jXLRQC3RL1v0/ +mVw== X-Received: by 10.152.4.163 with SMTP id l3mr16044595lal.35.1435605948825; Mon, 29 Jun 2015 12:25:48 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Mon, 29 Jun 2015 12:25:48 -0700 (PDT) In-Reply-To: <87lhf272in.fsf@yale.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:105292 Archived-At: On Mon, Jun 29, 2015 at 9:12 PM, Jorge A. Alfaro-Murillo < jorge.alfaro-murillo@yale.edu> wrote: > Alexander Shukaev writes: > > Just started to move away from using Gmail through the web interface to >> Emacs Gnus. I follow Emacs Wiki to achieve this. >> > > Many times emacs wiki has very old information. You can use what is on th= e > gnus manual: > > (setq gnus-select-method '(nnimap "imap.gmail.com")) > (setq smtpmail-default-smtp-server "smtp.gmail.com") > > and in ~/.authinfo: > > machine imap.gmail.com login password port imap > machine smtp.gmail.com login password port 587 > > That should be enough to get and send mail. > > -- > Jorge. > > > =E2=80=8B =E2=80=8BThanks, Jorge,=E2=80=8B but unfortunately I have the same problem.