Gnus development mailing list
 help / color / mirror / Atom feed
From: Knut Anders Hatlen <kahatlen@gmail.com>
To: ding@gnus.org
Subject: Re: Releasing the new nnimap on y'all soon
Date: Sat, 18 Sep 2010 19:33:27 +0200	[thread overview]
Message-ID: <x64odnot20.fsf@oracle.com> (raw)
In-Reply-To: <m3hbhocm0o.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Dan Christensen <jdc@uwo.ca> writes:
>
>> Should it be mostly a drop-in replacement?  For example, there are two
>> IMAP servers I currently access, one using a shell connection and the
>> other using a network connection:
>>
>>       (setq imap-shell-program '("ssh %s dovecot --exec-mail imap"))
>
> This one is not supported.
>
>>       (add-to-list 'gnus-secondary-select-methods
>> 		   '(nnimap "jdc"
>> 			    (nnimap-address "remote.imap.server")
>> 			    ;(nnimap-server-port XXXXX)
>> 			    ;(nnimap-authenticator login)
>> 			    (nnimap-stream shell)
>
> Ah, I've forgotten to implement the shell thing for nnimap-stream, so
> that won't work.  I'll get to it.

I saw that you added it back. Thanks! A couple of issues:

1) The old nnimap used (nnimap-stream shell) whereas the new nnimap uses
(nnimap-stream stream). Change it back to shell for backwards
compatibility?

2) My imap-shell-program is set to dovecot --exec-mail imap, similar to
what Dan posted above, only that I run it against local mailboxes and
don't need ssh. When I start Gnus, I'm prompted for user name and
password, but the session is pre-authenticated, so that shouldn't be
needed. After typing user name and password, it just hangs, presumably
because the IMAP session starts with PREAUTH and not with the usual OK:

$ /usr/sbin/dovecot -c /home/kah/dovecot.conf --exec-mail imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS] Logged in as kah

If the session starts with a PREAUTH response, no LOGIN command should
be sent, I think.

-- 
Knut Anders




  reply	other threads:[~2010-09-18 17:33 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 16:09 Lars Magne Ingebrigtsen
2010-09-17 16:19 ` Lars Magne Ingebrigtsen
2010-09-17 16:50   ` Dan Christensen
2010-09-17 17:33     ` Lars Magne Ingebrigtsen
2010-09-18 17:33       ` Knut Anders Hatlen [this message]
2010-09-18 17:38         ` Lars Magne Ingebrigtsen
2010-09-18 18:04           ` Lars Magne Ingebrigtsen
2010-09-18 20:03             ` Knut Anders Hatlen
2010-09-18 20:07               ` Lars Magne Ingebrigtsen
2010-09-18 20:22                 ` Knut Anders Hatlen
2010-09-18 20:39                   ` Lars Magne Ingebrigtsen
2010-09-18 20:50                     ` Knut Anders Hatlen
2010-09-18 20:44                   ` Knut Anders Hatlen
2010-09-18 20:48                     ` Lars Magne Ingebrigtsen
2010-09-18 20:59                       ` Knut Anders Hatlen
2010-09-18 20:56                     ` Lars Magne Ingebrigtsen
2010-09-18 21:03                       ` Knut Anders Hatlen
2010-09-18 21:06                         ` Lars Magne Ingebrigtsen
2010-09-18 22:46                       ` Knut Anders Hatlen
2010-09-19  1:05                         ` Lars Magne Ingebrigtsen
2010-09-19  8:03                           ` Knut Anders Hatlen
2010-09-17 16:56   ` Knut Anders Hatlen
2010-09-17 17:49     ` Knut Anders Hatlen
2010-09-17 18:35       ` Lars Magne Ingebrigtsen
2010-09-17 18:44         ` Lars Magne Ingebrigtsen
2010-09-17 19:12           ` Knut Anders Hatlen
2010-09-17 19:15             ` Lars Magne Ingebrigtsen
2010-09-17 18:46         ` Knut Anders Hatlen
2010-09-17 18:51           ` Lars Magne Ingebrigtsen
2010-09-17 18:09     ` Lars Magne Ingebrigtsen
2010-09-17 18:20       ` Lars Magne Ingebrigtsen
2010-09-17 18:31         ` Lars Magne Ingebrigtsen
2010-09-17 19:20       ` Knut Anders Hatlen
2010-09-17 20:16         ` Lars Magne Ingebrigtsen
2010-09-17 20:22           ` Lars Magne Ingebrigtsen
2010-09-17 20:54             ` Steinar Bang
2010-09-23  8:05         ` Knut Anders Hatlen
2010-09-23 16:37           ` Lars Magne Ingebrigtsen
2010-09-17 19:46   ` Knut Anders Hatlen
2010-09-17 19:59     ` Lars Magne Ingebrigtsen
2010-09-17 21:02       ` Knut Anders Hatlen
2010-09-18 12:09         ` Lars Magne Ingebrigtsen
2010-09-18 12:12           ` Lars Magne Ingebrigtsen
2010-09-18 15:35         ` Lars Magne Ingebrigtsen
2010-09-18 16:15           ` Knut Anders Hatlen
2010-09-18 16:34             ` Knut Anders Hatlen
2010-09-18 16:37               ` Lars Magne Ingebrigtsen
2010-09-18 16:59                 ` Knut Anders Hatlen
2010-09-18 17:07                   ` Lars Magne Ingebrigtsen
2010-09-18 17:41                     ` Knut Anders Hatlen
2010-09-18 18:19                       ` Lars Magne Ingebrigtsen
2010-09-18 18:31                         ` Lars Magne Ingebrigtsen
2010-09-18 18:55                           ` Knut Anders Hatlen
2010-09-18 19:11                             ` Lars Magne Ingebrigtsen
2010-09-18 19:36                               ` Knut Anders Hatlen
2010-09-18 19:37                               ` Lars Magne Ingebrigtsen
2010-09-20 10:48   ` Steinar Bang
2010-09-20 12:15   ` "Format specifier doesn't match argument type" error message when exiting nnimap group (Was: Releasing the new nnimap on y'all soon) Steinar Bang
2010-09-20 15:53     ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-20 16:59       ` Steinar Bang
2010-09-21  8:32         ` Persistent 1 unread count on nnimap group (Was: "Format specifier doesn't match argument type" error message when exiting nnimap group) Steinar Bang
2010-09-21 16:11         ` "Format specifier doesn't match argument type" error message when exiting nnimap group Lars Magne Ingebrigtsen
2010-09-22  8:24           ` Steinar Bang
2010-09-22 12:12             ` Dan Christensen
2010-09-22 16:37               ` Lars Magne Ingebrigtsen
2010-09-22 16:37             ` Lars Magne Ingebrigtsen
2010-09-22 18:28               ` Dan Christensen
2010-09-22 19:19                 ` Lars Magne Ingebrigtsen
2010-09-22 19:35                   ` Dan Christensen
2010-09-22 19:51                     ` Lars Magne Ingebrigtsen
2010-09-22 20:34                       ` Dan Christensen
2010-09-22 21:21                         ` Lars Magne Ingebrigtsen
2010-09-23  0:16                           ` Dan Christensen
2010-09-22 19:53               ` Steinar Bang
2010-09-22 20:10                 ` Lars Magne Ingebrigtsen
2010-09-23  7:13                 ` Steinar Bang
2010-09-23 16:20                   ` Lars Magne Ingebrigtsen
2010-09-23 16:35                     ` Lars Magne Ingebrigtsen
2010-09-23 17:09                       ` Steinar Bang
2010-09-23 17:51                         ` Lars Magne Ingebrigtsen
2010-09-24  8:28                           ` Steinar Bang
2010-09-24 16:17                             ` Lars Magne Ingebrigtsen
2010-09-17 17:05 ` Releasing the new nnimap on y'all soon Steinar Bang
2010-09-17 17:22   ` Steinar Bang
2010-09-17 17:35     ` Lars Magne Ingebrigtsen
2010-09-17 18:01       ` Steinar Bang
2010-09-17 18:54         ` Lars Magne Ingebrigtsen
2010-09-17 19:33           ` Steinar Bang
2010-09-17 19:57             ` Lars Magne Ingebrigtsen
2010-09-17 20:51               ` Steinar Bang
2010-09-17 20:57                 ` Lars Magne Ingebrigtsen
2010-09-17 20:59                   ` Lars Magne Ingebrigtsen
2010-09-17 21:09                     ` Steinar Bang
2010-09-17 21:01                   ` Steinar Bang
2010-09-17 21:09                     ` Adam Sjøgren
2010-09-17 21:27                       ` Adam Sjøgren
2010-09-17 21:45                         ` Adam Sjøgren
2010-09-17 21:50                           ` Adam Sjøgren
2010-09-17 22:01                             ` Lars Magne Ingebrigtsen
2010-09-17 21:34           ` Steinar Bang
2010-09-17 22:23             ` Lars Magne Ingebrigtsen
2010-09-17 22:28               ` Steinar Bang
2010-09-17 22:34                 ` Lars Magne Ingebrigtsen
2010-09-18  5:53                   ` Steinar Bang
2010-09-18  7:40                     ` Steinar Bang
2010-09-18 10:36                       ` Steinar Bang
2010-09-17 21:28 ` Frank Schmitt
2010-09-17 22:03   ` Lars Magne Ingebrigtsen
2010-09-17 22:06     ` Lars Magne Ingebrigtsen
2010-09-17 22:15       ` Lars Magne Ingebrigtsen
2010-09-18  0:47         ` Lars Magne Ingebrigtsen
2010-09-18  1:03           ` Lars Magne Ingebrigtsen
2010-09-18  6:24           ` Ted Zlatanov
2010-09-18  7:05             ` Steinar Bang
2010-09-20  2:31               ` Ted Zlatanov
2010-09-20 16:25                 ` Lars Magne Ingebrigtsen
2010-09-20 17:05                   ` Ted Zlatanov
2010-09-21 16:06                     ` Lars Magne Ingebrigtsen
2010-09-21 17:08                       ` Ted Zlatanov
2010-09-21 21:34                         ` Lars Magne Ingebrigtsen
2010-09-22 13:33                           ` Ted Zlatanov
2010-09-22 14:25                             ` Michael Albinus
2010-09-22 16:45                               ` Lars Magne Ingebrigtsen
2010-09-18 11:51             ` Lars Magne Ingebrigtsen
2010-09-18 12:28     ` Sebastian Krause
2010-09-18 12:43       ` Lars Magne Ingebrigtsen
2010-09-18 15:54       ` Lars Magne Ingebrigtsen
2010-09-18 16:48 ` Austin F. Frank
2010-09-18 17:01   ` Lars Magne Ingebrigtsen
2010-09-18 21:43 ` Sebastian Krause
2010-09-18 21:51   ` Lars Magne Ingebrigtsen
2010-09-19 15:34     ` Sebastian Krause
2010-09-19 15:41       ` 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=x64odnot20.fsf@oracle.com \
    --to=kahatlen@gmail.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).