Update README.md
This commit is contained in:
parent
b8011b1364
commit
69d3e539ee
52
README.md
52
README.md
|
@ -1,34 +1,42 @@
|
||||||
# self-hosted disposable email service
|
# disposable-mailbox
|
||||||
[](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [Demo](https://bhadoomail.com)
|
[](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
Create your own temporary email web-service by combining
|
A **self-hosted** :cloud: disposable mailbox :envelope: service (aka trash mail) service
|
||||||
* a [catch-all imap mailbox](https://www.google.ch/search?q=how+to+setup+catch-all+imap+mailbox) and
|
|
||||||
* this easy to install web-application.
|
|
||||||
|
|
||||||
A random email address is created for every user and everything is updated automatically.
|
**Demo**: [BhadooMail](https://bhadoomail.com/)
|
||||||
Emails can also be deleted.
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|  |
|
## Features
|
||||||
| ------------- |
|
|
||||||
|
|
||||||
|
* Anonymous usage, generate random email addresses.
|
||||||
|
* Automatic refresh. Download and delete your emails.
|
||||||
|
* Display emails as text or html with sanitization filter.
|
||||||
|
* Display emails based on one [catch-all imap mailbox](https://www.google.ch/search?q=how+to+setup+catch-all+imap+mailbox).
|
||||||
|
* Only requires PHP >=5.3.0 and [imap extension](http://php.net/manual/book.imap.php)
|
||||||
|
|
||||||
## You have to know
|
## Usage
|
||||||
|
|
||||||
* Use [](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) and you will be notified about issues and bugfixes.
|
|
||||||
* This is **Beta** software, [there are still unsolved problems](https://github.com/synox/disposable-mailbox/issues). Contributions are welcome!
|
|
||||||
* License: **GPL-3.0**. You can modify this application and run it anywhere, charge money and show advertisement. Any forks or repacked distribution must follow the [GPL-3.0 license](https://opensource.org/licenses/GPL-3.0).
|
|
||||||
* A link to https://github.com/synox/disposable-mailbox in the footer is appreciated.
|
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* webserver with php >=5.3.0
|
* webserver with php >=5.3.0
|
||||||
* php [imap extension](http://php.net/manual/book.imap.php)
|
* php [imap extension](http://php.net/manual/book.imap.php)
|
||||||
* IMAP account and a domain with catch-all configuration (all emails go to one mailbox).
|
* IMAP account and a domain with [catch-all configuration](https://www.google.ch/search?q=how+to+setup+catch-all+imap+mailbox). (all emails go to one mailbox).
|
||||||
|
|
||||||
|
## Before you start :heavy_exclamation_mark:
|
||||||
|
|
||||||
|
* Subscribe to [](https://gitter.im/synox/disposable-mailbox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) to be notified about issues and bugfixes.
|
||||||
|
* This is **Beta** software, [there are still unsolved problems](https://github.com/synox/disposable-mailbox/issues). Contributions are welcome! :heart:
|
||||||
|
* License: **GPL-3.0**. You can modify this application and run it anywhere, charge money and show advertisement. Any forks or repacked distribution must follow the [GPL-3.0 license](https://opensource.org/licenses/GPL-3.0).
|
||||||
|
* A link to https://github.com/synox/disposable-mailbox in the footer is appreciated.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Disposable-mailbox can be installed by copying the src directory to a webserver.
|
||||||
|
|
||||||
1. assure the [imap extension](http://php.net/manual/book.imap.php) is installed. The following command should not print any errors:
|
1. assure the [imap extension](http://php.net/manual/book.imap.php) is installed. The following command should not print any errors:
|
||||||
|
|
||||||
<?php print imap_base64("SU1BUCBleHRlbnNpb24gc2VlbXMgdG8gYmUgaW5zdGFsbGVkLiA="); ?>
|
<?php print imap_base64("SU1BUCBleHRlbnNpb24gc2VlbXMgdG8gYmUgaW5zdGFsbGVkLiA="); ?>
|
||||||
|
@ -48,15 +56,13 @@ Install php dependecies:
|
||||||
|
|
||||||
composer update
|
composer update
|
||||||
|
|
||||||
## Credit
|
|
||||||
|
## Credit :thumbsup:
|
||||||
|
|
||||||
This could not be possible without...
|
This could not be possible without...
|
||||||
|
|
||||||
* https://github.com/barbushin/php-imap
|
* https://github.com/barbushin/php-imap, https://github.com/gnugat-legacy/PronounceableWord, http://htmlpurifier.org/,
|
||||||
* https://github.com/gnugat-legacy/PronounceableWord
|
* https://github.com/turbolinks/turbolinks, http://tobiasahlin.com/spinkit/
|
||||||
* http://htmlpurifier.org/
|
|
||||||
* https://github.com/turbolinks/turbolinks
|
|
||||||
* http://tobiasahlin.com/spinkit/
|
|
||||||
|
|
||||||
[](https://www.browserstack.com/)
|
[](https://www.browserstack.com/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user