mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -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;
|
int messageNumber = 0;
|
||||||
|
|
||||||
ImapResponseParser.IImapResponseCallback callback = null;
|
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);
|
callback = new FetchBodyCallback(messageMap);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user