Class ApacheStyleEmailView
View --+
|
BaseEmailView --+
|
ApacheStyleEmailView
Sends out an email in a style mimicking the
Apache commit email format (not
implemented)
| Method Summary |
| Inherited from BaseEmailView |
| |
__init__(self,
name,
model)
Initializes the the SMTP username to None, header to '', and footer to
'' |
| |
__getitem__(self,
name)
Used to get the 'from' attribute (as it is a keyword) |
| |
execute(self)
Sends the email with commit information |
| |
generateSubject(self,
text)
|
| Inherited from View |
| |
dumpToTestFile(self,
text)
Writes out text to a file called SubClassName.txt |
| |
isTesting(self)
Return whether acceptance testing is being performed |
| |
testFilePath(self)
Return the path of the test dump file |