org.apache.geronimo.javamail.store.imap.connection
Class IMAPNamespace

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPNamespace

public class IMAPNamespace
extends Object

Util class to represent a NAMESPACE response from a IMAP server

Version:
$Rev: 594520 $ $Date: 2007-11-13 07:57:39 -0500 (Tue, 13 Nov 2007) $

Field Summary
 String prefix
           
 char separator
           
 
Constructor Summary
IMAPNamespace(IMAPResponseTokenizer source)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

public String prefix

separator

public char separator
Constructor Detail

IMAPNamespace

public IMAPNamespace(IMAPResponseTokenizer source)
              throws MessagingException
Throws:
MessagingException


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