VMime
|
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" |
Constants for standard field names.
VMIME_EXPORT const char *const BCC = "Bcc" |
Referenced by headerFieldFactory::headerFieldFactory(), transport::processHeaderField(), and transport::send().
VMIME_EXPORT const char *const CC = "Cc" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::send().
VMIME_EXPORT const char *const CONTENT_DESCRIPTION = "Content-Description" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const CONTENT_DISPOSITION = "Content-Disposition" |
VMIME_EXPORT const char *const CONTENT_ID = "Content-Id" |
VMIME_EXPORT const char *const CONTENT_LOCATION = "Content-Location" |
VMIME_EXPORT const char *const CONTENT_TRANSFER_ENCODING = "Content-Transfer-Encoding" |
VMIME_EXPORT const char *const CONTENT_TYPE = "Content-Type" |
Referenced by attachmentHelper::addAttachment(), body::generateImpl(), attachmentHelper::getBodyPartAttachment(), body::getCharset(), body::getContentType(), headerFieldFactory::headerFieldFactory(), attachmentHelper::isBodyPartAnAttachment(), MDNHelper::isMDN(), plainTextPart::parse(), htmlTextPart::parse(), body::parseImpl(), and body::setCharset().
VMIME_EXPORT const char *const DATE = "Date" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::processHeader().
VMIME_EXPORT const char *const DELIVERED_TO = "Delivered-To" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const DISPOSITION = "Disposition" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const DISPOSITION_NOTIFICATION_OPTIONS = "Disposition-Notification-Options" |
VMIME_EXPORT const char *const DISPOSITION_NOTIFICATION_TO = "Disposition-Notification-To" |
VMIME_EXPORT const char *const ERROR = "Error" |
VMIME_EXPORT const char *const FAILURE = "Failure" |
VMIME_EXPORT const char *const FINAL_RECIPIENT = "Final-Recipient" |
VMIME_EXPORT const char *const FROM = "From" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::send().
VMIME_EXPORT const char *const IN_REPLY_TO = "In-Reply-To" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const MDN_GATEWAY = "MDN-Gateway" |
VMIME_EXPORT const char *const MESSAGE_ID = "Message-Id" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::processHeader().
VMIME_EXPORT const char *const MIME_VERSION = "Mime-Version" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::processHeader().
VMIME_EXPORT const char *const ORGANIZATION = "Organization" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const ORIGINAL_MESSAGE_ID = "Original-Message-ID" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const ORIGINAL_RECIPIENT = "Original-Recipient" |
Referenced by transport::processHeaderField().
VMIME_EXPORT const char *const RECEIVED = "Received" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const REFERENCES = "References" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const REPLY_TO = "Reply-To" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const REPORTING_UA = "Reporting-UA" |
VMIME_EXPORT const char *const RETURN_PATH = "Return-Path" |
VMIME_EXPORT const char *const SENDER = "Sender" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::send().
VMIME_EXPORT const char *const SUBJECT = "Subject" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const TO = "To" |
Referenced by headerFieldFactory::headerFieldFactory(), and transport::send().
VMIME_EXPORT const char *const USER_AGENT = "User-Agent" |
Referenced by headerFieldFactory::headerFieldFactory().
VMIME_EXPORT const char *const WARNING = "Warning" |
VMIME_EXPORT const char *const X_MAILER = "X-Mailer" |
VMIME_EXPORT const char *const X_PRIORITY = "X-Priority" |