Jonathan Gallimore created GERONIMO-6882: --------------------------------------------
Summary: Improve Mail performance using BufferedOutputStream Key: GERONIMO-6882 URL: https://issues.apache.org/jira/browse/GERONIMO-6882 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Reporter: Jonathan Gallimore Geronimo Mail doesn't use a BufferedOutputStream when writing to an outputstream, leading to it being considerably slower than other implementations. Please could we consider a small change to wrap the TraceOutputStream with a BufferedOutputStream in MailConnection? (PR on the way) -- This message was sent by Atlassian Jira (v8.20.10#820010)