CFMAILPART tag has an attribute called "wraptext" which allows you to
set the column at which text is wrapped. The problem is that it doesn't
work as it should. A text-wrap function should wrap text when the line
gets to a certain length. Currently (OSX WWW and mail client, Windows
server) it appears to wrap every X characters rather than if a line gets
beyond X characters (notice the difference?).
An example...
<cfmailpart type="plain" charset="us-ascii" wraptext="50">
123456789 123456789 123456789 123456789 123456789 123456789 123456789
</cfmailpart>
Results in...
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

