One issue I'm facing now is the viewing size of the email module. When a user's screen has a relative lower resolution (1024x768), or when browser (IE) is not maximized when initiating the email module, the height of the email viewing area is very short. This caused major inconvinience. For example, when trying to compose emails, the user may only see a very narrow area for typing emails.
My question is: Is there a way to define the height of the email module viewing area to a large number (such as 2000px) so that no matter what the user's screen resolution, or initial browser size, the email module will always show a taller edit area? I looked into the template file _baseEmail.tpl but it seems the height is defined dynamically and the <div id="container" ...> tag is being overwritten somewhere.
It will be a great feature if the email module area can be enlarged by draging the corner using the mouse.

Thank you.