diff options
| author | ivan <ivan> | 2009-12-31 13:16:41 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-12-31 13:16:41 +0000 |
| commit | b4b0c7e72d7eaee2fbfc7022022c9698323203dd (patch) | |
| tree | ba4cd21399e412c32fe3737eaa8478e3271509f9 /rt/t/data/gnupg/emails/README | |
| parent | 2dfda73eeb3eae2d4f894099754794ef07d060dd (diff) | |
import rt 3.8.7
Diffstat (limited to 'rt/t/data/gnupg/emails/README')
| -rw-r--r-- | rt/t/data/gnupg/emails/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rt/t/data/gnupg/emails/README b/rt/t/data/gnupg/emails/README new file mode 100644 index 000000000..634f53794 --- /dev/null +++ b/rt/t/data/gnupg/emails/README @@ -0,0 +1,28 @@ +Set of emails signed and/or encrypted using real MUAs(mutt, thunderbird). + +All messages have subejct 'Test Email ID:\d+'. +ID matches number in name of the corresponding file. +Top most entity of a message as well contains 'ID:\d+' text. + +Emails may have either text plain or binary attachment. +Text of plain attachment is +"This is a test attachment. The magic word is: zanzibar." + +Content of binary attachment is RT's favicon.png. + +Encrypted messages encrypted for rt-recipient@example.com. + +Messages signed using rt-test@example.com key. + +Name of a file may contain the following parts separated by dash: +* signed +* encrypted +* MIME - RFC format +* inline - inline format +* with-attachment - text plain attachment +* with-binary - binary attachment + +In total 18 emails using all possible combinations. +18 = 3 (signed/encrypted/both) * 2 (MIME/inline) + * 3 (no/text/binary) + |
