Siddarth Kumar
6d28780dfe
Merge branch 'master' of https://github.com/status-im/react-native-mail
v6.1.2-status
2023-02-28 22:00:13 +05:30
Siddarth Kumar
6bdee9e2d0
add safeExtGet for compileSdkVersion
2023-02-28 21:57:14 +05:30
Ernestas
340618e4ef
minSdkVersion bump ( #187 )
2021-11-22 15:20:51 -05:00
Chirag Jain
f35c28b2f0
6.1.1
2021-08-16 11:26:06 -04:00
Geraint White
44d045f5a0
Fix not_available issue when targetSdkVersion = 30 ( #175 )
...
There are changes in Android 11 regarding how apps can query and interact with other apps https://developer.android.com/about/versions/11/privacy/package-visibility .
2021-03-29 09:16:40 -04:00
Robert Gardner
716f28e669
Support URI for attachment location. ( #174 )
...
* Support URI for attachment location.
* Add example path & uri to README comments.
2021-03-23 10:37:06 -04:00
Chirag Jain
18689d34c7
6.0.2
2021-03-19 10:08:19 -04:00
jihokim2
066baae839
Update index.d.ts ( #173 )
2021-03-19 10:07:47 -04:00
Chirag Jain
da8611761d
6.0.1
2021-03-18 16:38:24 -04:00
jiggag
a9fc868273
Create index.d.ts ( #171 )
2021-03-08 10:00:48 -05:00
Chirag Jain
2a7b4a07b1
6.0.0
2020-10-05 13:38:20 -04:00
Ivan Sorokin
249134b0b6
fix: autolinking when using Xcode 12 ( #163 )
2020-10-01 14:37:50 -04:00
Chirag Jain
627c06b0c1
5.2.0
2020-09-03 09:18:30 -04:00
Geraint White
940b80db3e
Support multiple attachments on Android ( #161 )
2020-09-03 09:18:07 -04:00
Chirag Jain
d8b0b08ef3
5.1.0
2020-08-25 08:35:11 -04:00
Dominik Tenelsen
d1474c3002
Add prop to change the title of IntentChooser on Android ( #159 )
...
* Allow custom IntentChooser Title on Android
* customChooserTitle prop added to example
* Add default value to comment in example
2020-08-25 08:34:20 -04:00
Chirag Jain
8c289a6d90
5.0.2
2020-08-25 08:30:00 -04:00
Dominik Tenelsen
5a28255173
Workaround for Android Multiple Attachments bug ( #158 )
...
this workaround allows to send one attachment in the current v5.
2020-08-25 08:29:25 -04:00
Chirag Jain
3f92682f11
5.0.1
2020-05-26 11:01:26 -04:00
Dominik Tenelsen
f9c89a69d0
Fix ArrayList Import ( #152 )
2020-05-26 11:00:46 -04:00
Chirag Jain
3c16238a1f
5.0.0
2020-05-25 11:37:24 -04:00
Vlad
268b16f655
Support multiple attachments and custom mimeType ( #150 )
...
* Support multiple attachments and custom mimeType
* Fix typo
* Add mimeType to README
2020-05-21 08:18:09 -04:00
David Angulo
d31f9887bf
Add jpeg extension mime type ( #148 )
2020-03-16 09:28:44 -04:00
Chirag Jain
3677dea9ad
4.1.0
2019-11-10 18:02:57 -05:00
Charly BERTHET
d20120e702
Handle errors related to attached file on iOS ( #141 )
2019-11-10 18:01:38 -05:00
chirag04
1924d12671
4.0.0
v4.0.0
2019-06-30 20:41:12 -04:00
Roman Volosovskyi
39d89fe27c
Allow to attach file form cache
2019-05-09 12:11:54 +03:00
jongirard
0c3a535d7c
add ics mimetype support ( #119 )
2019-02-20 20:36:58 -05:00
Mars Lan
5a5c862cb6
Replace deprecated 'compile' gradle configuration with 'implementation' ( #122 )
...
See http://d.android.com/r/tools/update-dependency-configurations.html for more details
2019-02-18 12:43:50 -05:00
Kazumasa Kontani
0a92a3ca9a
Remove RNMailTests ( #102 )
...
* remove RNMailTests.xctect
* remove RNMailTests
* remove RNMailTests from target
2019-01-28 13:43:55 -05:00
pavelaron
f83db91179
Added .docx, .pptx and .xlsx formats to mime types ( #126 )
2018-11-14 11:04:37 -05:00
chirag04
dd0a15ee36
3.0.7
v3.0.7
2018-09-26 10:26:42 -04:00
Philip Heinser
d6450640c7
update gradle to support rn 0.56 ( #115 )
2018-09-23 08:03:28 -04:00
eladav
cd7e39f77b
fix tag notation to match repository tagging ( #103 )
2018-03-25 12:24:10 -04:00
Lee Brindley
de501851e3
Update README.md ( #99 )
...
Added csv reference to mimetypes comment, considering the CSV mimetype has had a PR merged to allow it as an attached file format.
2018-03-12 08:51:04 -04:00
Chirag Jain
0537199980
3.0.6
2018-03-06 10:17:06 -05:00
Jonas Åradsson
3ee4c39b1f
Add Excel as attachment mimeType ( #89 )
2017-12-06 08:10:21 -05:00
Chirag Jain
227d2cdae0
3.0.5
v3.0.5
2017-11-09 10:29:39 -05:00
Adam Wilson
ef9a3669bd
Add audio mime types ( #84 )
2017-11-08 10:31:25 -05:00
Simone Marinelli
fdb062335d
Add requiresMainQueueSetup ( #83 )
...
Added requiresMainQueueSetup to prevent warning and future side-effects in RNMail.
2017-10-24 13:42:49 -04:00
nim23
bb24275edb
Use the latest react native ( #79 )
2017-10-14 19:29:31 -04:00
Chris Geirman
109554223a
add and update the example for es6 ( #77 )
...
* add and update the example for es6
2017-10-06 13:27:29 -04:00
Derek Sweet
b016f8532b
Update RNMail.m ( #76 )
...
properly set isHTML value for NCSFBool with boolValue
2017-10-04 08:15:52 -04:00
Chirag Jain
9cb30caff8
3.0.4
v3.0.4
2017-08-07 13:35:50 -04:00
Bahaa Jr
3a54fa3e20
Handling Android RN 0.47 breaking change ( #70 )
...
[facebook/react-native@ce6fb33 ](https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8 )
2017-08-07 13:35:18 -04:00
Chirag Jain
21105c914a
3.0.3
v3.0.3
2017-06-30 11:34:18 -04:00
Donnie West
850c0bb03e
Create an index.js file and default export ( #66 )
...
With this change, consumers of this library will be able to just `import RNMail from 'react-native-mail'` instead of manually pulling the package from NativeModules. This will provide react-native-mail the same basic interface as other React Native Libraries
2017-06-30 11:32:30 -04:00
Chirag Jain
f311c65f4e
3.0.2
v3.0.2
2017-06-06 10:42:31 -04:00
Chirag
bf5bd0bb4e
Merge pull request #64 from kacyn/master
...
Update README for PR #37
2017-06-06 10:41:53 -04:00
Kacyn Fujii
0ab25b94d2
remove comment saying isHtml is only for ios
2017-06-05 13:39:54 -07:00