blob: b2f78302bf8270f8faa40598685fd66b2d88e19b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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 Jim Correia's MacOS X arpa/nameser.h|res_search vs. HEADER|-lresolv
Review Solaris gettext stuff.
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.
clean up options.c, instead of LA_* options, use the corresponding short
option letter where possible. Saves some LA_* values.
pkg-config for OpenSSL? -ldl problem
Thomas Wolff: AUTHFAIL doesn't quite fit
(server resets connection immediately)
$ ./fetchmail --ssl --service 993
fetchmail: SSL connection failed.
fetchmail: Query status=3 (AUTHFAIL)
|