-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailparse.json
272 lines (272 loc) · 14.1 KB
/
mailparse.json
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
{
"category": "Mail",
"deprecated": false,
"description": "Mailparse is an extension for parsing and working with email messages.\nIt can deal with rfc822 and rfc2045 (MIME) compliant messages.",
"latestReleaseDate": "2024-10-04T12:46:17+00:00",
"latestVersion": "3.1.8",
"license": "PHP-3.01",
"name": "mailparse",
"php8Mentioned": true,
"releases": {
"3.1.8": {
"version": "3.1.8",
"state": "stable",
"license": "PHP-3.01",
"releasedBy": "remi",
"releaseDate": "2024-10-04T12:46:17+00:00",
"releaseNotes": "- PHP 8.4 compatibility",
"get": "https://pecl.php.net/get/mailparse-3.1.8",
"SPDX-License-Identifier": null
},
"3.1.7": {
"version": "3.1.7",
"state": "stable",
"license": "PHP-3.01",
"releasedBy": "remi",
"releaseDate": "2024-10-04T08:09:21+00:00",
"releaseNotes": "- PHP 8.4 compatibility",
"get": "https://pecl.php.net/get/mailparse-3.1.7",
"SPDX-License-Identifier": null
},
"3.1.6": {
"version": "3.1.6",
"state": "stable",
"license": "PHP-3.01",
"releasedBy": "remi",
"releaseDate": "2023-08-22T06:34:19+00:00",
"releaseNotes": "- fix #29 Segmentation fault with ISO-2022-JP Subject header\n- fix #30 Segmentation fault with UTF-8 encoded X-MS-Iris-MetaData header\n- revert fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes",
"get": "https://pecl.php.net/get/mailparse-3.1.6",
"SPDX-License-Identifier": null
},
"3.1.5": {
"version": "3.1.5",
"state": "stable",
"license": "PHP-3.01",
"releasedBy": "remi",
"releaseDate": "2023-07-27T12:09:22+00:00",
"releaseNotes": "- drop usage of removed mbfl APIs in PHP 8.3\n- fix GH-27 MimeMessage::__construct() throws TypeError with $mode=stream\n- fix GH-21, GH-22, GH-24 segfault in mailparse_msg_parse without mime-version\n- fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes",
"get": "https://pecl.php.net/get/mailparse-3.1.5",
"SPDX-License-Identifier": null
},
"3.1.4": {
"version": "3.1.4",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2022-09-15T12:01:28+00:00",
"releaseNotes": "- declare mimemessage::data property\n- drop support for PHP older than 7.3",
"get": "https://pecl.php.net/get/mailparse-3.1.4",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.1.3": {
"version": "3.1.3",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2022-02-21T13:37:02+00:00",
"releaseNotes": "- Fix #73110: Mails with unknown MIME version are treated as plain/text. (cmb)\n- Fix #74233: Parsing multi Content-Disposition causes memory leak. (cmb)\n- Fix #75825: mailparse_uudecode_all doesn't parse multiple files. (cmb)\n- Fix #81422: Potential double-free in mailparse_uudecode_all(). (cmb)\n- Fix gh#19 Segmentation fault with PHP 8.1 in extract_body using MAILPARSE_EXTRACT_RETURN. (Remi)",
"get": "https://pecl.php.net/get/mailparse-3.1.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.1.2": {
"version": "3.1.2",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2021-09-01T09:08:39+00:00",
"releaseNotes": "- Fix for PHP 8.1",
"get": "https://pecl.php.net/get/mailparse-3.1.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.1.1": {
"version": "3.1.1",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2020-09-16T06:57:21+00:00",
"releaseNotes": "- Fixed bug #74215: Memory leaks with mailparse (cmb)\n- Fixed bug #76498: Unable to use callable as callback (cmb)\n- Compatibility with 8.0.0beta4",
"get": "https://pecl.php.net/get/mailparse-3.1.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.1.0": {
"version": "3.1.0",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2020-04-22T07:21:33+00:00",
"releaseNotes": "- add arginfo to all functions\n- fix MimeMessage constructor name",
"get": "https://pecl.php.net/get/mailparse-3.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.0.4": {
"version": "3.0.4",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2019-12-19T10:08:29+00:00",
"releaseNotes": "- Replace ulong with zend_ulong, fix Windows build (cmb)",
"get": "https://pecl.php.net/get/mailparse-3.0.4",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.0.3": {
"version": "3.0.3",
"state": "stable",
"license": "PHP",
"releasedBy": "remi",
"releaseDate": "2019-03-20T10:50:54+00:00",
"releaseNotes": "QA Release:\n- add missing files in archive\n- fix -Wformat warning\n- add dependency on mbstring extension\n- PHP 7.3 compatibility",
"get": "https://pecl.php.net/get/mailparse-3.0.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.0.2": {
"version": "3.0.2",
"state": "stable",
"license": "PHP",
"releasedBy": "seander",
"releaseDate": "2016-12-07T00:46:58+00:00",
"releaseNotes": "- Fix segfault in getChild",
"get": "http://pecl.php.net/get/mailparse-3.0.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.0.1": {
"version": "3.0.1",
"state": "stable",
"license": "PHP",
"releasedBy": "seander",
"releaseDate": "2016-01-29T16:05:07+00:00",
"releaseNotes": "- Fix double free caused by mailparse_msg_free",
"get": "http://pecl.php.net/get/mailparse-3.0.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"3.0.0": {
"version": "3.0.0",
"state": "stable",
"license": "PHP",
"releasedBy": "seander",
"releaseDate": "2015-12-23T05:08:25+00:00",
"releaseNotes": "- PHP 7 Release",
"get": "http://pecl.php.net/get/mailparse-3.0.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.6": {
"version": "2.1.6",
"state": "stable",
"license": "PHP",
"releasedBy": "jawed",
"releaseDate": "2012-03-09T12:54:36+00:00",
"releaseNotes": "- PHP 5.4 compatibility\n- BUG: Fixed TSRM build\n- BUG: Don't attempt parse addresses if # of addresses is 0",
"get": "http://pecl.php.net/get/mailparse-2.1.6",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.5": {
"version": "2.1.5",
"state": "stable",
"license": "PHP",
"releasedBy": "shire",
"releaseDate": "2009-03-03T17:29:10+00:00",
"releaseNotes": "fix buffer overflow/segfault problem seen on windows (shire)\nPHP-5.3 compatability (pierre)\nRemove compile time warnings, regenerate re2c file, fix old re2c file typo (shire)\nFix memory leak in mailparse_mimemessage creation (shire)\nFix bug #1462 (shire)",
"get": "http://pecl.php.net/get/mailparse-2.1.5",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.4": {
"version": "2.1.4",
"state": "stable",
"license": "PHP",
"releasedBy": "shire",
"releaseDate": "2008-04-08T14:45:10+00:00",
"releaseNotes": "Fix bug #13155 (infinite loop and/or mem. corruption after calling mailparse_msg_get_part_data)\nFix Bug #13373 (compilation breaks with CodeWarrior compiler)",
"get": "http://pecl.php.net/get/mailparse-2.1.4",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.3": {
"version": "2.1.3",
"state": "stable",
"license": "PHP",
"releasedBy": "shire",
"releaseDate": "2008-01-08T15:22:57+00:00",
"releaseNotes": "Fixed problems with continuation lines introduced in 2.1.2.\nFixed bug #6862.",
"get": "http://pecl.php.net/get/mailparse-2.1.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.2": {
"version": "2.1.2",
"state": "stable",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2007-11-07T16:46:33+00:00",
"releaseNotes": "Fixed memory leaks and depricated code in tests. \nPatch for rfc2231 support by Jakub Klos. \nFix incorrect handling of header continuation lines per RFC2822, patch by Jakub Klos. \nInitialize variable to prevent segfaults in cases where postion=0.",
"get": "http://pecl.php.net/get/mailparse-2.1.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.1": {
"version": "2.1.1",
"state": "stable",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2005-02-28T01:22:13+00:00",
"releaseNotes": "Fix off-by-one that caused a crash when parsing broken messages.\n\n---\nAvoid possible unterminated loops when parsing malformed email addresses.\nFix a crash bug when not using the OO API.\n \nAdd hack to provide \"binary\" transfer encoding, which is not supported\nby mbstring.\n\nGo \"stable\" at long last; the procedural interface is stable, but not the\nOO API. (Despite the version number jump, no nee features have been added)\n\n---\n\nFix build problem with PHP 4.3.4 - mbstring extension was rearranged.\n\nFix potential build problem.\n\nmailparse_msg_parse_file() no longer returns true instead of the mime resource. \n\nImproved uu-decoder to be more robust when dealing with strange line endings.\nFix silly bug introduced by that fix...\n\nFixed some memory leaks and problems when multiple uue attachments appear\ninline in a single mime part.",
"get": "http://pecl.php.net/get/mailparse-2.1.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1": {
"version": "2.1",
"state": "stable",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2005-01-01T23:00:00+00:00",
"releaseNotes": "Avoid possible unterminated loops when parsing malformed email addresses.\nFix a crash bug when not using the OO API.\n \nAdd hack to provide \"binary\" transfer encoding, which is not supported\nby mbstring.\n\nGo \"stable\" at long last; the procedural interface is stable, but not the\nOO API. (Despite the version number jump, no need features have been added)\n\n---\n\nFix build problem with PHP 4.3.4 - mbstring extension was rearranged.\n\nFix potential build problem.\n\nmailparse_msg_parse_file() no longer returns true instead of the mime resource. \n\nImproved uu-decoder to be more robust when dealing with strange line endings.\nFix silly bug introduced by that fix...\n\nFixed some memory leaks and problems when multiple uue attachments appear\ninline in a single mime part.",
"get": "http://pecl.php.net/get/mailparse-2.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.0b": {
"version": "2.0b",
"state": "stable",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2004-03-07T14:33:00+00:00",
"releaseNotes": "Add hack to provide \"binary\" transfer encoding, which is not supported\nby mbstring.\n\nGo \"stable\" at long last; the procedural interface is stable, but not the\nOO API. (Despite the version number jump, no need features have been added)\n\n---\n\nFix build problem with PHP 4.3.4 - mbstring extension was rearranged.\n\nFix potential build problem.\n\nmailparse_msg_parse_file() no longer returns true instead of the mime resource. \n\nImproved uu-decoder to be more robust when dealing with strange line endings.\nFix silly bug introduced by that fix...\n\nFixed some memory leaks and problems when multiple uue attachments appear\ninline in a single mime part.",
"get": "http://pecl.php.net/get/mailparse-2.0b",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.4": {
"version": "0.9.4",
"state": "beta"
},
"0.9.3": {
"version": "0.9.3",
"state": "beta"
},
"0.9.2": {
"version": "0.9.2",
"state": "beta",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2003-06-19T18:56:00+00:00",
"releaseNotes": "Bugfixes:\n - mailparse_msg_parse_file() no longer returns true instead of the mime resource.",
"get": "http://pecl.php.net/get/mailparse-0.9.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.1": {
"version": "0.9.1",
"state": "beta",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2003-01-03T23:54:00+00:00",
"releaseNotes": "Bugfixes:\n - mailparse_msg_parse_file() no longer returns true instead of the mime resource.",
"get": "http://pecl.php.net/get/mailparse-0.9.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9": {
"version": "0.9",
"state": "beta",
"license": "PHP",
"releasedBy": "wez",
"releaseDate": "2002-12-12T20:06:00+00:00",
"releaseNotes": "Initial release",
"get": "http://pecl.php.net/get/mailparse-0.9",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "Email message manipulation",
"SPDX-License-Identifier": null
}