awesome-cordova-plugins/docs/plugins/imap/README.md

23 lines
730 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Imap
```
$ ionic cordova plugin add cordova-plugin-imap
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/imap
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/imap/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/aleksandar888/cordova-plugin-imap.git](https://github.com/aleksandar888/cordova-plugin-imap.git)
2021-10-16 16:05:11 +08:00
This plugin will enable a Cordova application to use the IMAP (Internet Message Access Protocol) features
The plugin offers support for Android and iOS.
To enable the IMAP features on Android, this plugin uses the framework [Java Mail API](https://javaee.github.io/javamail/) and for iOS, it uses the [MailCore 2](http://libmailcore.com/) library.
2021-09-29 20:09:02 +08:00
## Supported platforms
- Android
2021-10-16 16:05:11 +08:00
- iOS
2021-09-29 20:38:45 +08:00