File: re-fwd.ref

package info (click to toggle)
libmime-tools-perl 5.515-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,612 kB
  • sloc: perl: 6,349; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "Parser" => {
    "Message" => "testmsgs/re-fwd.msg",
    "ExtractNested" => 1,
    "OutputToCore" => "0",
    "Name" => "anonymous"
  },
  "Msg" => {
    "Disposition" => "inline",
    "Subject" => "Re: Fwd: hello world",
    "Type" => "message/rfc822",
    "To" => "user0",
    "From" => "user2",
    "Encoding" => "binary"
  },
  "Part_1" => {
    "Disposition" => "inline",
    "Subject" => "Fwd: hello world",
    "Type" => "message/rfc822",
    "To" => "user2",
    "From" => "user1",
    "Encoding" => "binary"
  },
  "Part_1_1" => {
    "Size" => 60,
    "Disposition" => "inline",
    "Subject" => "hello world",
    "Type" => "text/plain",
    "To" => "user1",
    "From" => "user0",
    "Encoding" => "binary"
  },
}