When I try to do ImapLogin the application crashes.
First in the example of imapLogin is missing the authType as parameter (which is Int as I can see)
for which I get error:
Fatal Exception: com.facebook.react.bridge.NoSuchKeyException authType
Then when I add the authType as parameter (regardless of its value 0 or 1 (I assume that this is for SSL/TLS purposes)) I get following error:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.allmail-zkP83QQ4Btp_M5Uojry5Iw==/lib/x86/libMailCore.so" has text relocations
Is there any fix for this present?
When I try to do ImapLogin the application crashes.
First in the example of imapLogin is missing the authType as parameter (which is Int as I can see)
for which I get error:
Fatal Exception: com.facebook.react.bridge.NoSuchKeyException authTypeThen when I add the authType as parameter (regardless of its value 0 or 1 (I assume that this is for SSL/TLS purposes)) I get following error:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.allmail-zkP83QQ4Btp_M5Uojry5Iw==/lib/x86/libMailCore.so" has text relocationsIs there any fix for this present?