Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Teng Wang <twang.umn@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: gmail的imap怎样把信件保存在服务器上?
Date: Fri, 09 Nov 2007 23:18:03 -0600	[thread overview]
Message-ID: <87y7d6adbo.fsf@supermath.math.umn> (raw)
In-Reply-To: <ejf063o6.fsf@linux.site>


我也不是特别清楚,如果你是用fetchmail收邮件的话加上keep在你
的.fetchmailrc里面就可以了。

至于发信

try this

;; Configure outbound mail (SMTP)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-default-smtp-server "smtp.gmail.com"
      send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-smtp-service 587
      smtpmail-auth-credentials '(("smtp.gmail.com"
				   587
				   "billclem@gmail.com"
				   nil)))

我是copy 这上面的:http://bc.tech.coop/blog/070813.html

           reply	other threads:[~2007-11-10  5:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <ejf063o6.fsf@linux.site>]

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=87y7d6adbo.fsf@supermath.math.umn \
    --to=twang.umn@gmail.com \
    --cc=info-gnus-english@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 NNTP newsgroup(s).