-
Notifications
You must be signed in to change notification settings - Fork 0
/
imap.json
44 lines (44 loc) · 1.77 KB
/
imap.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
{
"category": "Mail",
"deprecated": false,
"description": "An extension to operate with the IMAP protocol, as well as the\n NNTP, POP3, and local mailbox access methods.",
"latestReleaseDate": "2024-10-15T10:02:57+00:00",
"latestVersion": "1.0.3",
"license": "PHP 3.01",
"name": "imap",
"php8Mentioned": true,
"releases": {
"1.0.3": {
"version": "1.0.3",
"state": "stable",
"license": "PHP 3.01",
"releasedBy": "derick",
"releaseDate": "2024-10-15T10:02:57+00:00",
"releaseNotes": "- Build fixes for PHP 8.4.\n- Report extension version in phpinfo() output.",
"get": "https://pecl.php.net/get/imap-1.0.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.2": {
"version": "1.0.2",
"state": "stable",
"license": "PHP 3.01",
"releasedBy": "derick",
"releaseDate": "2024-01-04T10:18:55+00:00",
"releaseNotes": "- Fixed package.xml file with required minumum PHP version of 8.3.\n- Fixed embedded version number.",
"get": "https://pecl.php.net/get/imap-1.0.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.0": {
"version": "1.0.0",
"state": "stable",
"license": "PHP 3.01",
"releasedBy": "derick",
"releaseDate": "2023-12-19T11:31:19+00:00",
"releaseNotes": "- Initial PECL release",
"get": "https://pecl.php.net/get/imap-1.0.0",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "An extension to operate with the IMAP protocol, as well as the NNTP,\n POP3, and local mailbox access methods.",
"SPDX-License-Identifier": "PHP-3.01"
}