| java.lang.Object net.wastl.webmail.misc.Helper
Helper | public class Helper (Code) | | Miscellaneous helper routines.
Created: Tue Sep 7 13:03:44 1999
author: Sebastian Schaffert |
Constructor Summary | |
public | Helper() |
calcSessionCode | public static String calcSessionCode(InetAddress a, HTTPRequestHeader h)(Code) | | Calculate session-ID for a session.
Parameters: a - Adress of the remote host Parameters: h - Requestheader of the remote user agent |
findFittingBreakPos | protected static int findFittingBreakPos(String line, int linesize)(Code) | | |
getQuoteLevel | public static int getQuoteLevel(String token)(Code) | | Here we figure out which quote level this line has, simply by counting how many
">" are in front of the line, ignoring all whitespaces.
|
joinAddress | public static String joinAddress(Address[] a)(Code) | | |
|
|