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 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
    • Field Detail

      • DEFAULT

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

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