VMime
vmime::fields Namespace Reference

Variables

const char *const RECEIVED = "Received"
 
const char *const FROM = "From"
 
const char *const SENDER = "Sender"
 
const char *const REPLY_TO = "Reply-To"
 
const char *const TO = "To"
 
const char *const CC = "Cc"
 
const char *const BCC = "Bcc"
 
const char *const DATE = "Date"
 
const char *const SUBJECT = "Subject"
 
const char *const ORGANIZATION = "Organization"
 
const char *const USER_AGENT = "User-Agent"
 
const char *const DELIVERED_TO = "Delivered-To"
 
const char *const RETURN_PATH = "Return-Path"
 
const char *const MIME_VERSION = "Mime-Version"
 
const char *const MESSAGE_ID = "Message-Id"
 
const char *const CONTENT_TYPE = "Content-Type"
 
const char *const CONTENT_TRANSFER_ENCODING = "Content-Transfer-Encoding"
 
const char *const CONTENT_DESCRIPTION = "Content-Description"
 
const char *const CONTENT_DISPOSITION = "Content-Disposition"
 
const char *const CONTENT_ID = "Content-Id"
 
const char *const CONTENT_LOCATION = "Content-Location"
 
const char *const IN_REPLY_TO = "In-Reply-To"
 
const char *const REFERENCES = "References"
 
const char *const X_MAILER = "X-Mailer"
 
const char *const X_PRIORITY = "X-Priority"
 
const char *const ORIGINAL_MESSAGE_ID = "Original-Message-ID"
 
const char *const DISPOSITION_NOTIFICATION_TO = "Disposition-Notification-To"
 
const char *const DISPOSITION_NOTIFICATION_OPTIONS = "Disposition-Notification-Options"
 
const char *const DISPOSITION = "Disposition"
 
const char *const FAILURE = "Failure"
 
const char *const ERROR = "Error"
 
const char *const WARNING = "Warning"
 
const char *const ORIGINAL_RECIPIENT = "Original-Recipient"
 
const char *const FINAL_RECIPIENT = "Final-Recipient"
 
const char *const REPORTING_UA = "Reporting-UA"
 
const char *const MDN_GATEWAY = "MDN-Gateway"
 

Detailed Description

Constants for standard field names.

Variable Documentation

◆ BCC

const VMIME_EXPORT char *const BCC = "Bcc"

◆ CC

const VMIME_EXPORT char *const CC = "Cc"

◆ CONTENT_DESCRIPTION

const VMIME_EXPORT char *const CONTENT_DESCRIPTION = "Content-Description"

◆ CONTENT_DISPOSITION

const VMIME_EXPORT char *const CONTENT_DISPOSITION = "Content-Disposition"

◆ CONTENT_ID

const VMIME_EXPORT char *const CONTENT_ID = "Content-Id"

◆ CONTENT_LOCATION

const VMIME_EXPORT char *const CONTENT_LOCATION = "Content-Location"

◆ CONTENT_TRANSFER_ENCODING

const VMIME_EXPORT char *const CONTENT_TRANSFER_ENCODING = "Content-Transfer-Encoding"

◆ CONTENT_TYPE

◆ DATE

const VMIME_EXPORT char *const DATE = "Date"

◆ DELIVERED_TO

const VMIME_EXPORT char *const DELIVERED_TO = "Delivered-To"

◆ DISPOSITION

const VMIME_EXPORT char *const DISPOSITION = "Disposition"

◆ DISPOSITION_NOTIFICATION_OPTIONS

const VMIME_EXPORT char *const DISPOSITION_NOTIFICATION_OPTIONS = "Disposition-Notification-Options"

◆ DISPOSITION_NOTIFICATION_TO

const VMIME_EXPORT char *const DISPOSITION_NOTIFICATION_TO = "Disposition-Notification-To"

◆ ERROR

const VMIME_EXPORT char *const ERROR = "Error"

◆ FAILURE

const VMIME_EXPORT char *const FAILURE = "Failure"

◆ FINAL_RECIPIENT

const VMIME_EXPORT char *const FINAL_RECIPIENT = "Final-Recipient"

◆ FROM

const VMIME_EXPORT char *const FROM = "From"

◆ IN_REPLY_TO

const VMIME_EXPORT char *const IN_REPLY_TO = "In-Reply-To"

◆ MDN_GATEWAY

const VMIME_EXPORT char *const MDN_GATEWAY = "MDN-Gateway"

◆ MESSAGE_ID

const VMIME_EXPORT char *const MESSAGE_ID = "Message-Id"

◆ MIME_VERSION

const VMIME_EXPORT char *const MIME_VERSION = "Mime-Version"

◆ ORGANIZATION

const VMIME_EXPORT char *const ORGANIZATION = "Organization"

◆ ORIGINAL_MESSAGE_ID

const VMIME_EXPORT char *const ORIGINAL_MESSAGE_ID = "Original-Message-ID"

◆ ORIGINAL_RECIPIENT

const VMIME_EXPORT char *const ORIGINAL_RECIPIENT = "Original-Recipient"

◆ RECEIVED

const VMIME_EXPORT char *const RECEIVED = "Received"

◆ REFERENCES

const VMIME_EXPORT char *const REFERENCES = "References"

◆ REPLY_TO

const VMIME_EXPORT char *const REPLY_TO = "Reply-To"

◆ REPORTING_UA

const VMIME_EXPORT char *const REPORTING_UA = "Reporting-UA"

◆ RETURN_PATH

const VMIME_EXPORT char *const RETURN_PATH = "Return-Path"

◆ SENDER

const VMIME_EXPORT char *const SENDER = "Sender"

◆ SUBJECT

const VMIME_EXPORT char *const SUBJECT = "Subject"

◆ TO

const VMIME_EXPORT char *const TO = "To"

◆ USER_AGENT

const VMIME_EXPORT char *const USER_AGENT = "User-Agent"

◆ WARNING

const VMIME_EXPORT char *const WARNING = "Warning"

◆ X_MAILER

const VMIME_EXPORT char *const X_MAILER = "X-Mailer"

◆ X_PRIORITY

const VMIME_EXPORT char *const X_PRIORITY = "X-Priority"