all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Filipp Gunbin <fgunbin@fastmail.fm>
To: Tim Zander <timisch@openmailbox.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Gnus and offline Email
Date: Mon, 14 Nov 2016 15:28:09 +0300	[thread overview]
Message-ID: <m2d1hy9rfq.fsf@fgunbin.local> (raw)
In-Reply-To: <58273138.4070808@openmailbox.org> (Tim Zander's message of "Sat,  12 Nov 2016 16:11:52 +0100")

Hi,

On 12/11/2016 16:11 +0100, Tim Zander wrote:

> Dear all,
>
> how do I set-up Gnus (and my GNU/Linux operating) to read and send my
> emails? Preferably with IMAP but it should also work offline. Everything
> I found online was very old, but if you know that some guide still works
> today I could give it a try.
>
> My email provider is openmailbox.org and I am using GNU Emacs 26.0.50.2
> on Trisquel 7.0 (if this makes any difference).
>
> Many Thanks,
>
> Tim

A less popular, but working way is to download mail via IMAP as you
would do via POP.  Like that:

(setq mail-sources '((imap :server "yourserver.com" 
			   :user "you@yourserver.com" 
			   :stream tls)))

(setq gnus-select-method '(nnnil ""))

(setq gnus-secondary-select-methods
      '((nnfolder "mailserver"
		  (nnfolder-directory "~/mailfolder"))))

See also (info "(gnus) Mail Source Specifiers").

File ~/.authinfo.gpg will contain credentials:

`machine yourserver.com login you@yourserver.com password <secret>'.

Variable `nnmail-split-methods' directs client-side splitting.

Filipp



  parent reply	other threads:[~2016-11-14 12:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-12 15:11 Gnus and offline Email Tim Zander
2016-11-12 19:37 ` Eric Abrahamsen
2016-11-14 20:42   ` Tim Zander
2016-11-14 21:29     ` Eric Abrahamsen
2016-11-14 12:28 ` Filipp Gunbin [this message]
2016-11-14 19:07   ` Eric Abrahamsen
2016-11-15 10:34     ` Filipp Gunbin
2016-11-15 17:20       ` Eric Abrahamsen
2016-11-15 17:44 ` Jeffrey DeLeo
2016-11-17 13:47   ` Filipp Gunbin
2016-11-17 16:57     ` Jeffrey DeLeo
2016-11-21 10:34 ` Eric S Fraga

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=m2d1hy9rfq.fsf@fgunbin.local \
    --to=fgunbin@fastmail.fm \
    --cc=help-gnu-emacs@gnu.org \
    --cc=timisch@openmailbox.org \
    /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.