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 -
Method Summary
Methods inherited from class org.apache.mailet.base.GenericMailet
arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetInfo, getMailetName, init, init, log, log
-
Constructor Details
-
ConvertTo7Bit
public ConvertTo7Bit()
-
-
Method Details
-
service
public void service(org.apache.mailet.Mail mail) throws javax.mail.MessagingException - Specified by:
servicein interfaceorg.apache.mailet.Mailet- Specified by:
servicein classorg.apache.mailet.base.GenericMailet- Throws:
javax.mail.MessagingException
-