Commit e7ab6892 e7ab6892fa88d513d83945121c9b6864db4b30f7 by Sergey Poznyakoff

Update TODO.

1 parent 37fc6c3c
Showing 1 changed file with 0 additions and 14 deletions
...@@ -16,18 +16,12 @@ See also mu_rfc2822_in_reply_to. ...@@ -16,18 +16,12 @@ See also mu_rfc2822_in_reply_to.
16 16
17 * Check if _mu_smtp_trace_disable correctly dereferences streams. 17 * Check if _mu_smtp_trace_disable correctly dereferences streams.
18 18
19 * re-implement imap4 client (in progress)
20
21 * re-implement nntp client 19 * re-implement nntp client
22 20
23 * properties: 21 * properties:
24 22
25 ** implement libproperty - a library of various storage backends for mu_property_t.
26
27 ** consider a possibility of typed properties (integer, unsigned, string, ...) 23 ** consider a possibility of typed properties (integer, unsigned, string, ...)
28 24
29 * vacation: link with libproperty when it is ready
30
31 * remove libmu_auth, rewrite mu_auth support via mu_property_t 25 * remove libmu_auth, rewrite mu_auth support via mu_property_t
32 26
33 * locale-dependent variant of mu_rfc2047_decode 27 * locale-dependent variant of mu_rfc2047_decode
...@@ -38,16 +32,8 @@ See rfc2047_decode_wrapper in frm/common.c for a prototype. ...@@ -38,16 +32,8 @@ See rfc2047_decode_wrapper in frm/common.c for a prototype.
38 32
39 See frm/common.c (near line 425). 33 See frm/common.c (near line 425).
40 34
41 * sieve.scm is exempted from installcheck.
42
43 See guimb/scm/Makefile.am for a discussion.
44
45 * sieve: extension tests [in progress]
46
47 * mu_address_createv: pass hints as in mu_address_create_hint? 35 * mu_address_createv: pass hints as in mu_address_create_hint?
48 36
49 * fix Python support
50
51 * fix C++ support 37 * fix C++ support
52 38
53 * redo libraries as loadable modules (where possible) 39 * redo libraries as loadable modules (where possible)
......