mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
24 lines
786 B
Markdown
24 lines
786 B
Markdown
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/imap/index.ts#L216">
|
|
Improve this doc
|
|
</a>
|
|
|
|
# Imap
|
|
|
|
```
|
|
$ ionic cordova plugin add cordova-plugin-imap
|
|
$ npm install @ionic-native/plugins/imap
|
|
```
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/imap/)
|
|
|
|
Plugin Repo: [https://github.com/aleksandar888/cordova-plugin-imap.git](https://github.com/aleksandar888/cordova-plugin-imap.git)
|
|
|
|
This plugin will enable an Ionic application to use the IMAP (Internet Message Access Protocol) features.
|
|
This plugin is in Beta version and it offers support only for Android.
|
|
The plugin uses Java Mail API.
|
|
Planned improvements and support for iOS.
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|