Compare commits
19 commits
feature/su
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
58e8a1a317 | ||
|
d93bbe0a7d | ||
|
5dea6903a3 | ||
|
085a14fc77 | ||
|
8b255a448a | ||
|
4ea6703f9a | ||
|
1db1923842 | ||
|
4867ce0393 | ||
|
547a2495d6 | ||
|
0b43c67238 | ||
|
2033f896c2 | ||
|
fa07b1fe08 | ||
|
ea0b0922e8 | ||
|
349f822c56 | ||
|
bf54a04ae6 | ||
|
283f9f4d5e | ||
|
986501dbd7 | ||
|
6e9503b246 | ||
|
571f070c2b |
2 changed files with 31 additions and 32 deletions
|
@ -3,7 +3,9 @@
|
|||
|
||||
A **self-hosted** disposable mailbox service (aka trash mail) :cloud: :envelope:
|
||||
|
||||
**Demo**: [BhadooMail](https://inbox.bhadoomail.com/inbox/)
|
||||
**PHP is not your thing? You should try the more efficient NodeJs version:** https://github.com/synox/void-mail
|
||||
|
||||
-----
|
||||
|
||||
![Screenshot](docs/screenshot_example.png)
|
||||
|
||||
|
@ -75,7 +77,3 @@ This could not be possible without...
|
|||
|
||||
* https://github.com/barbushin/php-imap, https://github.com/gnugat-legacy/PronounceableWord, http://htmlpurifier.org/,
|
||||
* https://github.com/turbolinks/turbolinks, http://tobiasahlin.com/spinkit/
|
||||
|
||||
[![BrowserStack](docs/browserstack.png)](https://www.browserstack.com/)
|
||||
|
||||
Supported by [BrowserStack](https://www.browserstack.com/), which allows us to test projects online with any browser as a service. :-)
|
||||
|
|
55
composer.lock
generated
55
composer.lock
generated
|
@ -8,23 +8,23 @@
|
|||
"packages": [
|
||||
{
|
||||
"name": "ezyang/htmlpurifier",
|
||||
"version": "v4.10.0",
|
||||
"version": "v4.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ezyang/htmlpurifier.git",
|
||||
"reference": "d85d39da4576a6934b72480be6978fb10c860021"
|
||||
"reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
|
||||
"reference": "d85d39da4576a6934b72480be6978fb10c860021",
|
||||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
|
||||
"reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"simpletest/simpletest": "^1.1"
|
||||
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL"
|
||||
"LGPL-2.1-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
@ -51,20 +51,20 @@
|
|||
"keywords": [
|
||||
"html"
|
||||
],
|
||||
"time": "2018-02-23T01:58:20+00:00"
|
||||
"time": "2019-07-14T18:58:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fightbulc/moment",
|
||||
"version": "1.29.0",
|
||||
"version": "1.30.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fightbulc/moment.php.git",
|
||||
"reference": "bd57bba6d00dfa012e7b7b167e7006c6247ce3c8"
|
||||
"reference": "2f232918b63cf37699cd692ccd1926c4a547fb32"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fightbulc/moment.php/zipball/bd57bba6d00dfa012e7b7b167e7006c6247ce3c8",
|
||||
"reference": "bd57bba6d00dfa012e7b7b167e7006c6247ce3c8",
|
||||
"url": "https://api.github.com/repos/fightbulc/moment.php/zipball/2f232918b63cf37699cd692ccd1926c4a547fb32",
|
||||
"reference": "2f232918b63cf37699cd692ccd1926c4a547fb32",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -86,8 +86,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Tino Ehrich",
|
||||
"email": "tino@bigpun.me",
|
||||
"role": "developer"
|
||||
"role": "developer",
|
||||
"email": "tino@bigpun.me"
|
||||
}
|
||||
],
|
||||
"description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
|
||||
|
@ -104,10 +104,10 @@
|
|||
"translation",
|
||||
"validate"
|
||||
],
|
||||
"time": "2019-01-07T11:16:45+00:00"
|
||||
"time": "2019-04-18T08:27:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "gnugat/PronounceableWord",
|
||||
"name": "gnugat/pronounceableword",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
|
@ -135,7 +135,7 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Loïc Chardonnet"
|
||||
"name": "Loic Chardonnet"
|
||||
}
|
||||
],
|
||||
"description": "A light, customizable and simple library generating random and pronounceable words without using dictionaries or Markov chains.",
|
||||
|
@ -150,28 +150,29 @@
|
|||
},
|
||||
{
|
||||
"name": "php-imap/php-imap",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.30",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/barbushin/php-imap.git",
|
||||
"reference": "d4f8ef4504dfb555857241aa7d1e414a1c229079"
|
||||
"reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/d4f8ef4504dfb555857241aa7d1e414a1c229079",
|
||||
"reference": "d4f8ef4504dfb555857241aa7d1e414a1c229079",
|
||||
"url": "https://api.github.com/repos/barbushin/php-imap/zipball/15340028e27fdbe619999f4c300af2a06dd4a4f0",
|
||||
"reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-iconv": "*",
|
||||
"ext-imap": "*",
|
||||
"php": ">=5.5"
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"squizlabs/php_codesniffer": "^3.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.0-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpImap\\": "src/PhpImap"
|
||||
|
@ -198,7 +199,7 @@
|
|||
"pop3",
|
||||
"receive emails"
|
||||
],
|
||||
"time": "2017-12-22T12:53:34+00:00"
|
||||
"time": "2019-09-07T13:44:13+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
|
|
Loading…
Reference in a new issue