Gnus development mailing list
 help / color / mirror / Atom feed
From: Chris Shenton <chris@shenton.org>
Subject: nnimap:$server unavailable... Go offline?
Date: Tue, 09 Dec 2003 12:01:50 -0500	[thread overview]
Message-ID: <867k16x6v5.fsf@PECTOPAH.shenton.org> (raw)

gnus-version's value is "Gnus v5.10.3"

I have an nnimap server, connect to it (with starttls), read mail for
a while, then ignore it a while.  When I return, and do a "g" to check
mail (or go into a group to check headers, or...) Gnus reports

  Unable to open nnimap:myservername, go offline?

I see this is done in gnus-int.el: gnus-open-server, but don't
understand why it's happening.  Does it indicate that my IMAP server
has torn down the connection , but Gnus doesn't automatically
reconnect?

If I say "y", then Quit Gnus, then restart Gnus, it authenticates
again and all is well.

If I say "n", I don't know what state this is supposed to put me in,
but at times it's seemd unusable: I'm not Offline, but neither am I
Online; I can't exit *Summary* buffers cuz it can't write updates to
the server, I can't quit Gnus because I've got unsaved *Summary*s.
I'm in Limbo.

If my server (courier-imap-2.2.1, running without authdaemon stuff) is
tearing down the connection too early (maybe it thinks Gnus is idle?)
perhaps I can increase the timeout.  If I should be using IMAP from
Gnus in some other way (an Agent, whatever that is), I'd appreciate a
pointer.

Here's how I'm using it, splitting logic removed.  Thanks.


(setq
 gnus-secondary-select-methods
 '(
   (nnml "")
   (nnimap "pectopah"		      ;use ~/.authinfo for user/passwd
	   (nnimap-address "pectopah.shenton.org")
	   )
   )
  )



             reply	other threads:[~2003-12-09 17:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-09 17:01 Chris Shenton [this message]
2003-12-09 17:11 ` Simon Josefsson
2004-01-10 20:20   ` Chris Shenton

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=867k16x6v5.fsf@PECTOPAH.shenton.org \
    --to=chris@shenton.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).