mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 13:44:46 +00:00
Added headings & heaps more todo points.
This commit is contained in:
parent
9cbc21d0b4
commit
d212ae060e
1 changed files with 26 additions and 20 deletions
46
TODO
46
TODO
|
@ -1,26 +1,32 @@
|
||||||
|
|
||||||
build a testing framework
|
Goals for next minor release (0.2.1):
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
test exclusive locking works with another test process
|
* Complain/refuse to create tempfiles in world-writeable directories
|
||||||
|
* Test exclusive locking works with another test process
|
||||||
|
* Perserve atime of original mailbox properly
|
||||||
|
* Finish man page
|
||||||
|
|
||||||
finish man page
|
Goals for next major release (0.3.0):
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
add option to archive depending on mailbox size threshold
|
* Build a testing framework using python module 'unittest'
|
||||||
+ is this a good idea?
|
* Lock any original .gz files
|
||||||
add option to archive depending on number of messages
|
- is this necessary?
|
||||||
+ is this a good idea?
|
* Check for symlink attacks for tempfiles (although we don't use /var/tmp)
|
||||||
|
* Test for write permission before doing anything
|
||||||
|
|
||||||
perserve atime of original mailbox properly
|
Longer Term goals:
|
||||||
|
------------------
|
||||||
|
|
||||||
lock any original .gz files (?)
|
* Add MMDF mailbox support
|
||||||
|
* Add Babyl mailbox support
|
||||||
check for symlink attacks for tempfiles (although we don't use /var/tmp)
|
* Add option to archive depending on mailbox size threshold
|
||||||
|
- is this a good idea?
|
||||||
test for write permission before doing anything
|
* Add option to archive depending on number of messages
|
||||||
|
- is this a good idea?
|
||||||
test for missing compression programs
|
* Test for missing compression programs
|
||||||
+ is this a waste of time?
|
- is this a waste of time?
|
||||||
|
* Add option - do not compress
|
||||||
add option - do not compress (?)
|
- is this useless?
|
||||||
|
* Use a Makefile/python installation process
|
||||||
Add Makefile with "make install" target ?
|
|
||||||
|
|
Loading…
Reference in a new issue