mailer
index
/Users/amos/Documents/Database/Mental/Programming/python/lib/avatar/Personal2/www.amos/Python/lib/commander/mailer.py

Add email headers to stdin for piping to sendmail.

 
Modules
       
os
sys

 
Classes
       
commander.commander
mailer

 
class mailer(commander.commander)
     Methods defined here:
ResolveOptions(self)
Interpret the command line options.
main(self)
options(self)
Populate the option parser (self.optParser) with available options.

Data and other attributes defined here:
dAddresses = {'amos': 'amos@unisonarts.org', 'amosg': 'anewc2@gmail.com', 'stuart': 'stuart@unisonarts.org'}
pathAddresses = '/Users/amos/Documents/maileraddresses.tsv'
s = 'stuart\tstuart@unisonarts.org\n'
sUsage = 'Add email headers to stdin for piping to sendmail'
sVersion = '%prog 2008.06.22.0'

Methods inherited from commander.commander:
__init__(self, lsLine)
Initialize self.
__repr__(self)
Reproduce the Python instantiation call.
__str__(self, sName=None)
Reproduce the command line (bug: some args need quotes).
main1(self, sArg)
Echo a command line argument on its own line.