org.abstracthorizon.mercury.imap.util.section
Class HeaderSection

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.util.Section
      extended by org.abstracthorizon.mercury.imap.util.section.HeaderSection

public class HeaderSection
extends Section

Header section

Author:
Daniel Sendula

Field Summary
 boolean all
          All keyword is recognised
 List<String> fields
          List of fields
 boolean not
          Not keyword is recognised
 
Constructor Summary
HeaderSection()
           
 
Method Summary
 String headerFields()
           
 String toString()
          Returns string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

all

public boolean all
All keyword is recognised


not

public boolean not
Not keyword is recognised


fields

public List<String> fields
List of fields

Constructor Detail

HeaderSection

public HeaderSection()
Method Detail

headerFields

public String headerFields()

toString

public String toString()
Returns string representation of this object

Overrides:
toString in class Object
Returns:
string representation of this object


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.