Gnus development mailing list
 help / color / mirror / Atom feed
* IMAP servers that don't offer SEARCH
@ 2003-07-14 13:56 Matthias Andree
  2003-07-14 17:08 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Andree @ 2003-07-14 13:56 UTC (permalink / raw)


I have an upstream IMAP server that doesn't support the "SEARCH" command
(replies BAD). Is there any chance to have nnimap.el operate when
imap-search cannot be used?

-- 
Matthias Andree



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: IMAP servers that don't offer SEARCH
  2003-07-14 13:56 IMAP servers that don't offer SEARCH Matthias Andree
@ 2003-07-14 17:08 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2003-07-14 17:08 UTC (permalink / raw)
  Cc: ding

Matthias Andree <ma@dt.e-technik.uni-dortmund.de> writes:

> I have an upstream IMAP server that doesn't support the "SEARCH" command
> (replies BAD). Is there any chance to have nnimap.el operate when
> imap-search cannot be used?

If the server doesn't support the SEARCH command, it isn't an IMAP
server by definition, so the best would be to try to get it fixed.  It
would probably be possible to make nnimap work fairly well against
such a server, but flags would not be synchronized well since nnimap
uses the SEARCH command to figure out which flags it must update in
Gnus' data structures.  It probably won't work without modifying
nnimap.el though -- although the modifications probably aren't major;
most of the imap-search calls can either be removed (e.g.,
n-request-update-info-internal) or modified to return some useful
default (e.g., n-retrieve-which-headers).




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-14 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 13:56 IMAP servers that don't offer SEARCH Matthias Andree
2003-07-14 17:08 ` Simon Josefsson

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).