diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-07-02 18:16:52 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-07-02 18:16:52 +0000 |
commit | 1e0dc4a19dd24285892cb95c8926e06beb81d26a (patch) | |
tree | 632e7d3b50770b7e78d227558f4feea847a9ae3a | |
parent | 9f4d447990cd59a9e40b9783eddee0987b4cc826 (diff) | |
download | fetchmail-1e0dc4a19dd24285892cb95c8926e06beb81d26a.tar.gz fetchmail-1e0dc4a19dd24285892cb95c8926e06beb81d26a.tar.bz2 fetchmail-1e0dc4a19dd24285892cb95c8926e06beb81d26a.zip |
TODO: Drop envelope guessing and spambounce option and other stuff.
svn path=/branches/BRANCH_6-3/; revision=5364
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ questionable: <simpkins@cisco.com> around Nov 2nd)? 6.4: +- 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 + similar. - Replace sscanf/fscanf by functions that do range checking (strtol/strtoul), and make arguments unsigned long. - drop LAST support |