unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* Bug in FETCH request?
@ 2024-10-23  7:12 Augusto Stoffel
  2024-10-23  9:30 ` [PATCH] imap: allow bare `*' in range Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Augusto Stoffel @ 2024-10-23  7:12 UTC (permalink / raw)
  To: meta

Hi,

The following request querying the latest message id fails on
public-inbox.org

   curl 'imaps://:@public-inbox.org/inbox.comp.mail.public-inbox.meta.0'\
     -X 'FETCH * (UID)'

It works on other IMAP servers and AFAICT is allowed by the protocol
spec.

This on the other hand works, but you need to choose a high enough
number...

   curl 'imaps://:@public-inbox.org/inbox.comp.mail.public-inbox.meta.0'\
     -X 'FETCH 999999:* (UID)'

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

end of thread, other threads:[~2024-10-29  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23  7:12 Bug in FETCH request? Augusto Stoffel
2024-10-23  9:30 ` [PATCH] imap: allow bare `*' in range Eric Wong
2024-10-29  6:53   ` Augusto Stoffel

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 read-only IMAP folder(s) and NNTP newsgroup(s).