Skip to content
Snippets Groups Projects
Commit a2cc7d2b authored by Igor Markin's avatar Igor Markin
Browse files

Update README.md

parent 9978212b
No related branches found
No related tags found
1 merge request!23Update README.md
...@@ -29,10 +29,10 @@ https://code.vereign.com/light/documentation/-/blob/master/Validation.md#normali ...@@ -29,10 +29,10 @@ https://code.vereign.com/light/documentation/-/blob/master/Validation.md#normali
- Create a directory for .eml files. Use the next structure as an example `__tests__/files/outlook-gmail/chrome-chrome/<test-case-dir>`. - Create a directory for .eml files. Use the next structure as an example `__tests__/files/outlook-gmail/chrome-chrome/<test-case-dir>`.
- Put `sent.eml` and `received.eml` files into the `<test-case-dir>` - Put `sent.eml` and `received.eml` files into the `<test-case-dir>`
- `sent.eml` contains MIME string logged by integrator application during the sending routine. **(Before seal actually being attached to MIME)** - `sent.eml` contains MIME string console logged by integrator application during the sending routine. **(Before seal actually being attached to MIME)**
- `received.eml` contains MIME string extracted manually from email client or logged by the integrator application. - `received.eml` contains MIME string extracted manually from email client or console logged by the integrator application.
For outlook.com - extract MIME string by logging it in the application itself. For outlook.com - extract MIME string by logging it in the application itself, or using Outlook Desktop client.
**Do not do export MIME via the web client using `Show message source` action. **Do not do export MIME via the web client using `Show message source` action.
It breaks spacing of the quoted-printable parts and parsing/validation of such MIME might fail.** It breaks spacing of the quoted-printable parts and parsing/validation of such MIME might fail.**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment