Definition in file r_message.cc.
#include "r_message.h"
#include "record-internal.h"
#include "protocol.h"
#include "protostructs.h"
#include "data.h"
#include "time.h"
#include "error.h"
#include "endian.h"
#include <ostream>
#include <iomanip>
#include <stdexcept>
#include "debug.h"
Go to the source code of this file.
Namespaces | |
namespace | Barry |
Defines | |
#define | __DEBUG_MODE__ |
#define | MFC_TO 0x01 |
#define | MFC_CC 0x02 |
#define | MFC_BCC 0x03 |
#define | MFC_SENDER 0x04 |
#define | MFC_FROM 0x05 |
#define | MFC_REPLY_TO 0x06 |
#define | MFC_SUBJECT 0x0b |
#define | MFC_BODY 0x0c |
#define | MFC_REPLY_UNKNOWN 0x12 |
#define | MFC_ATTACHMENT 0x16 |
#define | MFC_RECORDID 0x4b |
#define | MFC_END 0xffff |
#define | PRIORITY_MASK 0x003f |
#define | PRIORITY_HIGH 0x0008 |
#define | PRIORITY_LOW 0x0002 |
#define | SENSITIVE_MASK 0xff80 |
#define | SENSITIVE_CONFIDENTIAL 0x0100 |
#define | SENSITIVE_PERSONAL 0x0080 |
#define | SENSITIVE_PRIVATE 0x0040 |
#define | MESSAGE_READ 0x0800 |
#define | MESSAGE_REPLY 0x0001 |
#define | MESSAGE_SAVED 0x0002 |
#define | MESSAGE_FORWARD 0x0008 |
#define | MESSAGE_TRUNCATED 0x0020 |
#define | MESSAGE_SAVED_DELETED 0x0080 |
Variables | |
FieldLink< Message > | Barry::MessageFieldLinks [] |