From: John C. <jr...@sk...> - 2012-05-07 16:55:09
|
On Mon, 07 May 2012 15:32:20 +0100, Sunil Shetye <sun...@ro...> wrote: > Please include the signature line / output of CAPABILITY command of your > imap server in your report. This is to show the imap version supported. fetchmail: awakened at Mon May 7 13:48:18 2012 fetchmail: 6.3.21 querying mail.demon.co.uk (protocol IMAP) at Mon May 7 13:48:18 2012: poll started fetchmail: Trying to connect to 91.221.168.28/143...connected. fetchmail: IMAP< * OK The Microsoft Exchange IMAP4 service is ready. fetchmail: IMAP> A0001 CAPABILITY fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+ fetchmail: IMAP< A0001 OK CAPABILITY completed. fetchmail: Protocol identified as IMAP4 rev 1 fetchmail: IMAP> A0002 STARTTLS fetchmail: IMAP< A0002 OK Begin TLS negotiation now. fetchmail: Certificate chain, from root to peer, starting at depth 2: fetchmail: Issuer Organization: GeoTrust Inc. fetchmail: Issuer CommonName: GeoTrust Global CA fetchmail: Subject CommonName: GeoTrust Global CA fetchmail: Certificate at depth 1: fetchmail: Issuer Organization: GeoTrust Inc. fetchmail: Issuer CommonName: GeoTrust Global CA fetchmail: Subject CommonName: GeoTrust DV SSL CA fetchmail: Server certificate: fetchmail: Issuer Organization: GeoTrust Inc. fetchmail: Issuer CommonName: GeoTrust DV SSL CA fetchmail: Subject CommonName: mail.demon.co.uk fetchmail: Subject Alternative Name: mail.demon.co.uk fetchmail: mail.demon.co.uk key fingerprint: 6F:AB:CD:95:D8:AE:FE:33:83:33:4C:8A:93:60:FC:7C fetchmail: IMAP> A0003 CAPABILITY fetchmail: IMAP< * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN UIDPLUS CHILDREN IDLE NAMESPACE LITERAL+ fetchmail: IMAP< A0003 OK CAPABILITY completed. fetchmail: Protocol identified as IMAP4 rev 1 fetchmail: mail.demon.co.uk: upgrade to TLS succeeded. fetchmail: GSSAPI error gss_inquire_cred: Unspecified GSS failure. Minor code may provide more information fetchmail: GSSAPI error gss_inquire_cred: Credentials cache file '/tmp/krb5cc_109' not found fetchmail: No suitable GSSAPI credentials found. Skipping GSSAPI authentication. fetchmail: If you want to use GSSAPI, you need credentials first, possibly from kinit. Hope that is sufficient. > As is documented in imap.c, fetchmail expects response in the following > format: > > IMAP> A0006 FETCH 1 RFC822.HEADER > IMAP< * 1 FETCH (RFC822.HEADER {1360} .... > mail headers here ... > IMAP< A0006 OK FETCH completed. > > In your case, the middle part of the response is missing. Can you check > by using telnet to the server if there are any headers in the mail and > response to the variouse commands listed below: > > A0010 FETCH 1 RFC822.TEXT > > A0011 FETCH 1 BODY[TEXT] > > for the mail causing the problem? Or check the mail through some other > client and see if it is visible properly. I will see if I can find time to experiment. Unfortunately, this is my main e-mail account so I am keen not to break it! As noted in my earlier message to the fetchmail-user list the problem message is a meeting reminder with a "meeting.ics" attachment. Many thanks -- John Connett |