How to send email with gzipped body in Java -


i have send lengthy plain text email messages , wondering if compress email body using content-encoding: gzip (like web servers do) , possibly content-transfer-encoding: base64. avoid attachments, recipient see message if uncompressed. text send highly redundant, therefore compression ratio high. thanks.