Uses of Interface
org.apache.james.mime4j.dom.field.UnstructuredField

Packages that use UnstructuredField
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
 

Uses of UnstructuredField in org.apache.james.mime4j.field
 

Classes in org.apache.james.mime4j.field that implement UnstructuredField
 class UnstructuredFieldImpl
          Simple unstructured field such as Subject.
 

Fields in org.apache.james.mime4j.field with type parameters of type UnstructuredField
static FieldParser<UnstructuredField> UnstructuredFieldImpl.PARSER
           
 

Methods in org.apache.james.mime4j.field that return UnstructuredField
static UnstructuredField Fields.messageId(java.lang.String hostname)
          Creates a Message-ID field for the specified host name.
static UnstructuredField Fields.subject(java.lang.String subject)
          Creates a Subject field from the specified string value.
 

Uses of UnstructuredField in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that return UnstructuredField
protected  UnstructuredField MessageImpl.newMessageId(java.lang.String hostname)
           
protected abstract  UnstructuredField AbstractMessage.newSubject(java.lang.String subject)
           
protected  UnstructuredField MessageImpl.newSubject(java.lang.String subject)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.