msg_parse_fetch [a0008 NO Unable to retrieve message: GetItem returned null...
Brought to you by:
mguessan
Hi
Using a mutt->imap->davmail->EWS chain, while getting messages from a HUGE (+16736 messages) shared mailbox, after some time I get the following error:
msg_parse_fetch [a0008 NO Unable to retrieve message: GetItem returned null MimeContent]?
I've seen that this exception is explicit in the code
http://davmail.sourceforge.net/xref/davmail/exchange/ews/EwsExchangeSession.html
660 if (mimeContent == null) {
661 throw new IOException("GetItem returned null MimeContent");
662 }
But I don't know which message could be the cause, and would be useful to skip this error to let davmail working, to avoid to be locked in a similar case.
Fixed in subversion, skip broken messages instead of returning an error
Included in 4.6
I can confirm it's working, thank you