mail
index
/home/thindil/Projekty/anaria/server/lib/pymodules/mail.py

mail.py
 
Provide data and functions for mail system.

 
Modules
       
auxiliary
char
mud
mudsys
storage

 
Classes
       
Mail
MailData

 
class Mail
    One mail data structure.
 
  Methods defined here:
__init__(self, sender, title, body, read, set=None)
Standard class constructor.
store(self)

 
class MailData
    Mail data.
 
  Methods defined here:
__init__(self, set=None)
Standard class constructor.
copy(self)
copyTo(self, to)
store(self)

 
Functions
       
cmd_mail(ch, cmd, arg)
Allow to read, write and delete mails.
count_mails(ch)
Function count all and unread mails of selected character.