Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@googlemail.com>
To: ding@gnus.org
Subject: Re: Using agent with IMAP, accessing read IMAP mails offline
Date: Wed, 20 Apr 2011 15:30:46 +0200	[thread overview]
Message-ID: <crtydtnj7d.fsf@news.eternal-september.org> (raw)
In-Reply-To: <57036.85.90.127.118.1303305722.squirrel@mail.hcoop.net>

"JJ" <ding_gnus.org@sumou.com> writes:

> I use Gnus on a Nokia N900 mobile phone. So what I'd like to do:
>
> When I'm on a plane, be able to run Gnus unplugged, i.e. offline and
> review IMAP messages that I've already read.
>
> This used to work. But don't know since when or what changes to nnimap.el
> or what have you, I can't do it.
>
> When I'm not online now and try to start Gnus with an nnimap frontend set
> as the gnus-select-method, I get:
>
> Warning: Opening nnimap server on xxx.xxxx.xxx...failed: Unable to contact
> xxx.xxxx.xxx:nil via ssl; Denied server nnimap+xxx.xxxx.xxx; Unable to
> open server nnimap+xxx.xxxx.xxx due to: xxx.xxxx.xxx/imap Name or service
> not known
>
> Am I missing something. Do I need to have something set up in a special way?
>
> How can I get it to work?
> --
> JJ

Just to piggy back on this, there is still the issue with agent
apparently not working in a setup like this:-


   (add-to-list 'gnus-secondary-select-methods
                '(nnimap "riley"
                         (nnir-search-engine imap)
                         (nnimap-address "imap.gmail.com")
                         ))
   (add-to-list 'gnus-secondary-select-methods
                '(nnimap "shamrockpub"
                         (nnir-search-engine imap)
                         (nnimap-address "imap.gmail.com")
                         ))
   
   (add-to-list 'gnus-secondary-select-methods
                '(nnimap "friends"
                         (nnir-search-engine imap)
                         (nnimap-address "imap.gmail.com")
                         ))

There are more details in the previous posts in case anyone has an idea
about what might be causing it.

Apologies if I missed any previous updates on this.




  reply	other threads:[~2011-04-20 13:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-20 13:22 JJ
2011-04-20 13:30 ` Richard Riley [this message]
2011-04-22  8:43 JJ
2011-04-22  9:12 ` Richard Riley
2011-04-22  9:23 JJ
2011-04-22 10:09 ` Richard Riley
2011-05-01 15:51 ` Lars Magne Ingebrigtsen

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=crtydtnj7d.fsf@news.eternal-september.org \
    --to=rileyrg@googlemail.com \
    --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).