https://github.com/jrquick17/zip-email
A simple PHP project for downloading all of your emails as a zip from either AOL, Gmail, Outlook, Yahoo, or even custom email providers.
https://github.com/jrquick17/zip-email
email imap php zip
Last synced: 11 months ago
JSON representation
A simple PHP project for downloading all of your emails as a zip from either AOL, Gmail, Outlook, Yahoo, or even custom email providers.
- Host: GitHub
- URL: https://github.com/jrquick17/zip-email
- Owner: jrquick17
- Created: 2018-07-03T16:21:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T15:24:24.000Z (about 6 years ago)
- Last Synced: 2025-04-03T16:52:19.044Z (about 1 year ago)
- Topics: email, imap, php, zip
- Language: PHP
- Homepage: https://zip-email.jrquick.com/
- Size: 79.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zip-email #

## Index ##
* [About](#about)
* [Setup](#setup)
* [Contributing](#contributing)
* [Issues](#issues)
## About ##
A simple PHP project for downloading all of your emails as a zip from either AOL, Gmail, Outlook, Yahoo, or even custom email providers.
* Try out [the demo](https://zip-email.jrquick.com) to see it in action!
* Visit [my website](https://jrquick.com) for other cool projects!
## Setup ##
* Install dependencies
```bash
npm install
```
## Contributing ##
To contribute, clone the repo. Then, run `npm install` to get the packages needed for the library to work. Running `gulp` will run a series of tasks that builds the files in `/src` into `/dist`. Replace the `/dist` into whatever Ionic application's `node_modules` where you're testing your changes to continuously improve the library.
### Thanks ###
* [jrquick17](https://github.com/jrquick17)
## Issues ##
If you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/zip-email/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.