Files @ 7f8d349bbde4
Branch filter:

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

Leonardo
Tweaks to Changelog view, removing excess information, and improving layout.


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.
    """