From 478eeafb8f336f017e57c7bc64a3c4fb7aad24fe Mon Sep 17 00:00:00 2001 From: borekon Date: Fri, 2 Feb 2024 10:19:27 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 63de5dc..08f54d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A **self-hosted** disposable mailbox service (aka trash mail) :cloud: :envelope: -**PHP is not your thing? You should try the more efficient NodeJs version:** https://github.com/synox/void-mail +Forked from https://github.com/synox/disposable-mailbox (now an archived project) ----- @@ -15,21 +15,20 @@ A **self-hosted** disposable mailbox service (aka trash mail) :cloud: :envelop * New Mail notification. 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 7.2 and [imap extension](http://php.net/manual/book.imap.php) +* Only requires PHP 7.2 (tested on php 7.4) and [imap extension](http://php.net/manual/book.imap.php) ## Usage ### Requirements -* webserver with php 7.2 -* php [imap extension](http://php.net/manual/book.imap.php) +* webserver with php 7.2/7.4 +* php [imap extension](http://php.net/manual/book.imap.php) (`apt install php7.2-imap`) * 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: -* This is **Beta** software, [there are still unsolved problems](https://gitea.avc.cx/borekon/disposable-mailbox/issues). Contributions are welcome! :heart: +* This is **Beta** software, there could be [unsolved problems](https://gitea.avc.cx/borekon/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