From: Roger B. <ro...@ro...> - 2004-05-04 20:32:23
|
Peter Dufault wrote: > > Since I can't find anyway to turn it off (OS X mail client) I'll attach > > the protocol for now. I don't think I'll switch back to elm. All the elm users switched to mutt :-) Looking at the packet, they seem to have tweaked something for no appearent reason. The field named entrysize is the size of the entry for VX4400 and VX6000. For this phone it has a value of 0x0222 which isn't correct no matter how you slice this. For the 4400/6000 the field named unknown20c is beyond the end of the entrysize. On the 4400 it is always a sequence of 5 nulls. For the 6000 it is a 5 nulls followed by a two byte number. The 4500 seems to be doing the same as the 6000. If you can figure out what those last two bytes are I would be very interested. I have just done a commit you can test for writing. When writing the data back out, it sets the entrysize to 0x202 (same as vx4400/6000) instead of the 0x222 we get on 4500 reads. Roger |