author | conber <conber> | 2002-06-16 16:10:40 (UTC) |
---|---|---|
committer | conber <conber> | 2002-06-16 16:10:40 (UTC) |
commit | d4414131cdf32677e8d54a18827f2e772718c3f7 (patch) (unidiff) | |
tree | 0d22f9b32626bcfa7a81356679e752ad0c470bf9 | |
parent | 1b74249e80cf9f33e52fdb7cc96a114e8be85bc1 (diff) | |
download | opie-d4414131cdf32677e8d54a18827f2e772718c3f7.zip opie-d4414131cdf32677e8d54a18827f2e772718c3f7.tar.gz opie-d4414131cdf32677e8d54a18827f2e772718c3f7.tar.bz2 |
added a point
-rw-r--r-- | noncore/unsupported/mail2/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/TODO b/noncore/unsupported/mail2/TODO index 348510c..4bc434f 100644 --- a/noncore/unsupported/mail2/TODO +++ b/noncore/unsupported/mail2/TODO | |||
@@ -1,31 +1,32 @@ | |||
1 | Mail TODO | 1 | Mail TODO |
2 | ----------------------------------------------------------------------------- | 2 | ----------------------------------------------------------------------------- |
3 | 3 | ||
4 | General stuff: | 4 | General stuff: |
5 | - This program needs a name! | 5 | - This program needs a name! |
6 | - If password is empty, ask for it during fetch. | 6 | - If password is empty, ask for it during fetch. |
7 | - Check if all necessary fields in AccoundEditor are filled. | 7 | - Check if all necessary fields in AccoundEditor are filled. |
8 | - Seperate Sending and Recieving in configuration. | ||
8 | 9 | ||
9 | Protocol related: | 10 | Protocol related: |
10 | - The IMAP implentation is kinda strange and slow. | 11 | - The IMAP implentation is kinda strange and slow. |
11 | - The SMTP implentation is goddamn strange. | 12 | - The SMTP implentation is goddamn strange. |
12 | - POP3 support would be nice. | 13 | - POP3 support would be nice. |
13 | - NNTP would be kinda neat, too. | 14 | - NNTP would be kinda neat, too. |
14 | - Implent a plugin system. | 15 | - Implent a plugin system. |
15 | 16 | ||
16 | Security related: | 17 | Security related: |
17 | - GnuPG support. This will require a seperate gpg managing utility in | 18 | - GnuPG support. This will require a seperate gpg managing utility in |
18 | the settings tab. | 19 | the settings tab. |
19 | - sMIME? maybe in the distant future. | 20 | - sMIME? maybe in the distant future. |
20 | - Integrated SSH tunneling. | 21 | - Integrated SSH tunneling. |
21 | 22 | ||
22 | Mail management: | 23 | Mail management: |
23 | - Header caching | 24 | - Header caching |
24 | - Sieve filtering support? | 25 | - Sieve filtering support? |
25 | - Enqueueing/Draft support both on the IMAP server and local. | 26 | - Enqueueing/Draft support both on the IMAP server and local. |
26 | 27 | ||
27 | Testing: | 28 | Testing: |
28 | I'm using the courier-imap server at my developement site. I didn't have | 29 | I'm using the courier-imap server at my developement site. I didn't have |
29 | much opportunity to test on other servers. Giving me test-accounts on other | 30 | much opportunity to test on other servers. Giving me test-accounts on other |
30 | servers would be helpfull. | 31 | servers would be helpfull. |
31 | 32 | ||