mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
It turns out that if you're only fetching the bodystructure, the mime4j
parser can't parse the message.
This commit is contained in:
parent
02aad5945a
commit
8832933a60
@ -1219,7 +1219,7 @@ public class ImapStore extends Store
|
||||
int messageNumber = 0;
|
||||
|
||||
ImapResponseParser.IImapResponseCallback callback = null;
|
||||
if (fp.contains(FetchProfile.Item.BODY) || fp.contains(FetchProfile.Item.BODY_SANE) || fp.contains(FetchProfile.Item.ENVELOPE))
|
||||
if (fp.contains(FetchProfile.Item.BODY) || fp.contains(FetchProfile.Item.BODY_SANE) )
|
||||
{
|
||||
callback = new FetchBodyCallback(messageMap);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user