public interface FromLinePatterns
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT
Match a line like: From ieugen@apache.org Fri Sep 09 14:04:52 2011
|
static java.lang.String |
DEFAULT2
Matches other type of From_ line (without @):
From MAILER-DAEMON Wed Oct 05 21:54:09 2011
Thunderbird mbox content: From - Wed Apr 02 06:51:08 2014
|
static final java.lang.String DEFAULT
static final java.lang.String DEFAULT2