I have examined my TB profile folders and gone through subfolders.
I have come across a "hotmail.jar" file. I have opened this with notepad
to find a serious amount of coding.

I think this is the coding for the hotmail extension because I have seen
labels for webdav and live mail in here.

Some of it is like this:
-------------------------------------------

HotmailScreenRipperBETA.prototype =
{
    logIn : function(szUserName, szPassWord)
    {
        try
        {
            this.m_Log.Write("Hotmail-SR-BETA - logIN - START");
            this.m_Log.Write("Hotmail-SR-BETA - logIN - Username: " + szUserName
                                                   + " Password: " + szPassWord
                                                   + " stream: " + this.m_oResponseStream);

            this.m_szUserName = szUserName.toLowerCase();
            this.m_szPassWord = szPassWord.substr(0,16);

            if (!this.m_szUserName || !this.m_oResponseStream || !this.m_szPassWord) return false;

            this.m_HttpComms.setUserName(this.m_szUserName);
            //get hotmail.com webpage
            this.m_iStage= 0;
            this.m_HttpComms.setURI("http://mail.live.com");

            //get session data
            if (this.m_bReUseSession)......................................


If only I knew how to manipulate some of this, something could be possibly changed here.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to