Parser for RFC822 mail messages.
There are no attributes in this class.
extract_log(lines)
parse(input)
See IMessageParser.
tryToParseCheckinMessage(subject, msg)
Detect and parse CVS/Subversion checkin messages.
Returns a tuple (directory, log_message, branch) for checkin messages, and None if the message is not a checkin message.
There are no known subclasses.