diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-20 00:56:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-20 00:56:56 +0000 |
commit | e06b59619cbe82f8ff83769c04a2a83341cb1559 (patch) | |
tree | b7dba35de7191df90954bdcdde7c412f941801ea | |
parent | eaf2ce1dd214a1d8716179a25036427096c7c24e (diff) | |
download | fetchmail-e06b59619cbe82f8ff83769c04a2a83341cb1559.tar.gz fetchmail-e06b59619cbe82f8ff83769c04a2a83341cb1559.tar.bz2 fetchmail-e06b59619cbe82f8ff83769c04a2a83341cb1559.zip |
new file.
svn path=/trunk/; revision=4298
-rw-r--r-- | TODO | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +Fix Berlios Bug #4725 (doesn't build on Darwin, incomplete types in +sink.c - timeval missing; trying to shuffle fetchmail.h before +sys/resource.h). (possibly fixed in SVN r4296) + +Fix Yves Boisjoly's AUTH NTLM problem without breaking AUTH MSN. + +Fix Jim Correia's MacOS X arpa/nameser.h|res_search vs. HEADER|-lresolv + +RFC2047 encode X-Fetchmail-Warning? +X-Fetchmail-Warning: Empfängeradresse root@example.org stimmt mit keinem lokalen Namen überein +X-Virus-Scanned: amavisd-new at m2a2.dyndns.org +X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char C3 hex) in message header 'X-Fetchmail-Warning': X-Fetchmail-Warning: +Empf\303\244ngeradresse ro... + +check if --monitor still works properly +and complete CAN_MONITOR vs. interface checks +complete CAN_MONITOR replacement + +put all getaddrinfo compat cruft into an easy-to-use m4 macro for +autoconf and Makefile.am snippet for automake, so people can just use it +without further hassle. |