You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# -*- coding: utf-8 -*- # Copyright 2018 Lorenzo Battistini # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{ "name": "Check mailbox size", "summary": "Send an email summarizing the current space used by a mailbox", "version": "10.0.1.0.0", "development_status": "Beta", "website": "https://github.com/OCA/social", "author": "Agile Business Group, Odoo Community Association (OCA)", "maintainers": ["eLBati"], "license": "LGPL-3", "application": False, "installable": True, "depends": [ "fetchmail", ], "data": [ "views/fetchmail_view.xml", "data/cron_data.xml", ], }
|