unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas)
To: help-gnu-emacs@gnu.org
Subject: Re: reading mail from gmail account with gnus in Emacs22
Date: Sun, 04 Nov 2007 13:32:39 -0800	[thread overview]
Message-ID: <87y7ddofwo.fsf@home.guillermoamaral.com> (raw)
In-Reply-To: 87d4uq35by.fsf@home.guillermoamaral.com


[-- Attachment #1.1: Type: text/plain, Size: 1130 bytes --]

me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) writes:
>
>   I got the new IMAP working, I am not sure if the POP3 + SSL works.
>
>   (nnimap ""
>           (nnimap-address "imap.gmail.com")
>           (nnimap-stream ssl)
>           (nnimap-authinfo-file "~/.authinfo")
>
>
>   IMAP Google works great by the way.

  POP3+SSL work fine ( running Gnus/5.110007 CVS (No Gnus v0.7)
under Emacs/23.0.60 CVS (gnu/linux) )

-------------------------------------------------
(eval-after-load "mail-source" '(require 'pop3))
(setq mail-sources                                   
      '((pop :server "pop.gmail.com"
             :port 995
             :user "YOUR_USERNAME_HERE"
             :connection ssl
             :leave t
             :password "YOUR_PASSWORD_HERE")))
-------------------------------------------------

  I did notice that the pop source had to be first in order for it to
work ( I'm sure you could adjust that somewhere )

-- 
Guillermo Antonio Amaral Bastidas (gamaral)
  Free/Libre/Open-Source Software Advocate & KDE Developer
  http://blog.guillermoamaral.com/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2007-11-04 21:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2950.1194152244.18990.help-gnu-emacs@gnu.org>
2007-11-04  6:14 ` reading mail from gmail account with gnus in Emacs22 Guillermo Antonio Amaral Bastidas
2007-11-04 21:32   ` Guillermo Antonio Amaral Bastidas [this message]
2007-11-04 23:48     ` Alexandru Cardaniuc
2007-11-04 23:45   ` Alexandru Cardaniuc
2007-11-04  4:57 Alexandru Cardaniuc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y7ddofwo.fsf@home.guillermoamaral.com \
    --to=me@guillermoamaral.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).