| At line 197 added 12 lines. |
| %% |
| %% |
| || ID || RT-UC-9 |
| | Use Case Name | __Encoder support__ \\ The SMTP BC should be able to encode and decode the email message according to the “encodingStyle” specified in the wsdl extension. |
| | Requirements Addressed | RT-9 |
| | Pre Condition | The WSDL of the SMTP Binding component should have use=”encoded” and encodingStyle=”<encoder module name>” specified. |
| | Normal Flow | Inbound Scenario : The BC should be able to decode the message according to the encoding style and pass the normalized message to the NMR. \\ Outbound Scenario: The BC should be able to encode the message according to the encoding style and send the email to its destination. |
| | Exception Flow | An error message should appear in the log if the encodingStyle specified is not supported or unknown. |
| | Post Condition | Inbound Scenario: The NMR should receive the decoded form of the email. \\ Outbound Scenario: The email message should appear encoded in the mail box. |
| %% |
| %% |