The problem is with the cookie handling in Thunderbird 3, Thunderbird is adding cookies to the outgoing HTTP requests. The extension uses nsIHttpChannel for the HTTP comms, the cookies are set using the setRequestHeader function with the aMerge parameter set to false (webmail's cookies should overwrite the TB's but their not).
The work around is to set network.cookie.cookieBehavior to 2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thunderbird Webmail Extension" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thunderbird-webmail-extension?hl=en -~----------~----~----~----~------~----~------~--~---
