File: multi-clen.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-- 744 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/multi-clen.msg",
    "ExtractNested" => 1,
    "OutputToCore" => "0",
    "Name" => "anonymous"
  },
  "Msg" => {
    "Subject" => "Sample message",
    "Type" => "multipart/mixed",
    "To" => " Ned Freed <ned\@innosoft.com>",
    "From" => "Nathaniel Borenstein <nsb\@bellcore.com>",
    "Encoding" => "7bit",
    "Boundary" => "simple boundary"
  },
  "Part_1" => {
    "Size" => 76,
    "Type" => "text/plain",
    "Encoding" => "7bit"
  },
  "Part_2" => {
    "Size" => 30,
    "Type" => "text/x-numbers",
    "Encoding" => "7bit",
    "Charset" => "us-ascii"
  },
  "Part_3" => {
    "Size" => 600,
    "Type" => "text/x-alphabet",
    "Encoding" => "7bit",
    "Charset" => "us-ascii"
  },
}