Update todo list.
This commit is contained in:
parent
931fcb7a29
commit
f127dfd276
1 changed files with 20 additions and 10 deletions
32
TODO.md
32
TODO.md
|
@ -1,16 +1,26 @@
|
||||||
* Add various actions (init)
|
TODO
|
||||||
|
====
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Add POP3 server support
|
||||||
|
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
* Write a tutorial (installation, configuration, usage).
|
||||||
|
|
||||||
|
|
||||||
|
## Command line
|
||||||
|
|
||||||
|
* Add more actions :
|
||||||
|
* init - create empty configuration files
|
||||||
* all - get messages for all boxes
|
* all - get messages for all boxes
|
||||||
* new - get new messages (but keep ID for each mailbox)
|
* new (by default) - get only new messages since last check
|
||||||
|
|
||||||
* Read configuration file
|
|
||||||
* it must contain a filter (regexp) or an ignore list per mailbox ?
|
|
||||||
|
|
||||||
|
|
||||||
préalable
|
## Configuration
|
||||||
liste des contacts dans le CRM
|
|
||||||
|
|
||||||
on veut repérer uniquement les contacts qui n'y existent pas
|
* Add regexp support for ignore list
|
||||||
|
* Add an ignore list (and/or regexp) for mailboxes
|
||||||
|
|
||||||
on zappe les contacts existants (on considere qu'ils sont déjà suivis)
|
|
||||||
|
|
||||||
pour un contacts inexistant, on liste tous les mails
|
|
||||||
|
|
Loading…
Reference in a new issue