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

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

Re: Gnus and multiple Email servers


From: Óscar Fuentes
Subject: Re: Gnus and multiple Email servers
Date: Sat, 20 Nov 2021 06:21:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

David Masterson <dsmasterson92630@outlook.com> writes:

> I'm not grokking what it says in the Gnus manual for this problem (I
> must be getting old...).  What I want is to setup Gnus as my email
> reader for most of my family accounts such that I can read through all
> of the email accounts in one Emacs session.  Is there a tutorial on this
> particular issue?

That's simple:

(setq mail-sources '((pop
                      :server "some.server.com"
                      :user "user"
                      :password "some-password")
                     (pop :server "pop.gmail.com"
                          :port 995
                          :user "myself@gmail.com"
                          :password "my-gmail-password"
                          :stream ssl)
                     ;;; etc
                     ))

For other methods, such as imap, see the info node Mail Source
Specifiers in the Gnus manual.




reply via email to

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