react-native-mailcore
react-native-mailcore copied to clipboard
react native bindings for https://github.com/MailCore/mailcore2
Could you please guide me (also update docs) about how we can build react-native-mailcore for android using android tools version com.android.tools.build:gradle:3.0.1? I followed the instructions using both other options but...
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...
for android sending mail using outlook is not working
After installing RNMailcore I'm getting the error that folly/folly-config.h not found. Screenshot attached below: 
Fetching emails by range starts to fetch on the first email. How can I start fetching on the end and go down so i can implements a flatlist load on...
0 I am using react-native-mailcore library to reply mail. As per the instruction on that library doc, i am doing smtp login before calling MailCore.sendMail. From second time reply mail...
`09-26 14:59:42.634 24432 24432 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'com.libmailcore.SMTPOperation com.libmailcore.SMTPSession.sendMessageOperation(com.libmailcore.Address, java.util.List, byte[])' on a null object reference 09-26 14:59:42.634 24432 24432 E AndroidRuntime: at com.reactlibrary.MailClient.sendMail(MailClient.java:203) 09-26...
MailCore.sendMail is working, however, the attachments (pdf or any images) comes with an error. MailCore.sendMail({ headers: { key: 'value' }, from: { ... }, to: { .. }, subject: 'test',...
When i send email, the recipient mail box is having "Undisclosed recipients" in the TO field instead of having recipient email address. This happens only in android. When i send...
There is a saying in the JavaScript world that says, if an app has not been updated for a long time, it is not safe. Why ? mainly because it...