Read truncated data (even if it doesn't get parsed)

Bug: 3362434
Change-Id: Ifaf992987a1ef0b866506834f8e87047ebb2f62b
diff --git a/src/com/android/exchange/adapter/EmailSyncAdapter.java b/src/com/android/exchange/adapter/EmailSyncAdapter.java
index 2c1eabe..35111b3 100644
--- a/src/com/android/exchange/adapter/EmailSyncAdapter.java
+++ b/src/com/android/exchange/adapter/EmailSyncAdapter.java
@@ -304,6 +304,8 @@
                             // it will take time and throw an exception anyway when EOF is reached
                             // In this case, we will load the body separately by tagging the message
                             // "partially loaded".
+                            // Get the data (and ignore it)
+                            getValue();
                             userLog("Partially loaded: ", msg.mServerId);
                             msg.mFlagLoaded = Message.FLAG_LOADED_PARTIAL;
                             mFetchNeeded = true;