Parser for RFC-822 checkin messages
There are no attributes or fields specified.
parse(input)
Parses an RFC-822 format message from a input
(which can be a
string or a file-like object) and returns an IMessage.
If the message is a checkin message, returns an ICheckinMessage.
May raise a FormatError if the message is ill-formed.