Files @ 008d9c6f7c92
Branch filter:

Location: kallithea/rhodecode/lib/rcmail/exceptions.py

H Waldo G
fleshing out the Upgrade doc, and modified the references to Cheeseshop in the Install doc


class InvalidMessage(RuntimeError):
    """
    Raised if message is missing vital headers, such
    as recipients or sender address.
    """


class BadHeaders(RuntimeError):
    """
    Raised if message contains newlines in headers.
    """