Commit 1ba8fe22 1ba8fe22d97e91c3ac7110c81f491d26858f4671 by Sam Roberts

Idea for a popen() stream_t wrapper.

1 parent 5f3942cc
Showing 1 changed file with 3 additions and 1 deletions
...@@ -47,6 +47,8 @@ IMPORTANT: ...@@ -47,6 +47,8 @@ IMPORTANT:
47 47
48 - finish rewrite 8-) 48 - finish rewrite 8-)
49 49
50 - pipe_open_stream() - implemented with popen()
51
50 - Configuration API 52 - Configuration API
51 53
52 - Mailcap API 54 - Mailcap API
...@@ -69,7 +71,7 @@ IMPORTANT: ...@@ -69,7 +71,7 @@ IMPORTANT:
69 + probably the AUTH should be allocated on creation, when the url is 71 + probably the AUTH should be allocated on creation, when the url is
70 looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327 72 looked at, and rejected then, for now return ENOTSUP at folder_imap.c:327
71 73
72 [mbox] 74 [examples]
73 75
74 - unify the mbox-* and mimetest examples with messages, it would be nice 76 - unify the mbox-* and mimetest examples with messages, it would be nice
75 to have a general purpose tool 77 to have a general purpose tool
......