Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: xyblor <xyblor@gmail.com>
Subject: Gmail Woes! BBDB Woes!
Date: Thu, 04 May 2006 12:23:10 -0400	[thread overview]
Message-ID: <odyd4v4h.fsf@gmail.com> (raw)

How do I receive my Gmail through Gnus?

When Gnus tries to get my gmail, it hangs with the message:
"nnml: reading incoming mail from pop..."

This is what I have in my .gnus.el:

(setq gnus-secondary-select-methods '( [...]
				      (nnml "")))

(load "ssl')
                                      
(setq mail-sources '( [...]
                     (pop
		      :server "pop.gmail.com"
		      :port 995
		      :user "my-username"
		      :password "my-password"
		      :connection ssl
		      :leave t)))


I'm using Gnus v5.10.7 with XEmacs on Windows XP, and I've got OpenSSL
and gnutls through Cygwin. Sounds scary, I know, but it seems to work
when I test it:

(open-ssl-stream "ssl-process"
                 (get-buffer-create "ssl")
                 "pop.gmail.com"
                 995)
==>
verify depth is 0
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com
verify error:num=21:unable to verify the first certificate
verify return:1
+OK Gpop ready q16pf386646qbq

I haven't confirmed that tls is working, but as I understand it, I
shouldn't need tls because I only want to receive gmail, not send it.

Any ideas?

My other question is how do I get BBDB to automatically add the
addresses of people I write mail to? I've already done
(bbdb-initialize 'gnus 'message), but that doesn't seem to be
sufficient.

Thanks!

             reply	other threads:[~2006-05-04 16:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04 16:23 xyblor [this message]
2006-05-04 20:16 ` Adam Sjøgren
2006-05-05  3:40   ` xyblor

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

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

  git send-email \
    --in-reply-to=odyd4v4h.fsf@gmail.com \
    --to=xyblor@gmail.com \
    /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 NNTP newsgroup(s).