help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EMAIL using VM and GNU


From: Steinar Børmer
Subject: Re: EMAIL using VM and GNU
Date: Mon, 18 Apr 2005 23:15:24 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (berkeley-unix)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]