unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: ada <dazhiqian@gmail.com>
Subject: Re: How can i do if i want fetch mail from gmail by guns
Date: Mon, 19 Jun 2006 21:00:36 +0000	[thread overview]
Message-ID: <85mzc83lor.fsf@x86.ada.home> (raw)
In-Reply-To: 85mzccnf1v.fsf@x86.ada.home

ada <dazhiqian@gmail.com> writes:


anyone?
> my conf look like:
>
> ;; send mail
> (setq send-mail-function 'smtpmail-send-it
>       message-send-mail-function 'smtpmail-send-it)
>
> (require 'smtpmail)
> (setq smtpmail-smtp-server "smtp.gmail.com"
>       smtpmail-smtp-service 587
>       smtpmail-auth-credentials 
>                  `(("smtp.gmail.com" 587 "dazhiqian@gmail.com" "********")))
>
> (require 'starttls)
> (setq smtpmail-starttls-credentials
>       '(("smtp.gmail.com" 587 nil nil)))
>
> ;; fetch mail
> (require 'pop3)
> (setq mail-sources
>       '((pop :server "pop.gmail.com"
>              :user "dazhiqian"
>              :password "*********"
>              :port 995
>              :connection ssl
>              :leave t)))
>
> BUT the gnus don't work.any body can help me?

  reply	other threads:[~2006-06-19 21:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-17 12:26 How can i do if i want fetch mail from gmail by guns ada
2006-06-19 21:00 ` ada [this message]
2006-06-26 14:05   ` evan.monroig

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=85mzc83lor.fsf@x86.ada.home \
    --to=dazhiqian@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 read-only IMAP folder(s) and NNTP newsgroup(s).