some done, some new

This commit is contained in:
Ward Wouts 2003-04-20 20:42:43 +00:00
parent d7c079a7bb
commit 642ba5674b

View file

@ -1,4 +1,4 @@
# $Dwarf: TODO,v 1.10 2003/02/26 22:53:07 ward Exp $ # $Dwarf: TODO,v 1.11 2003/04/18 20:52:15 ward Exp $
# $Source$ # $Source$
[ ] check for multiple servers (ip adresses) for each name and pick [ ] check for multiple servers (ip adresses) for each name and pick
@ -18,8 +18,9 @@
[ ] write man page [ ] write man page
[x] use prefered server order [x] use prefered server order
[x] check MAX_PATH_LEN while writing files [x] check MAX_PATH_LEN while writing files
[ ] split decoding stuff from article class [x] split decoding stuff from article class
[ ] decode in another thread [ ] decode in another thread
[ ] with multipart articles, don't write every body to the same file. [ ] with multipart articles, don't write every body to the same file.
This will mess up things is a get_body is repeated because op This will mess up things is a get_body is repeated because of
exceptions exceptions
[ ] more regression tests