Files @ b9708d66277c
Branch filter:

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

Marcin Kuzminski
fixed problem with anchor links that contains non ascii chars
- anchor links are now based on md5 of path and not path safe web representation

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