Files @ 31e119cb02ef
Branch filter:

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

Bradley M. Kuhn
Remove license check code: GPL'd works like this should be unencumbered.


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