From db5351bd1c9c14556d292193fb0d6796979e41c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 7 Jul 2010 21:51:28 +0200 Subject: [PATCH] NEWS and TODO written --- NEWS | 8 +++++++- TODO | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 TODO diff --git a/NEWS b/NEWS index 4d6572e..a266118 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ Version 0.1 =========== -Not yet released +• First public release. + +• We support all basic features needed by casual ISDS user (i.e. no +maintanance services from central government point of view). Some feaures are +handled at poor usability level (e.g. no message list paging or filtering). +Some features are incomplete (e.g. authentication with client certificate not +supported yet). diff --git a/TODO b/TODO new file mode 100644 index 0000000..1f9bc77 --- /dev/null +++ b/TODO @@ -0,0 +1,21 @@ +* Client certificate authentication +* Page long outputs (box search results, message queue) +* Document opening in external application (mailcap, mimeinfo, xdg-open) +* Item iteration (for-each document in a message etc.) +* Local message storage (easy mirroring) +* Address book (LDAP extension?) +* Signed CMS message signtature and time stamp verification +* Pipe output to external program (e.g. lpr) +* Display envelope details of a message from message list +* Change current item context manualy (e.g. between cached message and list) +* I18N and L10N manual (po4a and gettext) +* Make configuration settable at run time (with storing to config file?) +* Mark message as read at message retrieval (configurable) +* Message to MIME e-mail conversion and forwarding? +* Pinetry integration +* Unify UI toolkit, abstract layer with optional GUI binding (like linphone) +* Command line argument quoting +* Fix file name de-escaping +* Better default value selection (prefill readline input?) +* Simple message queue statistics after log-in (You have no new messages) +* Confirm message sending -- 2.11.4.GIT