MIME Module
The MIME Module provides activities for creating and parsing Multipurpose Internet Mail Extensions. This section contains details for the messages delivered from the MIME Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the MIME Module.
MIB Name : CASTIRON-COMP-MIME-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.10
The following table provides an alphabetical list of all notifications that can be issued by the MIME Module.
Notification | Level | System | Description |
---|---|---|---|
AttachmentNumber | Info | Orchestration | Activity is processing the specified attachment number. |
AttachmentsFound | Info | Orchestration | The activity found specified number of attachments. |
AutoGeneratedBody | Info | Orchestration | No boundary value was specified for multiple parts attachment. Using auto-generated boundary. |
BoundaryAbsent | Info | Orchestration | Boundary attribute not set in input parameter 'mimeheader'. Input body being set as entityBody in first entity of 'parts' output parameter. |
BoundaryInfo | Info | Orchestration | Boundary of mime attachment is as specified. |
BoundaryMoreThan70 | Warning | Orchestration | Boundary delimiters longer than 70 characters. Ignoring the specified boundary value. Using auto-generated boundary. |
BoundarySpecified | Info | Orchestration | Activity found boundary in mime message. |
DefaultContentType | Info | Orchestration | Activity did not find any content type specified. Setting content type to text/plain. |
EmptyParts | Severe | Orchestration | The input parameter - parts - is empty and there is no data to serialize. |
FoundBoundary | Info | Orchestration | Activity found boundary parameter in the mime message. |
HeaderAbsent | Severe | Orchestration | Empty input parameter 'mimeheader'. was found. Activity cannot parse data. |
InputBodyNull | Severe | Orchestration | Input parameter body from container is NULL. This is due to internal exception. |
MainAndSubType | Severe | Orchestration | The main and sub type found in content type. |
MainType | Info | Orchestration | Main type specified in the serialize activity. |
MimeHeaderMapped | Info | Orchestration | Optional input parameter 'mimeheader' is mapped. |
MimeHeaderNotMapped | Info | Orchestration | Optional input parameter 'mimeheader' was not mapped in the activity. |
NoAttachments | Severe | Orchestration | Activity did not find any attachments to serialize. |
NoBoundaryFound | Warning | Orchestration | Boundary was specified in header but no boundary found in the body. Returning single body. |
NoPartBody | Info | Orchestration | This part does not have any body. Setting blank body. |
NumberOfParts | Info | Orchestration | The number of parts found in the mime message. |
ParseActivityDone | Info | Orchestration | The activity has outputted parts output parameter. |
ParseException | Severe | Orchestration | Error occurred while parsing the data. |
SerialActivityDone | Info | Orchestration | The activity is done outputting mimeheader and body output parameters. |
SerializeException | Severe | Orchestration | Error occurred while serializing the data. |
SubType | Info | Orchestration | Sub Type found in content type of the message. |
TranferEncChanged | Warning | Orchestration | The attachment body has lines greater than 998 characters in length. Changing the Content-Transfer-Encoding to binary. |
TransferEncLimit | Severe | Orchestration | Entities of type specified cannot have any other Content-Transfer-Encoding apart from 7bit. |
TransferEncMissing | Warning | Orchestration | Content-Transfer-Encoding value is missing for specified attachment number . Guessing based on Content-Type and charset values. |
TransferEncodingError | Severe | Orchestration | Content-Transfer-Encoding specified in Composite media type cannot be any other apart from 7bit, 8bit or binary. |
TransferEncodingValue | Info | Orchestration | Activity found Content-Transfer-Encoding. |