ripnews/TODO
2020-03-11 07:23:11 +01:00

30 lines
1.1 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
[ ] limiter on running time. if running longer than X, abort
[ ] implement article expiration