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 @@ +- define a EP_parserstate_s +- structure to union +- remove clist usage +- add a errorcode to string function +- error codes are EP_errornr_s +- prefix everything with EP_ +- replace mailimf_write to fnprintf-like + fnprintf = fnprintf( int (*)(void *Data, char * + Buf, long l ), void * Data, char * Format, ... ) +- mailimf_dot_atom_text_free +- mailimf_address_XX -> _new(void) _init(&addr, ...) _free(addr) +- in fact that data structure should then also contain a + 'dynamically' allocated flag + +- RFC 822 : test the examples +- RFC 2822 : obsolete syntax |