Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: gmail的imap怎样把信件保存在服务器上?
       [not found] <ejf063o6.fsf@linux.site>
@ 2007-11-10  5:18 ` Teng Wang
  0 siblings, 0 replies; only message in thread
From: Teng Wang @ 2007-11-10  5:18 UTC (permalink / raw)
  To: info-gnus-english


我也不是特别清楚,如果你是用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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-10  5:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ejf063o6.fsf@linux.site>
2007-11-10  5:18 ` gmail的imap怎样把信件保存在服务器上? Teng Wang

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).