Package org.apache.james.jdkim.mailets
Class ConvertTo7Bit
- java.lang.Object
-
- org.apache.mailet.base.GenericMailet
-
- org.apache.james.jdkim.mailets.ConvertTo7Bit
-
- All Implemented Interfaces:
org.apache.mailet.Mailet
,org.apache.mailet.MailetConfig
public class ConvertTo7Bit extends org.apache.mailet.base.GenericMailet
Make sure the message stream is 7bit. Every 8bit part is encoded to quoted-printable or base64 and the message is saved.
-
-
Constructor Summary
Constructors Constructor Description ConvertTo7Bit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(org.apache.mailet.Mail mail)
-