diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-08-21 15:08:54 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-08-21 15:33:04 +0200 |
commit | 3bf6679d730dc37d83796156497ba01110f74aec (patch) | |
tree | 77bdb99e6101f11b7baf6c99163860867719de79 | |
parent | 138baebcae334c2c222c0d0299148fe1aef0315c (diff) | |
download | fetchmail-3bf6679d730dc37d83796156497ba01110f74aec.tar.gz fetchmail-3bf6679d730dc37d83796156497ba01110f74aec.tar.bz2 fetchmail-3bf6679d730dc37d83796156497ba01110f74aec.zip |
Drop obsolete file 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? - |