blob: f9e50be1ec8395ad9e67ce406c1190e4c07e217e (
plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
Extension [ <persistent> extension #104 mailparse version 2.1.6 ] {
- INI {
Entry [ mailparse.def_charset <ALL> ]
Current = 'us-ascii'
}
}
- Constants [3] {
Constant [ integer MAILPARSE_EXTRACT_OUTPUT ] { 0 }
Constant [ integer MAILPARSE_EXTRACT_STREAM ] { 1 }
Constant [ integer MAILPARSE_EXTRACT_RETURN ] { 2 }
}
- Functions {
Function [ <internal:mailparse> function mailparse_msg_parse_file ] {
}
Function [ <internal:mailparse> function mailparse_msg_get_part ] {
}
Function [ <internal:mailparse> function mailparse_msg_get_structure ] {
}
Function [ <internal:mailparse> function mailparse_msg_get_part_data ] {
}
Function [ <internal:mailparse> function mailparse_msg_extract_part ] {
}
Function [ <internal:mailparse> function mailparse_msg_extract_part_file ] {
}
Function [ <internal:mailparse> function mailparse_msg_extract_whole_part_file ] {
}
Function [ <internal:mailparse> function mailparse_msg_create ] {
}
Function [ <internal:mailparse> function mailparse_msg_free ] {
}
Function [ <internal:mailparse> function mailparse_msg_parse ] {
}
Function [ <internal:mailparse> function mailparse_rfc822_parse_addresses ] {
}
Function [ <internal:mailparse> function mailparse_determine_best_xfer_encoding ] {
}
Function [ <internal:mailparse> function mailparse_stream_encode ] {
}
Function [ <internal:mailparse> function mailparse_uudecode_all ] {
}
Function [ <internal:mailparse> function mailparse_test ] {
}
}
- Classes [1] {
Class [ <internal:mailparse> class mimemessage ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [10] {
Method [ <internal:mailparse, ctor> public method mimemessage ] {
}
Method [ <internal:mailparse> public method get_child ] {
}
Method [ <internal:mailparse> public method get_child_count ] {
}
Method [ <internal:mailparse> public method get_parent ] {
}
Method [ <internal:mailparse> public method extract_headers ] {
}
Method [ <internal:mailparse> public method extract_body ] {
}
Method [ <internal:mailparse> public method enum_uue ] {
}
Method [ <internal:mailparse> public method extract_uue ] {
}
Method [ <internal:mailparse> public method remove ] {
}
Method [ <internal:mailparse> public method add_child ] {
}
}
}
}
}
|