GET /api/v1/ports/imapdedup/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "imapdedup",
"portdir": "mail/imapdedup",
"version": "20230707",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/quentinsf/IMAPdedup",
"description": "IMAP message de-duplicator",
"long_description": "IMAPdedup is a Python script (imapdedup.py) that looks for duplicate messages in a set of IMAP mailboxes and tidies up all but the first copy of any duplicates found.",
"active": true,
"categories": [
"mail"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 1072
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-keyring"
]
}
],
"depends_on": []
}