I think I have discovered why the c-client's STATUS call doesn't behave well with MS Exchange. I did some testing with an IMAP connection to an Exchange server over telnet and found that the Exchange server appears to treat the arguments to the STATUS function as case sensitive.
In lines 739-743 of imap4r1.c it appears that the arguments passed by the c-client are all uppercase whereas the arguments that Exchange is expecting are all lowercase. I can patch the file for my own purposes, but I wanted to send this to the mailing list in case any one else might want to include this change in official the source for the c-client. Thanks. _______________________________________________ Imap-uw mailing list [email protected] http://mailman2.u.washington.edu/mailman/listinfo/imap-uw
