Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Subject: Re: gnus with Fastmail.fm account
Date: Fri, 07 Sep 2007 09:32:04 +0200	[thread overview]
Message-ID: <87y7fjorrf.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <20070907013509.GA4760@valkyrie> (Trey Sizemore's message of "Thu, 6 Sep 2007 21:35:10 -0400")

Trey Sizemore <trey@fastmail.fm> writes:

Hi Trey,

> Anyone on the list using a Fastmail.fm IMAP account that can help me
> with getting gnus setup for me to read my mail?  Especially how I go
> about looking at the mail in the various folders under my INBOX?

That should be a minimal setup for reading and sending mail.

,----[ ~/.gnus.el ]
| ;; Reading mail via IMAP
| (add-to-list 'gnus-secondary-select-methods
|              '(nnimap "Fastmail"
|                       (nnimap-address "mail.messagingengine.com")))
| 
| ;; Sending via Fastmail's SMTP
| (require 'smtpmail)
| (setq send-mail-function 'smtpmail-send-it
|       message-send-mail-function 'smtpmail-send-it
|       smtpmail-smtp-server  "mail.messagingengine.com")
`----

,----[ ~/.authinfo ]
| machine mail.messagingengine.com login thorn@fastmail.fm password XXX force yes
`----

After you did those entries start gnus and hit `^' in the *Group* buffer
which brings you to the server buffer.  There hit RET on the Fastmail
server and you enter its groups listing where you can subscribe to
groups with `u'.

HTH,
Tassilo



  reply	other threads:[~2007-09-07  7:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07  1:35 Trey Sizemore
2007-09-07  7:32 ` Tassilo Horn [this message]
2007-09-12 15:46   ` Trey Sizemore
2007-09-12 18:27     ` Tassilo Horn
2007-09-12 18:45       ` Trey Sizemore
2007-09-12 19:14         ` Tassilo Horn

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=87y7fjorrf.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).