org.apache.james.jdkim.mailets
Class ConvertTo7Bit

java.lang.Object
  extended by org.apache.mailet.base.GenericMailet
      extended by 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
ConvertTo7Bit()
           
 
Method Summary
 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 Detail

ConvertTo7Bit

public ConvertTo7Bit()
Method Detail

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


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.