Bypass TMHMail's first deck
Hi!
TheMailProvider.getContent method generates a page, that is not neccessary. I want this first page of the TMHMail portal server channel be automatically bypassed.
I created a customURLScraperProvider which returns the url of the second page generated by the MailProvider (this something like /portal/ma... instead of /portal/dt).
I think this URLScraperProvider descendant forward the request to the MailProvider, but I got an another login page as the result of the forwarding. I think that the MailProvider doesn't get the session created by the initial login, however I set thecookiesToForwardAll provider property to true.
What did I wrong? What is the recommended method to do this bypass?
Thank You for your help ...

