Re: mailboxes=("ALL", ) not working anymore for seznam.cz
Max Zettlmeißl <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <CACjvM=e-OH69o7QmBmtvBBewCrMz+xe505QYn3DFKS4jSMVffQ@mail.gmail.com> |
On Tue, Oct 23, 2018 at 8:11 AM Jiri Navratil <[email protected]> wrote: > > I'm using getmail-4.53.0 on OpenBSD amd64. I'm downloading emails from > many accounts and doing that for years. I use for all accounts > > SimpleIMAPSSLRetriever > mailboxes=("ALL", ) > ... > > operation error (no match for list respodren) NIL "INBOX"") > ... > > So I changed my configuration to > mailboxes=("INBOX", ) > The getmail option to retrieve all mailboxes is mailboxes = ALL. With mailboxes=("ALL", ) you tried to retrieve the mailbox named "ALL", which does not exists on your server. (But might exists.) The mailbox "INBOX" obviously exists. Try changing the value of mailboxes to ALL if you want your old behaviour back, I would be very surprised if it does not work with your version and indeed label it as a bug, since this change would not be reflected properly in the getmail documentation.