Gnus development mailing list
 help / color / mirror / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: ding@gnus.org
Subject: Re: gnus + gmail pop3
Date: Thu, 26 Jul 2007 19:02:12 +0530	[thread overview]
Message-ID: <ups2fgujn.fsf@gmail.com> (raw)
In-Reply-To: <259495020707251117u63322c10r31f6d9cc8b08b29b@mail.gmail.com>

"Alex Ott" <alexott@gmail.com> writes:


[...]


> (setq mail-sources
> 			'(
> 				(pop :server "pop.gmail.com"
> 						 :port 995
> 						 :user "username"
> 						 :connection ssl
> 						 :leave t
> 						 )
> 				))
>

[...]
This is currently working for me....


(setq starttls-use-gnutls t)
(setq mail-sources
      '((pop :server "pop.gmail.com"
             :port 995
             :user "dummy@gmail.com"
             :password "*********"
             :stream ssl)
	(pop :server "pop.gmail.com"
             :port 995
             :user "dummmy2@gmail.com"
             :password "*******"
             :stream ssl)))

This is using gnutls compiled on cygwin to download the mails.  In
both cases, the mail is still left on the server.

 sivaram
 -- 
p.s what do you use to send mail through gnus?




  reply	other threads:[~2007-07-26 13:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-25 18:17 Alex Ott
2007-07-26 13:32 ` Sivaram Neelakantan [this message]
2007-07-26 19:42   ` Alex Ott
2007-07-27 16:39     ` Sivaram Neelakantan
2007-07-30 19:20       ` Alex Ott
2007-07-27 19:24   ` rahed
2007-07-27 22:52     ` Leo
2007-07-28  8:53       ` Reiner Steib

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=ups2fgujn.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=ding@gnus.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 NNTP newsgroup(s).