MIME4J-306 MimeUtil::unfold should group char appends (#52)

Calling repeatedly append requires ensuring the capacity amongst other.

Appends to the string builder can be done for all previous chars when a line delimiter is encountered, thus reducing the cost of the operation.

Gain: 66%
1 file changed