Re: Error downloading message from imap server

Dan Fandrich via curl-users <[email protected]>
Newsgroups gmane.comp.web.curl.general
Message-ID <[email protected]>
On Sun, Sep 24, 2023 at 09:03:59PM +0200, Luis Muñoz Fuente via curl-users wrote:
> I can see the number of messages from an imap server with:
> curl --user "USER:PASSWD" imaps://imap.zoho.com --request "EXAMINE INBOX"
> 
> but when I download a message, it works for me a couple of times but then it
> doesn't:
> curl --user "USER:PASSWD" "imaps://imap.zoho.com/INBOX;UID=1"
> 
> and it tells me: curl: (78) Remote file not found

What curl version?  Are you sure it's not the remote server throttling you
because of too many requests in a short time? ISPs used to restrict the number
of polls for mail you were allowed to do in a short time; I don't know if they
still do but it's quite likely. I'd expect to see a different error message in
that case, though.

Dan
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.