Diffstat (limited to 'kmicromail/libetpan/imf/TODO') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kmicromail/libetpan/imf/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kmicromail/libetpan/imf/TODO b/kmicromail/libetpan/imf/TODO new file mode 100644 index 0000000..8fcd271 --- a/dev/null +++ b/kmicromail/libetpan/imf/TODO | |||
@@ -0,0 +1,16 @@ | |||
1 | - define a EP_parserstate_s | ||
2 | - structure to union | ||
3 | - remove clist usage | ||
4 | - add a errorcode to string function | ||
5 | - error codes are EP_errornr_s | ||
6 | - prefix everything with EP_ | ||
7 | - replace mailimf_write to fnprintf-like | ||
8 | fnprintf = fnprintf( int (*)(void *Data, char * | ||
9 | Buf, long l ), void * Data, char * Format, ... ) | ||
10 | - mailimf_dot_atom_text_free | ||
11 | - mailimf_address_XX -> _new(void) _init(&addr, ...) _free(addr) | ||
12 | - in fact that data structure should then also contain a | ||
13 | 'dynamically' allocated flag | ||
14 | |||
15 | - RFC 822 : test the examples | ||
16 | - RFC 2822 : obsolete syntax | ||