I would sure like an answer to this as well. We get a lot of emails from the public who all tend to use Outlook Express on the default setting to send html mail. They just type away without any carraige returns and then we can't read it without a lot of side scrolling or hitting Reply and then saving it as a Draft first.
I checked out the
www.horde.org site to get some info on IMP and look in the forums there to see if there is a solution. I am using SME 5.12 with IMP 2.2.7(the default).
I found some reference to the problem. Quote below:-
I noticed in the latest version of imp thats distributed with debian
(sid) 2.2.6 that messages that have lines bigger than the space
provided by the browser are nolonger wraped. this is realy anoying when
someone has typed you a message with very little or no carrage returns
in it (ms outlook like to do this). This problem is very easy to
replicate. I have resorted to using message.php3 from a previous
version of imp for now in order to fix this
------- Additional Comments From oryn@fsck.tv 10/05/01 06:15 -------
I found the problem its on line 139
currently :
$tmsg = '
' . $tmsg . '
';
should be
$tmsg = '
' . wrap_message($tmsg) . '
';
I have tried to find where message.php3 lives on the SME installation to no avail. Not sure if you need to modify a template. Would appreciate one of the more knowlegable people to give a few hints. This must be a common problem for people using the Webmail which is most convenient for us and tried the IMP 3 upgrade but found that the address book was not functional.
Tony