15 lines
505 B
Python
15 lines
505 B
Python
# Copyright 2017-20 ForgeFlow S.L. (www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Fetchmail Incoming Log",
|
|
"version": "15.0.1.0.0",
|
|
"category": "Tools",
|
|
"summary": "Log all messages received, before they start to be processed.",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"depends": ["mail", "test_mail"],
|
|
"installable": True,
|
|
}
|