On Sat, 16 Aug 2003, Bruce A. Burdick, Jr. wrote: >It looks like I spoke too soon. >Below is a transcript of a session between Microsoft Entourage and Binc IMAP >on OS X. I had sent a message to test user immediately prior to this time >window. The capture begins right before I click on the INBOX in Entourage. >Notice the missing first characters on each header after the first.
Wow - I never saw this before. It might seem that there is a bug in the mime parser, or in the IO class, under OSX. I can't reproduce that error here. If you can grant me access to your machine, I can dig into this error. I guess it requires some debugging to figure out what's wrong. Can you run the following commands for me? Connect to the server with openssl or telnet, then: 1 LOGIN <user> <pass> 2 SELECT INBOX 3 UID FETCH 16 BODY[HEADER.FIELDS (Received)] 4 UID FETCH 16 BODY[1] 5 LOGOUT If you could do this, then it will make it a tad easier to understand the cause of this problem. I'd like to stress to other users on this list that I haven't been able to reproduce this on any platform I have access to. :-) Andy :-) - we need regression testing in this project ;) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

