Gnus development mailing list
 help / color / mirror / Atom feed
From: Sebastian Luque <sluque@mun.ca>
Subject: setting up gmail as a mail source or select method
Date: Mon, 07 Mar 2005 16:12:40 -0600	[thread overview]
Message-ID: <87br9vf6lj.fsf@mun.ca> (raw)

Has anybody configured gnus to retrieve and send mail using a gmail
account? There are a couple of issues I can't find how to deal with when
trying to do this.

The following information is given:

+--------------------+-----------------------+
|Incoming POP3       |pop.gmail.com          |
|                    +-----------------------+
|                    |use SSL: yes           |
|                    +-----------------------+
|                    |Port: 995              |
+--------------------+-----------------------+
|Outgoing SMTP       |smtp.gmail.com         |
+--------------------+-----------------------+
|                    |use authentication     |
+--------------------+-----------------------+
|                    |Use STARTTLS (may be   |
|                    |called SSL by some     |
|                    |MUAs)                  |
+--------------------+-----------------------+
|                    |Port: 465 or 587       |
+--------------------+-----------------------+
|Account name        |my-user-name@gmail.com |
+--------------------+-----------------------+

so I set it up like this:

(setq mail-sources '((pop :server "pop.gmail.com"
                          :user "my-user-name"
                          :password "secret"
                          :port 995)))

I haven't yet tried configuring the outgoing part, but gnus is returning
an error when trying to retrieve from the POP3 server. The error says that
there was an error with the above specifications, apparently linked to a
stringp test.

Thanks in advance for any help,
-- 
Sebastian Luque




             reply	other threads:[~2005-03-07 22:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-07 22:12 Sebastian Luque [this message]
2005-03-08  8:36 ` Yair Friedman

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=87br9vf6lj.fsf@mun.ca \
    --to=sluque@mun.ca \
    /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).