Re: Error in retrieval
Michael <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <20180313215105.GA11840@320-15AST> |
* Charles Cazabon <[email protected]> [2018-03-13 14:43:29 -0600]: > Michael <[email protected]> wrote: > > Suddenly I am getting this expunge error and don't know why. > [...] > > SimpleIMAPSSLRetriever:[email protected]:993: > > Traceback (most recent call last): > [...] > > File "/usr/lib/python2.7/imaplib.py", line 918, in _command_complete > > raise self.error('%s command error: %s %s' % (name, typ, data)) > > imaplib.error: EXPUNGE command error: BAD ['[CANNOT] EXPUNGE failed - Mailbox has read-only access'] > > That's actually pretty clear. The IMAP server is refusing to let getmail > delete images from the mailbox because the mailbox is read-only. > > Given that it's Yahoo, it could simply be that Yahoo has screwed something up. > Otherwise, check that you still have write access to that mailbox. As another > reader suggested, other things, like parallel accesses to the same mailbox, > might cause it too. > > Charles > -- In answer to Michael's question, no, I only run one instance at a time. I can log into yahoo mail via the web, and delete anything I want. I don't understand what is trying to be expunged, since there is no command being sent to do that...or am I not understanding what getmail is showing? Thanks for the help! > ----------------------------------------------------------------------- > Charles Cazabon > GPL'ed software available at: http://pyropus.ca/software/ > ----------------------------------------------------------------------- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >