summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 37222e079fe51fd36f7e7c59eaf2cd4d16b9b532 (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
98
99
100
101
Extension [ <persistent> extension #80 mailparse version 3.0.4 ] {

  - Dependencies {
    Dependency [ mbstring (Required) ]
  }

  - INI {
    Entry [ mailparse.def_charset <ALL> ]
      Current = 'us-ascii'
    }
  }

  - Constants [3] {
    Constant [ int MAILPARSE_EXTRACT_OUTPUT ] { 0 }
    Constant [ int MAILPARSE_EXTRACT_STREAM ] { 1 }
    Constant [ int 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 ] {
        }
      }
    }
  }
}