remove finished stuff

This commit is contained in:
Ward Wouts 2003-04-21 22:11:38 +00:00
parent a9ad7d80ed
commit aa59b7708d

View file

@ -1,26 +1,19 @@
# $Dwarf: TODO,v 1.11 2003/04/18 20:52:15 ward Exp $ # $Dwarf: TODO,v 1.12 2003/04/20 20:42:43 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
one that works one that works
[ ] extensions should be checked with the filename, not the subject
[ ] support mime encoding [ ] support mime encoding
[x] support yEnc encoding
[x] matching on encoded file extensions
[ ] documentation [ ] documentation
[ ] code cleanup [ ] code cleanup
[ ] finish intspan [ ] finish intspan
[ ] profiling/speed ups [ ] profiling/speed ups
[ ] improve error handling [ ] improve error handling
[ ] use exceptions for error handling [ ] use exceptions for error handling
[x] server reconnects
[ ] check if xhdr implemented [ ] check if xhdr implemented
[ ] write man page [ ] write man page
[x] use prefered server order
[x] check MAX_PATH_LEN while writing files
[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 of This will mess up things if a get_body is repeated because of
exceptions exceptions. Use buffering for each body, before writing...
[ ] more regression tests [ ] more regression tests