SilverStream
Application Server 3.5

com.sssw.srv.mail
Class AgoMailParser

java.lang.Object
 |
 +--com.sssw.srv.mail.AgoMailParser

public class AgoMailParser
extends Object

Allows you to parse a Reader into an AgoMIMEPart. Used for storing messages as ASCII (in the format they go over the wire)


Constructor Summary
AgoMailParser()
          The constructor for AgoMailParser.
 
Method Summary
 AgoMIMEPart parseMessage(AgoBufferingReader reader)
          Parses a message stream (from a reader) into an AgoMIMEPart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgoMailParser

public AgoMailParser()
The constructor for AgoMailParser.
Method Detail

parseMessage

public AgoMIMEPart parseMessage(AgoBufferingReader reader)
                         throws IOException
Parses a message stream (from a reader) into an AgoMIMEPart.
Parameters:
reader - an AgoBufferingReader
See Also:
AgoBufferingReader

SilverStream
Application Server 3.5