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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(org.apache.mailet.Mail mail)
     

    Methods inherited from class org.apache.mailet.base.GenericMailet

    arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetInfo, getMailetName, init, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConvertTo7Bit

      public ConvertTo7Bit()
  • Method Details

    • service

      public void service(org.apache.mailet.Mail mail) throws javax.mail.MessagingException
      Specified by:
      service in interface org.apache.mailet.Mailet
      Specified by:
      service in class org.apache.mailet.base.GenericMailet
      Throws:
      javax.mail.MessagingException