all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: steinab@ifi.uio.no (Steinar Børmer)
Subject: Re: EMAIL using VM and GNU
Date: Mon, 18 Apr 2005 23:15:24 +0200	[thread overview]
Message-ID: <863btnu6qb.fsf@pallotta.studby.uio.no> (raw)
In-Reply-To: mailman.1905.1113856924.2895.help-gnu-emacs@gnu.org

Kevin Rodgers wrote:

| Mahdi Osman wrote:
| 
| > I have been trying to use GNUS and VM to send and read
| > mails. Sending emails went well in both agents. I have tried to read
| > mails from my web-based mailbox (gmx.net). Mainly I used VM and
| > tried to configure VM to read emails from my gmx.net. I could not
| > make progress at all as my vm can not get mails.
| 
| Does gmx.net support POP or IMAP? If not, you're out of luck.

POP is supported.  This is what I use for Gnus (I've never used VM):

(setq mail-sources 
      '((pop :server "pop.gmx.net"
             :user "foo"
             :password "bar")))

The username is indeed not the whole email address, only the part before
the @.

Please note that this is not a very secure way of storing your
password.  You might want to leave that bit out if you're paranoid.

HTH.

-- 
SB

  parent reply	other threads:[~2005-04-18 21:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-18 14:58 EMAIL using VM and GNU Mahdi Osman
2005-04-18 20:39 ` Kevin Rodgers
     [not found] ` <mailman.1905.1113856924.2895.help-gnu-emacs@gnu.org>
2005-04-18 21:15   ` Steinar Børmer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-04-18 14:59 Mahdi Osman

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=863btnu6qb.fsf@pallotta.studby.uio.no \
    --to=steinab@ifi.uio.no \
    /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.