trying a simple shell script and fixing archives
This commit is contained in:
0
tests/fixtures/envelope_list_empty.txt
vendored
Normal file
0
tests/fixtures/envelope_list_empty.txt
vendored
Normal file
6
tests/fixtures/envelope_list_normal.txt
vendored
Normal file
6
tests/fixtures/envelope_list_normal.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
| ID | FLAGS | SUBJECT | FROM | DATE |
|
||||
|------|-------|---------------------------------------------------------------------------------------------------|------------------------------|------------------------|
|
||||
| 1 | | Important Meeting | john@example.com | 2024-01-15 10:00+00:00|
|
||||
| 5 | * | Project Update | sarah@company.com | 2024-01-14 15:30+00:00|
|
||||
| 7 | | Weekly Standup | team@startup.com | 2024-01-13 09:00+00:00|
|
||||
| 10 | | Contract Review | client@business.com | 2024-01-12 14:00+00:00|
|
||||
3
tests/fixtures/envelope_list_single.txt
vendored
Normal file
3
tests/fixtures/envelope_list_single.txt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
| ID | FLAGS | SUBJECT | FROM | DATE |
|
||||
|------|-------|---------------------------------------------------------------------------------------------------|------------------------------|------------------------|
|
||||
| 42 | | Only Message | single@example.com | 2024-01-15 10:00+00:00|
|
||||
11
tests/fixtures/message_content_1.txt
vendored
Normal file
11
tests/fixtures/message_content_1.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
From: john@example.com
|
||||
To: user@example.com
|
||||
Subject: Important Meeting
|
||||
Date: 2024-01-15
|
||||
|
||||
Hi there,
|
||||
|
||||
We need to schedule an important meeting for next week. Please let me know your availability.
|
||||
|
||||
Best regards,
|
||||
John
|
||||
Reference in New Issue
Block a user