This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 9c75285e575416553da17cfac96a7a2e6d6d9a9d Author: Daniel Gruno <[email protected]> AuthorDate: Mon Sep 7 12:38:18 2020 +0200 Expand on what works and doesn't for now --- server/README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/server/README.md b/server/README.md index 7c149e4..ebc8654 100644 --- a/server/README.md +++ b/server/README.md @@ -1,14 +1,29 @@ # Pony Mail Foal - Backend UI Server This is the (as of yet incomplete) backend server for the Foal UI. -While it works on all-public archives with searching, threads, emails -and sources, the AAA (Access, Authentication and Authorization) plugin -is not yet complete, in part due to waiting for OAuth to be completed. -This backend should not yet be used for private email archives unless -restricted behind some form of external/parent authentication mechanism. +## Progress + +### What works +- The "phone book" (front page) +- Browsing threads on a list +- Viewing single threads, emails and sources +- Searching with keywords, quotes, +/- inclusion/exclusion +- Rudimentary AAA (logged in with an authoritative OAuth gives read access to everyting) + + +### What doesn't work +- Advanced AAA +- Permanent sessions across restarts +- Composing replies +- Preferences +- Notifications/favorites + + +While rudimentary AAA works, the backend should not yet be used for private +email archives unless restricted behind some form of external/parent +authentication mechanism. -Note that replying via the UI is not yet supported, nor are logins. ## How to run:
