There appears to be a fairly nasty bug with e-mail that should be fairly easy to fix. Any message in one of your mailboxes that has a from address (possibly others) that is too long will generate a MySQL error. SuiteCRM neither recovers from, or reports the nature of the error.
MySQL error 1406: Data too long for column 'fromaddr' at row 1
Although it would be preferable for SuiteCRM to handle such errors gracefully, an easy patch may simply be increasing the field size in MySQL, or cropping the from text. One I know how to do, one I don’t.
Do you think I should risk changing the database field size?