Commit 65a94498 authored by mku's avatar mku

ZP-252 #comment Return plain text type in getNativeBodyType() instead of undefined #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1472 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent e88178be
...@@ -2281,7 +2281,7 @@ class MAPIProvider { ...@@ -2281,7 +2281,7 @@ class MAPIProvider {
($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) && ($messageprops[PR_BODY] == MAPI_E_NOT_FOUND) &&
($messageprops[PR_RTF_COMPRESSED] == MAPI_E_NOT_FOUND) && ($messageprops[PR_RTF_COMPRESSED] == MAPI_E_NOT_FOUND) &&
($messageprops[PR_HTML] == MAPI_E_NOT_FOUND)) ($messageprops[PR_HTML] == MAPI_E_NOT_FOUND))
return SYNC_BODYPREFERENCE_UNDEFINED; return SYNC_BODYPREFERENCE_PLAIN;
elseif ( // 2 elseif ( // 2
($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) && ($messageprops[PR_BODY] == MAPI_E_NOT_ENOUGH_MEMORY) &&
($messageprops[PR_RTF_COMPRESSED] == MAPI_E_NOT_FOUND) && ($messageprops[PR_RTF_COMPRESSED] == MAPI_E_NOT_FOUND) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment