Files @ 3474a771f18c
Branch filter:

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

domruf
templates: add caret to user dropdown

The user menu is a dropdown menu as well, so it should have a caret like the
other dropdown menus.


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