summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-08-22 20:36:56 +0200
committerGab Virebent <gabriel1@virebent.art>2026-08-22 20:36:56 +0200
commitc1decadb590c4d79d92bcc4df7772119a5c91244 (patch)
tree468f9fa37535dbb90cc5d4061eb20de83912131e /TODO.md
downloadaegis-c1decadb590c4d79d92bcc4df7772119a5c91244.tar.gz
aegis-c1decadb590c4d79d92bcc4df7772119a5c91244.tar.xz
aegis-c1decadb590c4d79d92bcc4df7772119a5c91244.zip
Initial Aegis Usenet client release
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..f5ad308
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,10 @@
+# Aegis TODO
+
+- P0: Add purge controls and a full UI for browsing cached drafts/articles.
+- P0: Add an explicit thread-tree view; the local References model is present.
+- Add clearer SMTP authentication guidance when credentials are requested over
+ cleartext; anonymous cleartext SMTP is supported for onion gateways.
+- P1: Add multipart attachment file selection and presentation in the reader.
+- Define a protocol-specific SURB adapter for anonymous reply routing. Keep
+ SURB separate from subject/body encryption and choose the target protocol
+ (Nym or Katzenpost) before implementation.