Hi All,
I am using servicemix-4.0.0 which integrates geronimo-javamail-1.4. I am connecting to an
exchange server via imap(s) and getting a NullPointerException in the login phase.
>> a001 CAPABILITY
<< OK The Microsoft Exchange IMAP4 service is ready.
<< CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE
LITERAL+
<< a001 OK CAPABILITY completed.
>> a002 AUTHENTICATE PLAIN
<< +
>> == sent
<< == received
As far as I can tell when we receive the + we get a null pointer exception:
Java.lang.NullPointerException at org.apache.geronimo.javamail.store.imap.connection.IMAPTaggedResponse.isBAD(IMAPTaggedResponse.java:86)
Is this a known issue?
Thanks
Glenn
|