From: mobile Parmenides <mobile.parmenides@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Can gnus deal with e-mail?
Date: Sun, 8 Mar 2009 19:35:50 +0800 [thread overview]
Message-ID: <3b6585b0903080435j36b246f4g73755e8d5198eeed@mail.gmail.com> (raw)
In-Reply-To: <3b6585b0903080131i69c7454dvdf709c44433d74e0@mail.gmail.com>
Hi
I find an article concerning the settings of gnus which support gmail.
Its URL is as follows:
http://www.emacswiki.org/emacs/GnusGmail
Following its instruction, I wrote a ~/.gnus file as follows:
(setq gnus-select-method '(nntp "news.cn99.com"))
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-auth-credentials '(("smtp.gmail.com" 587
"mobile.parmenides@gmail.com" nil))
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587
smtpmail-local-domain "")
and wrote the ~/.authinfo properly.The news reader' part woked well,
but when contacting gmail server, there is a error message as follow:
"Unable to contact server gmail, nil"
Anyone have some experience to configure gmail under gnu?
2009/3/8 mobile Parmenides <mobile.parmenides@gmail.com>:
> According to manual, gnus is designed to read news messages. Can I use
> it to send and receive e-mail? My e-mail is at gmail.com. So, is gnus
> able to work in IMAP style?
>
> Any suggestion is appreciated.
>
next prev parent reply other threads:[~2009-03-08 11:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-08 9:31 Can gnus deal with e-mail? mobile Parmenides
2009-03-08 11:35 ` mobile Parmenides [this message]
2009-03-08 11:50 ` mobile Parmenides
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=3b6585b0903080435j36b246f4g73755e8d5198eeed@mail.gmail.com \
--to=mobile.parmenides@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).