author | zautrix <zautrix> | 2004-07-03 16:33:12 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-07-03 16:33:12 (UTC) |
commit | e3b89230f065c48c84b48c88edb6eb088374c487 (patch) (side-by-side diff) | |
tree | 162ea2ef909a6f82ccfcedf45d80d6c821174912 /kmicromail/libetpan/imf/TODO | |
parent | 2dd6ac0b2d24c91d35ce674a6c26351352df2b15 (diff) | |
download | kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.zip kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.gz kdepimpi-e3b89230f065c48c84b48c88edb6eb088374c487.tar.bz2 |
Initial revision
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 |