Subversion Repositories javautils

Rev

Rev 9 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 17
Line 2... Line 2...
2
 
2
 
3
import java.util.Arrays;
3
import java.util.Arrays;
4
import java.util.HashSet;
4
import java.util.HashSet;
5
import java.util.regex.Pattern;
5
import java.util.regex.Pattern;
6
 
6
 
7
import de.viathinksoft.utils.mail.EMailAddress;
7
import de.viathinksoft.utils.mail.address.EMailAddress;
8
 
8
 
9
/**
9
/**
10
 * This class is not stable. For a good syntax check, please use the classes of
10
 * This class is not stable. For a good syntax check, please use the classes of
11
 * Dominic Sayers or Cal Henderson.
11
 * Dominic Sayers or Cal Henderson.
12
 *
12
 *