From 2ccdfb9a6bc24616934e53531f7cfca8f86baab3 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Tue, 31 Jan 2023 08:27:24 +0000 Subject: [PATCH] Update demo docs with new capabilities --- docs/demo.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/demo.rst b/docs/demo.rst index a5fd13cd..46bedc0e 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -16,12 +16,13 @@ If you find actual bugs when using the demo server, please report these! Functionality ------------- -- The server is reset every day at 3am, UTC. +- The server is reset every day at 3am, 12pm, 8pm UTC. - You can send mail from any client to the server. However, the SMTP server is made incapable of relaying the e-mail to the destination server. As such, the mail will never arrive. This is to prevent abuse of the server. - The server is capable of receiving mail for any configured domains. - The server exposes IMAP, POP3 and SMTP as usual for connection with mail clients such as Thunderbird. +- The RESTful API is enabled. - The containers have limited (throttled) CPU, this means it can respond slow during heavy operations. - The containers have limited memory available and will be killed when exceeded. This is to prevent people from doing nasty things to the server as a whole. @@ -35,6 +36,8 @@ Connecting to the server * Admin UI : https://test.mailu.io/admin/ * Admin login : ``admin@test.mailu.io`` * Admin password : ``letmein`` + * RESTful API: https://test.mailu.io/api + * API token: ``Bearer APITokenForMailu`` Adding domains --------------