Crossfire Server, Trunk
|
Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_value, traceback) |
def | __init__ (self) |
def | close (self) |
def | countmail (self, toname) |
def | init_schema (self) |
def | receive (self, toname) |
def | send (self, type, toname, fromname, message) |
Data Fields | |
maildb | |
def CFMail.CFMail.__exit__ | ( | self, | |
exc_type, | |||
exc_value, | |||
traceback | |||
) |
Definition at line 17 of file CFMail.py.
References CFMail.CFMail.close(), module_information.close, CFBank.CFBank.close(), and mtar_t.close.
def CFMail.CFMail.close | ( | self | ) |
Definition at line 38 of file CFMail.py.
References CFMail.CFMail.maildb.
Referenced by CFMail.CFMail.__exit__().
def CFMail.CFMail.countmail | ( | self, | |
toname | |||
) |
Definition at line 33 of file CFMail.py.
References CFMail.CFMail.maildb.
def CFMail.CFMail.init_schema | ( | self | ) |
Definition at line 11 of file CFMail.py.
References CFMail.CFMail.maildb.
def CFMail.CFMail.receive | ( | self, | |
toname | |||
) |
Definition at line 24 of file CFMail.py.
References guildoracle.list, and CFMail.CFMail.maildb.
def CFMail.CFMail.send | ( | self, | |
type, | |||
toname, | |||
fromname, | |||
message | |||
) |
Definition at line 20 of file CFMail.py.
References CFMail.CFMail.maildb.
CFMail.CFMail.maildb |
Definition at line 9 of file CFMail.py.
Referenced by CFMail.CFMail.close(), CFMail.CFMail.countmail(), CFMail.CFMail.init_schema(), CFMail.CFMail.receive(), and CFMail.CFMail.send().