diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 14:48:49 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-26 23:21:16 +0200 |
commit | 4c198e492e9c70c12d93a9dd4ebf9c450a65fb30 (patch) | |
tree | ee2b06b0c3aabad24d60f364492d81ff4406b99e /TODO-6.3.20 | |
parent | 4b7ed3833d6c75452ccc88d405c47147d354c5ae (diff) | |
download | fetchmail-4c198e492e9c70c12d93a9dd4ebf9c450a65fb30.tar.gz fetchmail-4c198e492e9c70c12d93a9dd4ebf9c450a65fb30.tar.bz2 fetchmail-4c198e492e9c70c12d93a9dd4ebf9c450a65fb30.zip |
Drop revived but unneeded file.
Diffstat (limited to 'TODO-6.3.20')
-rw-r--r-- | TODO-6.3.20 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO-6.3.20 b/TODO-6.3.20 deleted file mode 100644 index d9d79977..00000000 --- a/TODO-6.3.20 +++ /dev/null @@ -1,11 +0,0 @@ -- fix STARTTLS timeouts by setting socket timings - possibly using a different structure than an int to save the fd - and SSL context -- and then also timeout? - Or just make set_timeout take an optional fd, which, when != -1, - also sets the socket timeouts? - -- make SSLv2 removal dependent on openssl configuration - (see Debian FTBFS bug for how to detect that in configure) - -- make --with-ssl default? - |