Pat Monardo Mon, 08 Dec 2003 06:51:54 -0800
I was able to get SASL DIGEST-MD5 to work by fixing two bugs: 1. qop should not be in your list of quoted values. 2. qop needs to be One of the values listed in the challenge. I hacked to simply set it to 'auth' and then it worked.