Files @ d2f552429ef3
Branch filter:

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

domruf
use dict for replacing parts of avatar URL and add example to ini template


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