public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/ddeboer/imap/composer.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "ddeboer/imap",
3
"description": "Object-oriented IMAP for PHP",
4
"license": "MIT",
5
"keywords": [
6
"email",
7
"mail",
8
"imap"
9
],
10
"authors": [
11
{
12
"name": "David de Boer",
13
"email": "[email protected]"
14
},
15
{
16
"name": "Filippo Tessarotto",
17
"email": "[email protected]"
18
},
19
{
20
"name": "Community contributors",
21
"homepage": "https://github.com/ddeboer/imap/graphs/contributors"
22
}
23
],
24
"require": {
25
"php": "^8.0.1",
26
"ext-iconv": "*",
27
"ext-imap": "*",
28
"ext-mbstring": "*"
29
},
30
"require-dev": {
31
"friendsofphp/php-cs-fixer": "^v3.4.0",
32
"laminas/laminas-mail": "^2.15.1",
33
"malukenho/mcbumpface": "^1.1.5",
34
"phpstan/phpstan": "^1.3.3",
35
"phpstan/phpstan-phpunit": "^1.0.0",
36
"phpstan/phpstan-strict-rules": "^1.1.0",
37
"phpunit/phpunit": "^9.5.11"
38
},
39
"autoload": {
40
"psr-4": {
41
"Ddeboer\\Imap\\": "src/"
42
}
43
},
44
"autoload-dev": {
45
"psr-4": {
46
"Ddeboer\\Imap\\Tests\\": "tests/"
47
}
48
},
49
"config": {
50
"allow-plugins": {
51
"malukenho/mcbumpface": true
52
}
53
}
54
}