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

Fix case 12 and update README

parent ae411b04
No related branches found
No related tags found
1 merge request!22"Rework normalisation logic to handle new seal templates"
| Test Number | Description | HTML validation | Plain validation | HTML text validation | Notes | | Test Number | Description | HTML validation | Plain validation | HTML text validation | Notes |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ---------------- | -------------------- | ---------------------------------- | | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ---------------- | -------------------- | -------------------------- |
| 01 | Empty body | ok | ok | ok | | | 01 | Empty body | ok | ok | ok | |
| 02 | Simple text | ok | ok | ok | | | 02 | Simple text | ok | ok | ok | |
| 03 | Embedded image | ok | ok | ok | | | 03 | Embedded image | ok | ok | ok | |
| 04 | Embedded image with text | ok | ok | ok | | | 04 | Embedded image with text | ok | ok | ok | |
| 05 | Complex text on multiple lines with some text bold, italic, lists, no attachments | ok | ok | ok | | | 05 | Complex text on multiple lines with some text bold, italic, lists, no attachments | ok | ok | ok | |
| 06 | Multiple MIME attachments and text | ok | ok | ok | | | 06 | Multiple MIME attachments and text | ok | ok | ok | |
| 07 | Multiple Google Drive attachments and text | - | - | - | Cloud Attachment are not supported | | 07 | Multiple Google Drive attachments and text | ok | ok | ok | |
| 08 | Complex email with formatted text, embedded images, MIME and GDrive attachments | ok | ok | ok | Without Gdrive attachments | | 08 | Complex email with formatted text, embedded images, MIME and GDrive attachments | ok | ok | ok | Without Gdrive attachments |
| 09 | 4 replies with test case 01 | ok | ok | ok | | | 09 | 2 replies with test case 01 | ok | ok | ok | |
| 10 | 4 replies with test case 02 | ok | ok | ok | | | 10 | 2 replies with test case 02 | ok | ok | ok | |
| 11 | 4 replies with test case 03 | ok | ok | ok | | | 11 | 2 replies with test case 03 | ok | ok | ok | |
| 12 | 4 replies with test case 04 | ok | ok | ok | | | 12 | 2 replies with test case 04 | ok | ok | ok | |
| 13 | 4 replies with test case 05 | ok | ok | ok | | | 13 | 2 replies with test case 05 | ok | ok | ok | |
| 14 | 4 replies with test case 06 | ok | ok | ok | | | 14 | 2 replies with test case 06 | ok | ok | ok | |
| 17 | Multiple forwarded emails using cases 01-08:E.g. - User A sends "case 01" to User B- User B forwards "case 02" to User A- User A forwards "case 03" to User B...- User B forwards "case 08" to User A- User A completes circle by forwarding "case 01" to User B | ok | ok | ok | | 15 | 2 replies with test case 07 | ok | ok | ok | |
| 16 | 2 replies with test case 08 | ok | ok | ok | |
| 17 | Multiple forwarded emails using cases 01-08:E.g. - User A sends "case 01" to User B- User B forwards "case 02" to User A- User A forwards "case 03" to User B...- User B forwards "case 08" to User A- User A completes circle by forwarding "case 01" to User B | ok | ok | ok | |
This diff is collapsed.
This diff is collapsed.
...@@ -5,18 +5,14 @@ ...@@ -5,18 +5,14 @@
| 03 | Embedded image | ok | ok | ok | | 03 | Embedded image | ok | ok | ok |
| 04 | Embedded image with text | ok | ok | ok | | 04 | Embedded image with text | ok | ok | ok |
| 05 | Complex text on multiple lines with some text bold, italic, lists, no attachments | ok | ok | ok | | 05 | Complex text on multiple lines with some text bold, italic, lists, no attachments | ok | ok | ok |
| 06 | Multiple MIME attachments and text | | 06 | Multiple MIME attachments and text | ok | ok | ok |
| ok | | 07 | Multiple Drive attachments and text | ok | ok | ok |
| 07 | Multiple Drive attachments and text |
| ok | ok | ok |
| 08 | Complex email with formatted text, embedded images, MIME and OneDrive attachments | ok | ok | ok | | 08 | Complex email with formatted text, embedded images, MIME and OneDrive attachments | ok | ok | ok |
| 10 | 2 replies with test case 02 | ok | ok | ok | | 10 | 2 replies with test case 02 | ok | ok | ok |
| 11 | 2 replies with test case 03 | ok | ok | ok | | 11 | 2 replies with test case 03 | ok | ok | ok |
| 12 | 2 replies with test case 04 | ok | ok | ok | | 12 | 2 replies with test case 04 | ok | ok | ok |
| 13 | 2 replies with test case 05 | ok | ok | ok | | 13 | 2 replies with test case 05 | ok | ok | ok |
| 14 | 2 replies with test case 06 | | 14 | 2 replies with test case 06 | ok | ok | ok |
| ok | ok | ok | | 15 | 2 replies with test case 07 | ok | ok | ok |
| 15 | 2 replies with test case 07 |
| ok | ok | ok |
| 16 | 2 replies with test case 08 | ok | ok | ok | | 16 | 2 replies with test case 08 | ok | ok | ok |
| 17 | Multiple forwarded emails using cases 01-08:<br><br>E.g. <br>- User A sends "case 01" to User B<br>- User B forwards "case 02" to User A<br>- User A forwards "case 03" to User B<br>...<br>- User B forwards "case 08" to User A<br>- User A completes circle by forwarding "case 01" to User B | ok | ok | ok | | 17 | Multiple forwarded emails using cases 01-08:<br><br>E.g. <br>- User A sends "case 01" to User B<br>- User B forwards "case 02" to User A<br>- User A forwards "case 03" to User B<br>...<br>- User B forwards "case 08" to User A<br>- User A completes circle by forwarding "case 01" to User B | ok | ok | ok |
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
| 11 | 2 replies with test case 03 | ok | ok | ok | | 11 | 2 replies with test case 03 | ok | ok | ok |
| 12 | 2 replies with test case 04 | ok | ok | ok | | 12 | 2 replies with test case 04 | ok | ok | ok |
| 13 | 2 replies with test case 05 | ok | ok | ok | | 13 | 2 replies with test case 05 | ok | ok | ok |
| 14 | 2 replies with test case 06 | | 14 | 2 replies with test case 06 | ok | ok | ok |
| ok | ok | ok | | 15 | 2 replies with test case 07 | ok | ok | ok |
| 15 | 2 replies with test case 07 |
| ok | ok | ok |
| 16 | 2 replies with test case 08 | ok | ok | ok | | 16 | 2 replies with test case 08 | ok | ok | ok |
| 17 | Multiple forwarded emails using cases 01-08:<br><br>E.g. <br>- User A sends "case 01" to User B<br>- User B forwards "case 02" to User A<br>- User A forwards "case 03" to User B<br>...<br>- User B forwards "case 08" to User A<br>- User A completes circle by forwarding "case 01" to User B | ok | ok | ok | | 17 | Multiple forwarded emails using cases 01-08:<br><br>E.g. <br>- User A sends "case 01" to User B<br>- User B forwards "case 02" to User A<br>- User A forwards "case 03" to User B<br>...<br>- User B forwards "case 08" to User A<br>- User A completes circle by forwarding "case 01" to User B | ok | ok | ok |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment