Comment 27 for bug 613830

Revision history for this message
Hardy Heroin (hardy-heroin) wrote :

Thunderbird 5.0 , Lightning 1.0b5 and exchange provider 0.17.

I can confirm that the workaround that holgerg provided in comment #26 prevents Thunderbird (5.0) from giving me 3 pop ups asking for the password (even though it is already saved, just pressing ok works). Thus, changing line ~950 from:
if (this.mAuthFail++ > 2) {
to
if (this.mAuthFail++ > 100) {
Actually it starts to fail from 10 (so on my PC 11 still works).

Incidentally I also get the following error message 10 times:

Error: [Exception... "'Method not implemented' when calling method: [nsIAuthPrompt2::asyncPromptAuth]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "<unknown>" data: no]

Perhaps it's related?

As for the correct URL, I also had to use the URL form as provided by jaroslaw-polok in comment #2:
https://<email address hidden>/EWS/Exchange.asmx

Now it finally works.