-rw-r--r-- | libetpan/src/driver/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libetpan/src/driver/TODO b/libetpan/src/driver/TODO new file mode 100644 index 0000000..4ba2c46 --- a/dev/null +++ b/libetpan/src/driver/TODO | |||
@@ -0,0 +1,9 @@ | |||
1 | - get_message_list() will disconnect and reconnect POP3 box | ||
2 | - add UID to non-cached drivers, help clients to recognize messages | ||
3 | - move IMAP UID cache to non-cached driver | ||
4 | - fix message size (put it in cache) | ||
5 | - XXX : fetch body in nntp do not use generic_fetch_body | ||
6 | - add flags prototype to add or remove flags | ||
7 | - cache bodystructures | ||
8 | - search is not implemented | ||
9 | - list of folder new implementation | ||