commit | 67449dcaae49d48d67baa86aa93522cf44246f39 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 20 16:51:22 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 20 16:51:22 2009 -0700 |
tree | 266a3547e76f00de4e81580b3c5cf161fb07361a | |
parent | 43af1f6ad4af9e362bcf75315d30eb657d6c321d [diff] |
Move ChangeMail into its own server side package I'm going to start breaking down the massive ChangeMail class into a specific subclass for each type of message, to reduce the code for any given message type, and try to make the various send cases more uniform with each other through standard inheritance. Signed-off-by: Shawn O. Pearce <sop@google.com>