Interface FromLinePatterns


public interface FromLinePatterns
Collection of From_ line patterns. Messages inside an mbox are separated by these lines. The pattern is usually constant in a file but depends on the mail agents that wrote it. It's possible that more mailer agents wrote in the same file using different From_ lines.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Match a line like: From ieugen@apache.org Fri Sep 09 14:04:52 2011
    static final String
    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
  • Field Details

    • DEFAULT

      static final String DEFAULT
      Match a line like: From ieugen@apache.org Fri Sep 09 14:04:52 2011
      See Also:
    • DEFAULT2

      static final 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
      See Also: