Files @ cee56368e4f9
Branch filter:

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

Andrew Shadura
old style: fix text areas in fork dialog

There's no textarea-repo style, so the entry box
isn't properly aligned.


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