TrinityCore
Mail.h File Reference
#include "Common.h"
#include "DatabaseEnvFwd.h"
#include "ObjectGuid.h"
#include <map>
+ Include dependency graph for Mail.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MailSender
 
class  MailReceiver
 
class  MailDraft
 
struct  MailItemInfo
 
struct  Mail
 

Macros

#define MAIL_BODY_ITEM_TEMPLATE   8383
 
#define MAX_CLIENT_MAIL_ITEMS   12
 
#define MAX_MAIL_ITEMS   16
 

Typedefs

typedef std::vector< MailItemInfoMailItemInfoVec
 

Enumerations

enum  MailMessageType {
  MAIL_NORMAL = 0 , MAIL_AUCTION = 2 , MAIL_CREATURE = 3 , MAIL_GAMEOBJECT = 4 ,
  MAIL_CALENDAR = 5 , MAIL_BLACKMARKET = 6 , MAIL_COMMERCE_AUCTION = 7 , MAIL_AUCTION_2 = 8 ,
  MAIL_ARTISANS_CONSORTIUM = 9
}
 
enum  MailCheckMask {
  MAIL_CHECK_MASK_NONE = 0x00 , MAIL_CHECK_MASK_READ = 0x01 , MAIL_CHECK_MASK_RETURNED = 0x02 , MAIL_CHECK_MASK_COPIED = 0x04 ,
  MAIL_CHECK_MASK_COD_PAYMENT = 0x08 , MAIL_CHECK_MASK_HAS_BODY = 0x10
}
 
enum  MailStationery {
  MAIL_STATIONERY_TEST = 1 , MAIL_STATIONERY_DEFAULT = 41 , MAIL_STATIONERY_GM = 61 , MAIL_STATIONERY_AUCTION = 62 ,
  MAIL_STATIONERY_VAL = 64 , MAIL_STATIONERY_CHR = 65 , MAIL_STATIONERY_ORP = 67
}
 
enum  MailState { MAIL_STATE_UNCHANGED = 1 , MAIL_STATE_CHANGED = 2 , MAIL_STATE_DELETED = 3 }
 
enum  MailShowFlags {
  MAIL_SHOW_UNK0 = 0x0001 , MAIL_SHOW_DELETE = 0x0002 , MAIL_SHOW_AUCTION = 0x0004 , MAIL_SHOW_UNK2 = 0x0008 ,
  MAIL_SHOW_RETURN = 0x0010
}
 

Macro Definition Documentation

◆ MAIL_BODY_ITEM_TEMPLATE

#define MAIL_BODY_ITEM_TEMPLATE   8383

Definition at line 33 of file Mail.h.

◆ MAX_CLIENT_MAIL_ITEMS

#define MAX_CLIENT_MAIL_ITEMS   12

Definition at line 34 of file Mail.h.

◆ MAX_MAIL_ITEMS

#define MAX_MAIL_ITEMS   16

Definition at line 35 of file Mail.h.

Typedef Documentation

◆ MailItemInfoVec

typedef std::vector<MailItemInfo> MailItemInfoVec

Definition at line 172 of file Mail.h.

Enumeration Type Documentation

◆ MailCheckMask

Enumerator
MAIL_CHECK_MASK_NONE 
MAIL_CHECK_MASK_READ 
MAIL_CHECK_MASK_RETURNED 
MAIL_CHECK_MASK_COPIED 

This mail was returned. Do not allow returning mail back again.

MAIL_CHECK_MASK_COD_PAYMENT 

This mail was copied. Do not allow making a copy of items in mail.

MAIL_CHECK_MASK_HAS_BODY 

Definition at line 50 of file Mail.h.

◆ MailMessageType

Enumerator
MAIL_NORMAL 
MAIL_AUCTION 
MAIL_CREATURE 
MAIL_GAMEOBJECT 
MAIL_CALENDAR 
MAIL_BLACKMARKET 
MAIL_COMMERCE_AUCTION 
MAIL_AUCTION_2 
MAIL_ARTISANS_CONSORTIUM 

Definition at line 37 of file Mail.h.

◆ MailShowFlags

Enumerator
MAIL_SHOW_UNK0 
MAIL_SHOW_DELETE 
MAIL_SHOW_AUCTION 
MAIL_SHOW_UNK2 
MAIL_SHOW_RETURN 

Definition at line 79 of file Mail.h.

◆ MailState

enum MailState
Enumerator
MAIL_STATE_UNCHANGED 
MAIL_STATE_CHANGED 
MAIL_STATE_DELETED 

Definition at line 72 of file Mail.h.

◆ MailStationery

Enumerator
MAIL_STATIONERY_TEST 
MAIL_STATIONERY_DEFAULT 
MAIL_STATIONERY_GM 
MAIL_STATIONERY_AUCTION 
MAIL_STATIONERY_VAL 
MAIL_STATIONERY_CHR 
MAIL_STATIONERY_ORP 

Definition at line 61 of file Mail.h.