Package org.apache.james.util

Class Summary
Base64 Simple Base64 string decoding function
CharTerminatedInputStream  
DebugInputStream  
ExtraDotOutputStream Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939) Compare also org.apache.james.smtpserver.SMTPInputStream
InternetPrintWriter  
Lock  
RFC822Date A utility class to allow creation of RFC822 date strings from Dates and dates from RFC822 strings
It provides for conversion between timezones, And easy manipulation of RFC822 dates
example - current timestamp: String nowdate = new RFC822Date().toString()
example - convert into java.util.Date: Date usedate = new RFC822Date("3 Oct 2001 08:32:44 -0000").getDate()
example - convert to timezone: String yourdate = new RFC822Date("3 Oct 2001 08:32:44 -0000", "GMT+02:00").toString()
example - convert to local timezone: String mydate = new RFC822Date("3 Oct 2001 08:32:44 -0000").toString()
RFC822DateFormat I suppose I could access some of the special messages within Sun's implementation of the JavaMail API, but I've always been told not to do that.
SchedulerNotifyInputStream This will reset the scheduler each time a certain amount of data has been transfered.
SchedulerNotifyOutputStream This will reset the scheduler each time a certain amount of data has been transfered.
SqlResources Provides a set of SQL String resources (eg SQL Strings) to use for a database connection.
 



"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."