Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1, 2.2.0
-
None
Description
JDBCMailRepository.store(Mail) writes the entire message into a ByteArrayOutputStream when not using dbfile protocol. This is "A Bad Thing", and should be changed so that the body is streamed direcly.