diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-13 00:41:32 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-13 00:59:35 +0200 |
commit | 8e8215d61f5c3e6043f354c6f49a89bb15322d0f (patch) | |
tree | 24503c4e402acf63e8e76e8bda9ce3ea8010c7d0 | |
parent | ca34b1e05a7846f32880961dc34f2dcd2cf2be28 (diff) | |
download | fetchmail-8e8215d61f5c3e6043f354c6f49a89bb15322d0f.tar.gz fetchmail-8e8215d61f5c3e6043f354c6f49a89bb15322d0f.tar.bz2 fetchmail-8e8215d61f5c3e6043f354c6f49a89bb15322d0f.zip |
Add memory leak item. Request --sslcertfile feature.
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ Note that there is a separate todo.html with different content than this. +- Add --sslcertfile option to use a bundled certs file instead. This + circumvents c_rehash issues ;) + soon - MUST: - Debian Bug #475239, MIME decoder may break up words (need to quote results) - put bare IP addresses in brackets for SMTP (check if there are RFC @@ -50,6 +53,7 @@ questionable: <simpkins@cisco.com> around Nov 2nd)? 6.4: +- Properly free host/user entries (through C++ class instantiation and destructors...) - Remove stupid options, such as spambounce, or deferred bounces for anything but wrong addresses - Do not ever guess envelope from content headers such as To:/Cc:/Resent-To: or |