Quoting from SoloCDM's mail on Sun, Dec 22, 2002 at 11:47:52PM -0700:
Recently I had the attached message that wouldn't download with
fetchmail 6.2.0. The information gathered in the attached files is
from fetchmail -a -B 1 -vv output and telnet-ing for the message.
Why is fetchmail causing the problem?
You will have to send the output of ltrace for this to be debugged.
Something like:
ltrace fetchmail [usual options] > logfile 2>&1
You may also try repeating the same by disabling STLS. This can be
done by setting sslproto to "". Something like:
ltrace fetchmail [usual options] --sslproto "" > logfile.2 2>&1
As usual, you may snip the authentication part in the logfile.
--
Sunil Shetye.