all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Thorpe <rt@robertthorpeconsulting.com>
To: 张军峰 <hengaini2055@qq.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to use rmail.el on windows
Date: Sat, 11 Mar 2017 01:00:46 +0000	[thread overview]
Message-ID: <87vargbpa9.fsf@robertthorpeconsulting.com> (raw)
In-Reply-To: <tencent_1D6828666B57EDF72EE88F4E@qq.com> (hengaini2055@qq.com)

"张军峰" <hengaini2055@qq.com> writes:
> I use emacs 25.1 on windows 7, I want to use rmail to read mail in pop.qq.com。
>    I set rmail-inbox-list: pop://hengaini2055:password@pop.qq.com:995。M-x rmail,I get the error info as follows:
>    movemail: Error connecting to POP server: Could not determine POP server's address

Can you show us the exact elisp?

You need something like:

(setq rmail-primary-inbox-list
   '("pop://hengaini2055:password@pop.qq.com:995"))

Notice the ' at the start because this is a list containing one entry.

Many email servers don't accept simple usernames anymore, the domain has
to be added onto them.  Here your username is just "hengaini2055". It
may be necessary to add a domain to that.  It is with my email
provider.  If you're already using an email program then you can find
out how it's written by looking in it's configuration.

If that doesn't work, ask again, there are other things to try.

BR,
Robert Thorpe



      parent reply	other threads:[~2017-03-11  1:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 13:26 How to use rmail.el on windows =?gb18030?B?1cW+/Lfl?=
2017-03-09 14:45 ` Emanuel Berg
2017-03-09 15:52   ` Eli Zaretskii
2017-03-11  1:00 ` Robert Thorpe [this message]

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=87vargbpa9.fsf@robertthorpeconsulting.com \
    --to=rt@robertthorpeconsulting.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=hengaini2055@qq.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.