32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# $Id$
|
|
# $URL$
|
|
|
|
[ ] check for multiple servers (ip adresses) for each name and pick
|
|
one that works
|
|
[ ] support mime encoding
|
|
[ ] support base64
|
|
[ ] support quotedprintable
|
|
[ ] documentation
|
|
[ ] code cleanup
|
|
[ ] finish intspan
|
|
[ ] profiling/speed ups
|
|
[ ] improve error handling
|
|
[ ] use exceptions for error handling
|
|
[ ] check if xhdr implemented
|
|
[ ] write man page
|
|
[ ] more regression tests
|
|
[ ] update documentation
|
|
[ ] implement "skip current article" signal handle
|
|
[ ] optionaly save parts of incomplete posts
|
|
[ ] with multipart articles, don't write every body to the same file.
|
|
This will mess up things if a get_body is repeated because of
|
|
exceptions. Use buffering for each body, before writing...
|
|
[ ] there is a bug in handling half fetched parts, they'll be fetched
|
|
twice this should be buffered until it's gotten correctly, then
|
|
added to the main buffer
|
|
[ ] running without a tempdir doesn't work at all
|
|
[ ] don't drop connections to servers when switching groups
|
|
[ ] keep connections to newsservers alive (don't timeout)
|
|
[ ] a markread mechanism for every post that is not specifically
|
|
included, this could be used to prevent excessively big caches
|
|
[ ] limiter on running time. if running longer than X, abort
|