info-gnus-english
[Top][All Lists]
Advanced

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

Re: How to access email using gnus?


From: Tassilo Horn
Subject: Re: How to access email using gnus?
Date: Tue, 21 Dec 2004 17:25:45 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Surendra Singhi <efuzzyone@netscape.net> writes:

> I have put the following line in my init file(it is a pop3 server and 
> not imap) and as well set it trhough the customization option in xemacs.
>
> (setq mail-sources '((pop :server "imap1.asu.edu"
>                                :user "sksinghi"
>                                )))
> But gnus still doesn't shows me anything.

Erm, looks ok to me. I have this in my ~/.gnus.el:

(add-to-list 'gnus-secondary-select-methods
             '(nnml ""))

(setq mail-sources
      '((pop :server "mailhost.uni-koblenz.de" 
             :user "heimdall"
             :password "XXX")
        (pop :server "pop.gmx.de" 
             :user "tassilo.horn@gmx.de" 
             :password "XXX")
        (pop :server "pop3.freenet.de" 
             :user "tassilo.horn@freenet.de"
             :password "XXX")))

Does it work if you specify :password, too?

Regards,
Tassilo


reply via email to

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