Exception: UnregisteredUserException

Inherits:
Exception
  • Object
show all
Defined in:
app/models/message.rb

Overview

The Message class is one of the most important classes in sugoi-mail–mainly because it does so much. But anyway. Herewith a Model With Some Controller-like Things In It.

This is the class that handles what a “message” is, and how it behaves. It makes considerable use of gurgitate-mail’s mail-parsing library, so it might not be a bad idea to familiarize yourself with that if trying to work on this.