File: mime.exp

package info (click to toggle)
php-mailparse 3.0.2%2B2.1.6-12-gae1ef14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,524 kB
  • ctags: 529
  • sloc: ansic: 3,936; xml: 203; php: 38; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (9)
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
34
35
36
37
38
39
Message: mime

Part 1
body-line-count => int(27)
charset => string(8) "us-ascii"
content-base => string(1) "/"
content-boundary => string(41) "----=_NextPart_000_0007_01C2566B.DA7C64F0"
content-type => string(15) "multipart/mixed"
ending-pos => int(1441)
line-count => int(47)
starting-pos => int(0)
starting-pos-body => int(836)
transfer-encoding => string(4) "8bit"

    Part 1.1
    body-line-count => int(1)
    charset => string(8) "us-ascii"
    content-base => string(1) "/"
    content-charset => string(8) "us-ascii"
    content-type => string(10) "text/plain"
    ending-pos => int(1053)
    line-count => int(5)
    starting-pos => int(926)
    starting-pos-body => int(1005)
    transfer-encoding => string(4) "7bit"

    Part 1.2
    body-line-count => int(7)
    charset => string(8) "us-ascii"
    content-base => string(1) "/"
    content-disposition => string(10) "attachment"
    content-name => string(6) "README"
    content-type => string(24) "application/octet-stream"
    disposition-filename => string(6) "README"
    ending-pos => int(1392)
    line-count => int(13)
    starting-pos => int(1098)
    starting-pos-body => int(1250)
    transfer-encoding => string(16) "quoted-printable"