unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Alexandru Cardaniuc <cardaniuc@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: reading mail from gmail account with gnus in Emacs22
Date: Sun, 04 Nov 2007 15:45:33 -0800	[thread overview]
Message-ID: <87bqa94lsy.fsf@gmail.com> (raw)
In-Reply-To: <87d4uq35by.fsf@home.guillermoamaral.com> (Guillermo Antonio Amaral Bastidas's message of "Sat\, 03 Nov 2007 22\:14\:25 -0800")

me@guillermoamaral.com (Guillermo Antonio Amaral Bastidas) writes:

> "Alexandru Cardaniuc" <cardaniuc@gmail.com> writes:
>>
>> Does anybody here use gnus from Emacs22 to read mail from gmail
>> account? I managed to make it work with Emacs21. Recently I tried
>> Emacs22 and my old config from Emacs21 doesn't work. I get some errors
>> when fetching from gmail with pop.
>>
>
>   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.

That didn't work for me either, but I made the imap in mail-sources
work! Now, my mail works again, imap behaves exactly like pop in this
regard. 

(setq mail-sources '((file :path "/var/spool/mail/alexandru")
		     (imap :server "imap.gmail.com"
		           :port 993
			   :user "whatever@gmail.com"
			   :password "secret"
			   :stream ssl)))




-- 
"Every problem that I solved became a rule which served afterwards to
solve other problems."  
- Descartes

  parent reply	other threads:[~2007-11-04 23:45 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
2007-11-04 23:48     ` Alexandru Cardaniuc
2007-11-04 23:45   ` Alexandru Cardaniuc [this message]
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=87bqa94lsy.fsf@gmail.com \
    --to=cardaniuc@gmail.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).