remove finished stuff
This commit is contained in:
parent
a9ad7d80ed
commit
aa59b7708d
1 changed files with 3 additions and 10 deletions
|
|
@ -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$
|
||||
|
||||
[ ] check for multiple servers (ip adresses) for each name and pick
|
||||
one that works
|
||||
[ ] extensions should be checked with the filename, not the subject
|
||||
[ ] support mime encoding
|
||||
[x] support yEnc encoding
|
||||
[x] matching on encoded file extensions
|
||||
[ ] documentation
|
||||
[ ] code cleanup
|
||||
[ ] finish intspan
|
||||
[ ] profiling/speed ups
|
||||
[ ] improve error handling
|
||||
[ ] use exceptions for error handling
|
||||
[x] server reconnects
|
||||
[ ] check if xhdr implemented
|
||||
[ ] 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
|
||||
[ ] 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
|
||||
exceptions
|
||||
This will mess up things if a get_body is repeated because of
|
||||
exceptions. Use buffering for each body, before writing...
|
||||
[ ] more regression tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue