Generate a static site for https://mail.nasqueron.org/ homepage with:
- a documentation block with links to Agora or mail documentation
- how to request/create a mailbox?
- how to host a domain on Nasqueron infrastructure?
- privacy policy: https://agora.nasqueron.org/Privacy/Mail
- a login block to go to webmail applications
- To speed up the process, we can offer a login screen directly, instead of redirect to one
- If the user is already logged, we can skip the login prompt and add buttons
- For Snappymail we can have a custom plugin to offer an "is logged in?" API
- Apparently, same for RoundCube - https://plugins.roundcube.net/
- links to DevCentral to report issues + to status
Is logged in? API
{ "is_logged_in": "true", "properties": [ "username": "luser" ] }
{ "is_logged_in": "false", "properties": [] }