#include <mail.h>
Collaboration diagram for mail:
Data Fields | |
mail * | next |
mail * | prev |
dbref | to |
dbref | from |
int | number |
char * | time |
char * | subject |
char * | tolist |
int | read |
Definition at line 53 of file mail.h.
Definition at line 58 of file mail.h.
Referenced by do_mail_fwd(), do_mail_reply(), do_mail_retract1(), do_mail_review(), do_mail_stats(), dump_mail(), load_mail_V5(), mail_fetch_from(), mail_match(), and send_mail().
struct mail* mail::next |
Definition at line 55 of file mail.h.
Referenced by MailList::AppendItem(), MailList::NextItem(), MailList::RemoveAll(), and MailList::RemoveItem().
int mail::number |
Definition at line 59 of file mail.h.
Referenced by do_mail_debug(), do_mail_fwd(), do_mail_reply(), do_mail_review(), do_mail_stats(), dump_mail(), load_mail_V5(), mail_fetch_message(), MailList::RemoveAll(), MailList::RemoveItem(), and send_mail().
struct mail* mail::prev |
Definition at line 56 of file mail.h.
Referenced by MailList::AppendItem(), and MailList::RemoveItem().
int mail::read |
Definition at line 63 of file mail.h.
Referenced by do_mail_file(), do_mail_flags(), dump_mail(), load_mail_V5(), mail_match(), send_mail(), and status_string().
char* mail::subject |
Definition at line 61 of file mail.h.
Referenced by do_mail_fwd(), do_mail_reply(), do_mail_review(), dump_mail(), load_mail_V5(), MailList::RemoveAll(), MailList::RemoveItem(), and send_mail().
char* mail::time |
Definition at line 60 of file mail.h.
Referenced by do_mail_reply(), do_mail_review(), do_mail_stats(), dump_mail(), load_mail_V5(), mail_match(), MailList::RemoveAll(), MailList::RemoveItem(), and send_mail().
Definition at line 57 of file mail.h.
Referenced by do_mail_debug(), do_mail_stats(), dump_mail(), load_mail_V5(), and send_mail().
char* mail::tolist |
Definition at line 62 of file mail.h.
Referenced by do_mail_reply(), dump_mail(), load_mail_V5(), MailList::RemoveAll(), MailList::RemoveItem(), and send_mail().