Constants for media types. More...
Variables | |
| const string::value_type *const | TEXT = "text" |
| const string::value_type *const | MULTIPART = "multipart" |
| const string::value_type *const | MESSAGE = "message" |
| const string::value_type *const | APPLICATION = "application" |
| const string::value_type *const | IMAGE = "image" |
| const string::value_type *const | AUDIO = "audio" |
| const string::value_type *const | VIDEO = "video" |
| const string::value_type *const | TEXT_PLAIN = "plain" |
| const string::value_type *const | TEXT_HTML = "html" |
| const string::value_type *const | TEXT_RICHTEXT = "richtext" |
| const string::value_type *const | TEXT_ENRICHED = "enriched" |
| const string::value_type *const | TEXT_RFC822_HEADERS = "rfc822-headers" |
| const string::value_type *const | TEXT_DIRECTORY = "directory" |
| const string::value_type *const | MULTIPART_MIXED = "mixed" |
| const string::value_type *const | MULTIPART_RELATED = "related" |
| const string::value_type *const | MULTIPART_ALTERNATIVE = "alternative" |
| const string::value_type *const | MULTIPART_PARALLEL = "parallel" |
| const string::value_type *const | MULTIPART_DIGEST = "digest" |
| const string::value_type *const | MULTIPART_REPORT = "report" |
| const string::value_type *const | MESSAGE_RFC822 = "rfc822" |
| const string::value_type *const | MESSAGE_PARTIAL = "partial" |
| const string::value_type *const | MESSAGE_EXTERNAL_BODY = "external-body" |
| const string::value_type *const | MESSAGE_DISPOSITION_NOTIFICATION = "disposition-notification" |
| const string::value_type *const | APPLICATION_OCTET_STREAM = "octet-stream" |
| const string::value_type *const | IMAGE_JPEG = "jpeg" |
| const string::value_type *const | IMAGE_GIF = "gif" |
| const string::value_type *const | AUDIO_BASIC = "basic" |
| const string::value_type *const | VIDEO_MPEG = "mpeg" |
Constants for media types.
| const string::value_type *const APPLICATION = "application" |
Referenced by attachmentHelper::getBodyPartAttachment(), and attachmentHelper::isBodyPartAnAttachment().
| const string::value_type *const APPLICATION_OCTET_STREAM = "octet-stream" |
Referenced by attachmentHelper::getBodyPartAttachment(), and attachmentHelper::isBodyPartAnAttachment().
| const string::value_type *const AUDIO = "audio" |
| const string::value_type *const AUDIO_BASIC = "basic" |
| const string::value_type *const IMAGE = "image" |
| const string::value_type *const IMAGE_GIF = "gif" |
| const string::value_type *const IMAGE_JPEG = "jpeg" |
| const string::value_type *const MESSAGE = "message" |
Referenced by attachmentHelper::getBodyPartAttachment().
| const string::value_type *const MESSAGE_DISPOSITION_NOTIFICATION = "disposition-notification" |
| const string::value_type *const MESSAGE_EXTERNAL_BODY = "external-body" |
| const string::value_type *const MESSAGE_PARTIAL = "partial" |
| const string::value_type *const MESSAGE_RFC822 = "rfc822" |
Referenced by attachmentHelper::getBodyPartAttachment().
| const string::value_type *const MULTIPART = "multipart" |
Referenced by attachmentHelper::addAttachment(), and attachmentHelper::isBodyPartAnAttachment().
| const string::value_type *const MULTIPART_ALTERNATIVE = "alternative" |
| const string::value_type *const MULTIPART_DIGEST = "digest" |
| const string::value_type *const MULTIPART_MIXED = "mixed" |
Referenced by attachmentHelper::addAttachment().
| const string::value_type *const MULTIPART_PARALLEL = "parallel" |
| const string::value_type *const MULTIPART_RELATED = "related" |
| const string::value_type *const MULTIPART_REPORT = "report" |
| const string::value_type *const TEXT = "text" |
| const string::value_type *const TEXT_DIRECTORY = "directory" |
| const string::value_type *const TEXT_ENRICHED = "enriched" |
| const string::value_type *const TEXT_HTML = "html" |
Referenced by htmlTextPart::generateIn(), and textPartFactory::textPartFactory().
| const string::value_type *const TEXT_PLAIN = "plain" |
Referenced by body::getContentType(), textPartFactory::textPartFactory(), and messageBuilder::~messageBuilder().
| const string::value_type *const TEXT_RFC822_HEADERS = "rfc822-headers" |
| const string::value_type *const TEXT_RICHTEXT = "richtext" |
| const string::value_type *const VIDEO = "video" |
| const string::value_type *const VIDEO_MPEG = "mpeg" |
1.6.2